.link{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity))
}

.link:hover, .link:focus{
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity))
}

.link--hyperlink{
  text-decoration: underline
}

.link--hyperlink:hover, .link--hyperlink:focus{
  text-decoration: none
}

.link--navigation{
  text-decoration: none
}

.link--navigation:hover, .link--navigation:focus{
  text-decoration: underline
}
.alert{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0px;
  padding: 0.5rem;
  font-size: 0.875rem
}

.alert--success{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.alert--error{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.alert--info{
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.alert--warning{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity))
}

.alert--fixed{
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50
}

.alert--float{
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  z-index: 50;
  width: auto
}

.alert--static{
  position: static;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50
}

.alert--static{
  position: static;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50
}

.alert--center{
  justify-content: center;
  text-align: center
}

.alert--left{
  justify-content: flex-start;
  text-align: left
}

.alert .alert__icon{
  margin-right: 1rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  fill: currentColor
}
.server-alerts{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.5rem;
  padding:.5rem;
  pointer-events:none
}

.server-alert{
  pointer-events:auto;
  width:100vw;
  min-width:100vw;
  text-align:left
}
.btn{
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  border-radius:9999px;
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(20, 54, 164, var(--tw-bg-opacity));
  padding-left:2rem;
  padding-right:2rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-size:0.875rem;
  font-weight:500;
  text-transform:uppercase;
  line-height:1.5rem;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn:hover, .btn:focus{
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(20, 54, 164, var(--tw-bg-opacity));
  text-decoration:underline
}

.btn:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px;
  outline-offset:0
}

.btn[aria-disabled=true]{
  cursor:not-allowed;
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(237, 237, 237, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(148, 148, 148, var(--tw-text-opacity))
}

.btn[aria-disabled=true]:hover, .btn[aria-disabled=true]:focus{
  text-decoration:none
}

.btn--secondary{
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.btn--secondary:hover, .btn--secondary:focus{
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.btn--secondary:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px;
  outline-offset:0
}

.btn--secondary[aria-disabled=true]{
  cursor:not-allowed;
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.btn--secondary[aria-disabled=true]:hover, .btn--secondary[aria-disabled=true]:focus{
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity));
  text-decoration:none
}

.btn--tertiary{
  border-radius:0px;
  border-style:none;
  --tw-bg-opacity:0;
  padding:0px;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.btn--tertiary:hover, .btn--tertiary:focus{
  --tw-bg-opacity:0;
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.btn--tertiary:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px;
  outline-offset:0
}

.btn--tertiary[aria-disabled=true]{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.btn--tertiary-destructive{
  border-radius:0.5rem;
  border-style:none;
  --tw-bg-opacity:0;
  --tw-text-opacity:1;
  color:rgba(217, 31, 27, var(--tw-text-opacity));
  padding:0px 16px;
  border-radius:100px
}

.btn--tertiary-destructive>span{
  display:flex;
  align-items:center;
  font-size:0.875rem
}

.btn--tertiary-destructive svg{
  margin-right:0.5rem;
  fill:currentColor;
  width:18px;
  height:20px
}

.btn--tertiary-destructive:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity:0;
  outline:2px solid transparent;
  outline-offset:2px;
  box-shadow:0px 0px 8px #949494
}

.btn--tertiary-destructive:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.btn--tertiary-destructive[aria-disabled=true]{
  background-color:transparent
}

.btn--small{
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.btn.button--nw{
  border-radius:0.5rem;
  border-width:0px;
  background-color:hsl(var(--bg-brand-solid));
  padding-left:0.875rem;
  padding-right:0.875rem;
  padding-top:10px;
  padding-bottom:10px;
  text-transform:none
}
.snackbar-container{
  position:fixed;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  bottom:1.5625rem;
  left:6.25rem;
  z-index:99999
}

@media only screen and (max-width: 640px){
  .snackbar-container{
    right:1rem;
    left:1rem
  }
}

.snackbar-container .snackbar-item-wrapper{
  max-width:100%;
  overflow:hidden;
  border-radius:0.25rem;
  animation:snackbar-visible 500ms linear 1 forwards;
  box-shadow:0rem 0rem .5rem #949494
}

.snackbar-container .snackbar-item-wrapper .snackbar-item{
  display:flex;
  width:100%;
  align-items:center;
  border-radius:0.25rem;
  padding:1rem;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  max-height:250px
}

.snackbar-container .snackbar-item-wrapper .snackbar-item__iconcontainer{
  width:1.25rem
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--success{
  background:#E9FAE9;
  border:1.5px solid #008000
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--success .snackbar-item__iconcontainer>svg{
  fill:#008000
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--error{
  background:#FFF1F1;
  border:1.5px solid #D91F1B
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--error .snackbar-item__iconcontainer>svg{
  fill:#D91F1B
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--info{
  background:#F1F4FC;
  border:1.5px solid #1436A4
}

.snackbar-container .snackbar-item-wrapper .snackbar-item--info .snackbar-item__iconcontainer>svg{
  fill:#1436A4
}

.snackbar-container .snackbar-item-wrapper .snackbar-item__text{
  margin-left:1rem;
  width:24rem;
  font-size:1rem;
  line-height:1.5rem
}

.snackbar-container .snackbar-item-wrapper .snackbar-item__action{
  margin-right:1rem
}

@keyframes snackbar-visible{
  0%{
    max-height:0px;
    opacity:0;
    margin-top:0px;
    transform:translateY(20px)
  }

  40%{
    transform:translateY(-8px)
  }

  60%{
    transform:translateY(4px)
  }

  80%{
    transform:translateY(-2px)
  }

  100%{
    max-height:250px;
    opacity:1;
    margin-top:16px;
    transform:translateY(0)
  }
}
.avatar{
  display:inline-flex;
  align-items:stretch;
  justify-items:stretch;
  overflow:hidden;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(241, 244, 252, var(--tw-bg-opacity));
  min-width:2rem;
  min-height:2rem;
  max-width:2rem;
  max-height:2rem
}

.avatar__img{
  display:inline-block;
  border-radius:9999px;
  -o-object-fit:cover;
     object-fit:cover;
  min-width:100%;
  min-height:100%
}

.avatar__icon-text{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  font-weight:700;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.avatar--medium{
  min-width:3rem;
  min-height:3rem;
  max-width:3rem;
  max-height:3rem
}

.avatar--medium .avatar__icon-text{
  font-size:1.125rem
}

.avatar--large{
  min-width:4rem;
  min-height:4rem;
  max-width:4rem;
  max-height:4rem
}

.avatar--large .avatar__icon-text{
  font-size:1.5rem
}
.pop-up-menu{
  display:none;
  padding:1rem;
  background-color:#FFFFFF;
  z-index:1000;
  position:absolute;
  line-height:1.5rem;
  min-width:12rem;
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.12))
}

.pop-up-menu .pop-up-menu-link{
  margin-top:0.5rem;
  font-size:0.875rem;
  text-decoration:none;
  color:#1436A4
}

.show-popup{
  display:flex;
  flex-direction:column
}
.app-bar{
  position:fixed;
  top:0px;
  left:0px;
  display:flex;
  height:auto;
  width:100%;
  justify-content:space-between;
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height:4rem;
  z-index:6
}

.app-bar.primaryPadding{
  padding-top:1rem;
  padding-bottom:1rem;
  padding-right:2rem;
  padding-left:6rem
}

.app-bar.fullWidthPadding{
  padding-left:2rem;
  padding-right:2rem;
  padding-top:1rem;
  padding-bottom:1rem
}

.app-bar.projNavPresent{
  padding-top:1rem;
  padding-bottom:1rem;
  padding-right:2rem;
  padding-left:20rem
}

.app-bar .user-name{
  padding-left:0.25rem;
  text-align:center;
  vertical-align:middle;
  font-size:.87rem;
  margin-top:.33rem
}

.app-bar .pop-up-menu{
  right:1rem;
  bottom:0px;
  margin-left:-1rem;
  height:6rem;
  justify-content:space-between;
  padding-top:0.5rem;
  padding-right:0px;
  padding-bottom:1rem;
  padding-left:1rem;
  top:4.5rem;
  width:10.5rem
}

.app-bar .pop-up-menu .pop-up-menu-link{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.app-bar .back-link-container{
  display:flex;
  min-width:0px;
  flex-shrink:1;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  border-style:none;
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

@media (min-width: 768px){
  .app-bar .back-link-container{
    border-right-width:1px
  }
}

.app-bar .back-link-container .back-link{
  display:flex;
  min-width:0px;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity));
  text-decoration:none;
  outline-offset:-2px
}

.app-bar .back-link-container .back-link:hover{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.app-bar .back-link-container .back-link .back-link-icon{
  flex-shrink:0
}

.app-bar-hamburger{
  display:none;
  cursor:pointer
}

.mobile-header{
  display:none
}

@media only screen and (max-width: 768px){
  .app-bar{
    padding:1rem
  }

  .app-bar.primaryPadding{
    padding:1rem
  }

  .app-bar.fullWidthPadding{
    padding:1rem
  }

  .app-bar.projNavPresent{
    padding:1rem
  }

  .app-bar.pop-up-menu{
    margin-left:-8rem
  }

  .app-bar-hamburger{
    display:flex
  }

  .user-name{
    display:none
  }

  .mobile-header{
    display:flex
  }

  .mobile-header .mobile-header-title .back-link-container{
    margin-top:0px
  }

  .web-header{
    display:none
  }

  .back-link-container{
    margin-top:0.5rem;
    border-right-width:0px
  }
}
.primary-nav-item{
  display:flex;
  width:100%;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0.25rem;
  border-radius:0.25rem;
  padding:0.25rem;
  font-weight:500
}

.primary-nav-item.primary-nav-item-active .primary-nav-item-icon{
  --tw-bg-opacity:1;
  background-color:rgba(72, 109, 231, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.primary-nav-item.primary-nav-item-active .primary-nav-item-icon>svg>path{
  fill:#FFFFFF
}

.primary-nav-item.primary-nav-item-active .primary-nav-item-icon>svg.messages-icon>path{
  fill:none;
  stroke:#FFFFFF
}

.primary-nav-item.primary-nav-item-active .primary-nav-item-text{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.primary-nav-item .primary-nav-item-text{
  text-align:center;
  font-size:0.75rem;
  letter-spacing:.09px
}

.primary-nav-item .primary-nav-item-icon{
  width:auto;
  border-radius:0.25rem;
  padding:6px
}

.primary-nav-item .primary-nav-item-icon svg>path{
  fill:#727272
}

.primary-nav-item .primary-nav-item-icon svg.messages-icon>path{
  fill:none;
  stroke:#727272
}

.primary-nav-item .primary-nav-item-text{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity));
  line-height:1rem
}

.primary-nav-item:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px;
  outline-width:3px;
  outline-offset:0
}

.primary-nav-item:focus .primary-nav-item-text, .primary-nav-item:hover:not(.primary-nav-item-active) .primary-nav-item-text{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity));
  text-decoration:underline
}

.primary-nav-item:focus svg>path,.primary-nav-item:hover:not(.primary-nav-item-active) svg>path{
  fill:#1436A4
}

.primary-nav-item:focus svg.messages-icon>path,.primary-nav-item:hover:not(.primary-nav-item-active) svg.messages-icon>path{
  fill:none;
  stroke:#1436A4
}

.primary-nav-item:hover:not(.primary-nav-item-active):not(:focus){
  border-radius:0.25rem;
  outline:2px solid transparent;
  outline-offset:2px;
  box-shadow:0px 0px 8px #949494
}

@media only screen and (max-width: 768px){
  .primary-nav-item{
    margin-left:0.5rem;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    padding-right:1rem;
    width:-moz-fit-content;
    width:fit-content
  }

  .primary-nav-item .primary-nav-item-text{
    margin-left:0.5rem
  }
}
.primary-navigation{
  position:fixed;
  top:0px;
  left:0px;
  display:flex;
  height:100vh;
  flex-direction:column;
  align-items:center;
  overflow:auto;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  padding-bottom:1.5rem;
  width:5.3125rem;
  z-index:9
}

.primary-navigation__top{
  margin-bottom:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:1.75rem
}

.primary-navigation__top-header-desktop{
  display:flex;
  justify-content:center
}

.primary-navigation__top-header-desktop-logo-link{
  margin-top:1.25rem;
  display:block;
  border-radius:0.125rem;
  padding-left:1.25rem;
  padding-right:1.25rem
}

.primary-navigation__top-header-desktop-logo-link:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px;
  outline-width:3px;
  outline-offset:0
}

.primary-navigation__top-header-mobile{
  display:none
}

.primary-navigation__top-mobile-back{
  display:none
}

.primary-navigation__bottom{
  margin-top:1.5rem;
  margin-bottom:1.5rem;
  display:flex;
  width:100%;
  flex-direction:column;
  gap:1.75rem
}

.primary-navigation__footer-desktop{
  display:flex;
  width:100%;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end
}

.primary-navigation__footer-mobile{
  display:none
}

.primary-navigation__pop-up-menu{
  position:fixed;
  top:1rem;
  bottom:0px;
  left:-11rem;
  z-index:50
}

.primary-navigation__pop-up-menu .pop-up-menu{
  bottom:1.5rem;
  margin-left:16rem
}

@media only screen and (max-width: 768px){
  .primary-navigation{
    align-items:flex-start;
    opacity:0;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
    width:295px;
    left:-295px;
    filter:drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.12))
  }

  .primary-navigation.menu-open{
    left:0px;
    opacity:1
  }

  .primary-navigation__top{
    align-items:flex-start
  }

  .primary-navigation__top-header-desktop{
    display:none
  }

  .primary-navigation__top-header-mobile{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    justify-content:space-between;
    padding:1rem;
    width:295px;
    color:#1436A4
  }

  .primary-navigation__top-mobile-back{
    margin-bottom:0.875rem;
    margin-left:1.25rem;
    display:block
  }

  .primary-navigation__footer-desktop{
    display:none
  }

  .primary-navigation__footer-mobile{
    display:flex;
    width:100%;
    flex-direction:column;
    border-top-width:1px;
    --tw-border-opacity:1;
    border-color:rgba(237, 237, 237, var(--tw-border-opacity));
    padding-top:2.5rem;
    padding-left:1.5rem;
    line-height:1.5rem
  }

  .primary-navigation__footer-mobile-link{
    margin-bottom:1rem;
    padding:0.25rem;
    --tw-text-opacity:1;
    color:rgba(114, 114, 114, var(--tw-text-opacity));
    width:-moz-fit-content;
    width:fit-content;
    font-size:13px;
    text-decoration:none
  }

  .primary-navigation__footer-mobile-link--cta{
    display:block;
    padding-bottom:0px;
    font-weight:700;
    text-transform:uppercase;
    --tw-text-opacity:1;
    color:rgba(20, 54, 164, var(--tw-text-opacity))
  }
}
body[data-dialog-open=true]{
  overflow:hidden
}

body[data-dialog-open=true]:has(.dialog.dialog--visible.dialog--nw) #root{
  --tw-blur:var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
  --tw-invert:var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-blur:blur(4px)
}

.dialog{
  position:fixed;
  z-index:50;
  display:none;
  text-align:center;
  vertical-align:middle;
  line-height:1rem;
  top:0px !important;
  right:0px !important;
  bottom:0px !important;
  left:0px !important
}

.dialog.dialog--visible{
  display:flex;
  animation:fade-in .3s ease-out;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  white-space:normal;
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity:0.25
}

.dialog .dialog__container{
  display:flex;
  width:100vw;
  flex:1 1 auto;
  align-items:center;
  justify-content:center
}

@media (min-width: 640px){
  .dialog .dialog__container{
    padding:1rem
  }
}

.dialog .dialog__container{
  height:100vh;
  height:100dvh
}

.dialog .dialog__window{
  z-index:50;
  display:flex;
  flex-direction:column;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding:1.5rem;
  padding-top:1rem;
  text-align:left;
  vertical-align:bottom;
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-height:100%;
  width:100%;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:300ms
}

@media (min-width: 640px){
  .dialog .dialog__window{
    vertical-align:middle
  }
}

.dialog .dialog__header{
  margin-right:1.5rem;
  display:flex;
  align-items:center;
  padding-bottom:1rem;
  padding-left:0.25rem;
  font-size:1rem;
  font-weight:700
}

.dialog .dialog__header .dialog__title-container{
  display:flex;
  width:100%;
  flex-direction:column
}

.dialog .dialog__header .dialog__title-container .dialog__title{
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:1.25rem;
  font-weight:500;
  line-height:1.75rem
}

.dialog .dialog__header .dialog__title-container .dialog__subtitle{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:0.875rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.dialog .dialog__content{
  display:block;
  width:100%;
  overflow-y:auto;
  white-space:normal;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-top:1rem;
  padding-bottom:0.25rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  max-height:38.875rem
}

@media screen and (max-width: 640px){
  .dialog .dialog__content{
    max-height:100%
  }
}

.dialog .dialog__icon{
  position:absolute;
  top:0px;
  right:0px;
  z-index:20;
  margin-top:0.75rem;
  margin-right:1.25rem;
  display:flex;
  height:1.5rem;
  width:1.5rem;
  cursor:pointer;
  align-items:center;
  fill:currentColor;
  color:#1436A4
}

.dialog .dialog__icon-nw-mobile{
  display:none
}

.dialog .dialog__info-icon{
  margin-right:1rem;
  margin-top:-4px
}

.dialog .dialog__actions{
  gap:1rem;
  padding-top:1.5rem;
  padding-right:0.25rem;
  display:flex;
  justify-content:flex-end
}

.dialog.dialog--xs .dialog__window{
  max-width:25rem
}

.dialog.dialog--sm .dialog__window{
  max-width:36rem
}

.dialog.dialog--md .dialog__window{
  max-width:48rem
}

.dialog.dialog--lg .dialog__window{
  max-width:60rem
}

.dialog .dialog--shim{
  position:absolute;
  z-index:40;
  height:100%;
  width:100%;
  opacity:0;
  top:0px !important;
  right:0px !important;
  bottom:0px !important;
  left:0px !important;
  content:""
}

.dialog.dialog--nw{
  letter-spacing:-0.2px
}

.dialog.dialog--nw.dialog--visible{
  background-color:hsl(var(--bg-overlay)/80%)
}

.dialog.dialog--nw .dialog__container{
  padding:0px
}

.dialog.dialog--nw .dialog__content{
  background-color:hsl(var(--bg-modal-content))
}

.dialog.dialog--nw .dialog__window{
  overflow:hidden;
  border-radius:1rem;
  border-width:1px;
  border-style:solid;
  border-color:hsl(var(--border-primary));
  background-color:hsl(var(--bg-primary));
  padding:0px;
  --tw-shadow:0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dialog.dialog--nw .dialog__header-container{
  border-top-right-radius:inherit;
  border-top-left-radius:inherit
}

.dialog.dialog--nw .dialog__header{
  margin:0px;
  gap:1rem;
  border-bottom-width:1px;
  border-style:solid;
  border-color:hsl(var(--border-primary));
  padding:1.5rem;
  padding-right:3rem
}

.dialog.dialog--nw .dialog__footer{
  border-top-width:1px;
  border-style:solid;
  border-color:hsl(var(--border-primary))
}

.dialog.dialog--nw .dialog__icon{
  margin-top:1.5rem;
  margin-right:1.5rem;
  display:none;
  color:hsl(var(--fg-quinary))
}

@media (min-width: 640px){
  .dialog.dialog--nw .dialog__icon{
    display:block
  }
}

.dialog.dialog--nw .dialog__icon:focus-visible{
  border-radius:8px;
  outline:2px solid hsl(var(--focus-ring));
  outline-offset:-2px
}

.dialog.dialog--nw .dialog__icon-nw-mobile{
  margin-top:1rem;
  margin-left:1rem;
  display:flex;
  align-items:center;
  gap:0.25rem;
  font-size:0.875rem;
  color:hsl(var(--fg-tertiary))
}

@media (min-width: 640px){
  .dialog.dialog--nw .dialog__icon-nw-mobile{
    display:none
  }
}

.dialog.dialog--nw .dialog__info-icon{
  margin:0px
}

.dialog.dialog--nw .dialog__content{
  display:flex;
  height:100%;
  flex-direction:column;
  overflow:hidden;
  padding:0px;
  line-height:1.25rem
}

.dialog.dialog--nw .dialog__header-container--gradient .dialog__icon-nw-mobile, .dialog.dialog--nw .dialog__header-container--gradient .dialog__icon{
  color:hsl(var(--fg-white))
}

@media screen and (max-width: 640px){
  .dialog.dialog--nw .dialog__window{
    height:100%;
    width:100%;
    max-width:100%;
    border-radius:0px;
    border-width:0px
  }

  .dialog.dialog--nw .dialog__header{
    border-style:none;
    padding:1rem
  }
}

.dialog.dialog--dividers-hidden .dialog__header-container>hr{
  display:none
}

.dialog.dialog--dividers-hidden .dialog__header{
  border-style:none
}

.dialog.dialog--dividers-hidden .dialog__footer{
  border-style:none
}
.secondary-navigation{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  width:14.25rem;
  border-left:1px solid #EDEDED;
  height:100vh;
  overflow-y:auto;
  position:fixed;
  top:0;
  left:5.3125rem;
  z-index:8
}

.secondary-navigation .top-secondary-nav{
  border-top:none
}

.secondary-navigation .member-name{
  color:#222222
}

.secondary-navigation .secondary-nav-mobile-header{
  display:none
}

.secondary-navigation .secondary-nav-container{
  height:100vh
}

.secondary-navigation .secondary-nav-button{
  padding:4px 0 4px 12px;
  text-decoration:none;
  display:inline-block;
  margin-bottom:16px;
  cursor:pointer;
  border-radius:100px;
  color:#727272
}

.secondary-navigation .secondary-nav-button:hover{
  background-color:#FFFFFF;
  color:#486DE7;
  box-shadow:0px 0px 12px 0px #949494;
  text-decoration:underline
}

.secondary-navigation .secondary-nav-button:focus{
  background-color:#FFFFFF;
  color:#486DE7;
  text-decoration:underline;
  outline:3px solid #486DE7
}

.secondary-navigation .active{
  padding:4px 0 4px 12px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
  border-radius:100px;
  background-color:#486DE7;
  color:#FFFFFF;
  margin-bottom:16px
}

.secondary-navigation .bottom-secondary-nav{
  border-top:1px solid #EDEDED;
  padding-top:16px
}

.secondary-navigation .wellthy-icon-mobile{
  display:none;
  margin:0
}

.secondary-navigation .secondary-nav-back-button{
  align-items:center;
  display:none
}

.secondary-navigation .secondary-nav-bottom-button{
  margin-bottom:1rem
}

.secondary-navigation .secondary-nav-bottom-button-blue{
  color:#1436A4
}

.secondary-navigation .secondary-nav-cta{
  width:100%;
  text-align:left;
  font-size:1rem;
  font-weight:400;
  text-transform:none;
  letter-spacing:0em
}

.secondary-navigation .care-recipient-details{
  margin-bottom:.6rem
}

.secondary-navigation .pop-menu{
  position:fixed;
  top:1rem;
  bottom:0px;
  left:-11rem;
  z-index:50
}

.secondary-navigation .pop-menu .pop-up-menu{
  bottom:1rem;
  left:30rem
}

.secondary-navigation .pop-menu .pop-up-menu .pop-up-menu-button{
  margin-top:0.25rem;
  margin-bottom:0.25rem;
  justify-content:flex-start;
  text-align:left;
  font-size:0.875rem;
  font-weight:400;
  text-transform:none;
  letter-spacing:0em
}

.secondary-navigation .pop-menu .pop-up-menu .pop-up-menu-button:hover, .secondary-navigation .pop-menu .pop-up-menu .pop-up-menu-button:focus{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity));
  text-decoration:none
}

@media only screen and (max-width: 768px){
  .secondary-navigation{
    width:295px;
    transition:all .25s;
    opacity:0;
    left:-295px;
    padding-top:1rem;
    filter:drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.12))
  }

  .secondary-navigation.menu-open{
    opacity:1;
    left:0px
  }

  .secondary-navigation .main-menu-button-span{
    font-size:13px;
    padding-left:.25rem;
    margin-top:.125rem;
    text-transform:capitalize
  }

  .secondary-navigation .wellthy-icon-mobile{
    display:flex;
    height:30px;
    width:100px
  }

  .secondary-navigation .secondary-nav-button,.secondary-navigation .care-recipient-details{
    max-width:100%
  }

  .secondary-navigation .top-secondary-nav{
    padding-top:0px
  }

  .secondary-navigation .secondary-nav-mobile-header{
    display:flex;
    padding-bottom:.125rem
  }

  .secondary-navigation .secondary-nav-back-button{
    display:flex
  }

  .secondary-navigation .back-to-main{
    color:#1436A4;
    margin:0px 0px 14px 12px
  }
}
.side-nav-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);
  z-index:7
}
.availability-banner{
  width:100%;
  width:100vw;
  height:2.5rem
}

.availability-banner .alert{
  height:2.5rem
}

.availability-banner p[role=alert]{
  margin-right:0
}

.availability-banner~#app-top-nav .app-bar{
  top:2.5rem
}

.availability-banner~.flow-body .primary-navigation{
  height:calc(100vh - 2.5rem);
  top:2.5rem
}

.availability-banner__text{
  max-width:calc(100vw - 3rem);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:0.875rem;
  text-overflow:ellipsis
}

.availability-banner .close-button-container{
  height:2.5rem
}
.new-footer{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family:"Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:1.5rem;
  -moz-column-gap:32px;
       column-gap:32px
}

.new-footer--primary-nav{
  margin-left:5.3125rem
}

.new-footer--secondary-nav{
  margin-left:19.5625rem
}

.new-footer__nav{
  display:flex;
  font-size:16px
}

.new-footer__nav-item a{
  text-decoration:underline
}

.new-footer__nav-item::after{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity));
  padding:0 16px;
  content:"·"
}

.new-footer__nav-item:last-child::after{
  content:none
}

.new-footer__text{
  font-size:0.875rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity));
  display:contents
}

@media only screen and (max-width: 768px){
  .new-footer--primary-nav,.new-footer--secondary-nav{
    margin-left:0
  }
}

@media only screen and (max-width: 640px){
  .new-footer{
    flex-direction:column;
    align-items:start;
    justify-content:flex-end;
    -moz-column-gap:10px;
         column-gap:10px
  }

  .new-footer__nav{
    flex-direction:column;
    -moz-column-gap:10px;
         column-gap:10px
  }

  .new-footer__nav-item::after{
    display:none
  }
}
.bottom-down{
  min-height:calc(100vh - 136px);
  width:100vw;
  box-sizing:border-box
}

.marginForPrimaryNav{
  margin-left:5.3125rem;
  width:calc(100vw - 5.3125rem)
}

.growLeftMargin{
  margin-left:19.5625rem
}

#content.disabledFooter{
  padding-bottom:0px
}

.app-main.app-main--new-mx #content{
  min-height:unset;
  padding:0;
  position:relative
}

.app-main.app-main--new-mx .fullHeight{
  height:100%
}

.flow-body:has(.app-main--new-mx) nav:last-of-type{
  border-right-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity))
}

@media only screen and (max-width: 768px){
  .growLeftMargin{
    margin-left:0
  }

  .bottom-down{
    margin-left:auto;
    width:100vw
  }
}

@media print{
  #app-top-nav{
    display:none
  }

  #app-side-nav{
    display:none
  }

  #app-main{
    display:block;
    padding:0;
    margin:0;
    width:100%
  }

  #content{
    padding:0;
    margin:0
  }

  #app-footer{
    display:none
  }
}
.status__indicator{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:0.5rem
}

.status__indicator--icon>svg{
  width:1.25rem;
  height:1.25rem
}

.status__indicator--label{
  font-size:0.875rem;
  font-weight:500
}

.status__indicator__success{
  color:#008000
}

.status__indicator__secondary{
  color:#486DE7
}

.status__indicator__text{
  color:#727272
}

.status__indicator__error{
  color:#D91F1B
}
.idp-signup-page{
  -webkit-font-smoothing:antialiased
}

.idp-signup-page .signup-wrapper{
  font-family:"Founders Grotesk Regular",sans-serif;
  width:100%;
  display:flex;
  flex-direction:column
}

.idp-signup-page .signup-form-wrapper{
  width:100%
}

.idp-signup-page #logo-div{
  width:100%;
  padding:var(--spacing-5) 3.5rem;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center
}

.idp-signup-page .signup-info-wrapper{
  flex:1;
  background-color:var(--primary-dark-color);
  padding:2rem 1rem;
  overflow-y:auto;
  color:var(--light)
}

.idp-signup-page .signup-info__title,.idp-signup-page .signup-info__subtitle{
  display:none
}

.idp-signup-page .signup-info__member{
  width:100%;
  display:flex;
  margin-bottom:1rem;
  flex-direction:row;
  align-items:flex-start;
  justify-content:flex-start;
  -moz-column-gap:1rem;
       column-gap:1rem
}

.idp-signup-page .signup-info__member-list li{
  margin-bottom:1rem
}

.idp-signup-page .signup-info__member-img{
  width:4.5rem;
  height:4.5rem
}

.idp-signup-page .signup-info__member-text-container{
  flex:1;
  display:flex;
  height:100%;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}

.idp-signup-page .signup-info__member-name{
  color:var(--light);
  font-size:1.25rem;
  line-height:1.4;
  font-family:"Founders Grotesk Regular",sans-serif
}

.idp-signup-page .signup-info__member-role{
  text-transform:uppercase;
  font-family:"Founders Grotesk Regular",sans-serif;
  line-height:1.5;
  color:var(--light)
}

.idp-signup-page .signup-info__member-description,.idp-signup-page .signup-info__member-description--mobile{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  -moz-column-gap:.5rem;
       column-gap:.5rem
}

.idp-signup-page .signup-info__member-description{
  display:none
}

.idp-signup-page .signup-info__member-description--mobile{
  align-items:flex-start;
  margin-bottom:2rem
}

.idp-signup-page .signup-info__member-description--mobile:last-of-type{
  margin-bottom:0
}

.idp-signup-page .signup-info__member-description svg,.idp-signup-page .signup-info__member-description--mobile svg{
  width:1.5rem;
  height:1.5rem
}

.idp-signup-page .signup-info__member-description span,.idp-signup-page .signup-info__member-description--mobile span{
  font-size:1.25rem;
  line-height:1.4;
  color:var(--light)
}

.idp-signup-page .signup-info__member-description--mobile span{
  font-size:1rem
}

.idp-signup-page .signup-form-wrapper header,.idp-signup-page .signup-form-wrapper header~div{
  padding-left:1rem;
  padding-right:1rem
}

.idp-signup-page .signup-form-wrapper header{
  padding-top:1rem
}

.idp-signup-page .signup-form-wrapper h1{
  font-size:1rem;
  font-family:"Founders Grotesk Medium",sans-serif
}

.idp-signup-page .signup-wrapper #wellthy-logo-center{
  height:3.25rem;
  min-width:182px
}

.idp-signup-page header{
  display:none
}

.idp-signup-page #title-section{
  font-family:"Founders Grotesk Medium",sans-serif;
  font-size:16px;
  font-weight:400
}

.idp-signup-page .form-container{
  padding:0 1rem 2.5rem 1rem;
  width:100%
}

.idp-signup-page input{
  border:1px solid #949494;
  border-radius:3px;
  width:100%;
  color:#000;
  height:var(--input-height);
  padding:0 var(--spacing-2) !important;
  transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out
}

.idp-signup-page input.formError:focus,.idp-signup-page input.formError:focus-within,.idp-signup-page input.formError:active{
  border:2px solid #d00e17 !important
}

.idp-signup-page input:focus,.idp-signup-page input:focus-within{
  border:2px solid var(--base-focus-color)
}

.idp-signup-page input.formError{
  border-color:#d00e17;
  border-width:1px
}

.idp-signup-page #title-section,.idp-signup-page #signup-instructions-section{
  width:100%;
  padding:0 1rem;
  margin-bottom:1.5rem;
  text-align:left
}

@media screen and (min-width: 768px){
  .idp-signup-page html,.idp-signup-page body{
    height:100vh
  }

  .idp-signup-page :root{
    --prompt-width: 400px;
    --header-alignment: left
  }

  .idp-signup-page #root{
    width:100%
  }

  .idp-signup-page body{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center
  }

  .idp-signup-page .form-container{
    padding-left:2.5rem !important;
    padding-right:2.5rem !important
  }

  .idp-signup-page .signup-info__member-list li{
    margin-bottom:3rem !important
  }

  .idp-signup-page .signup-wrapper{
    flex-direction:row;
    align-items:center;
    justify-content:center;
    height:100vh
  }

  .idp-signup-page .signup-form-wrapper{
    width:428px;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start
  }

  .idp-signup-page .signup-info-wrapper{
    height:100%;
    padding:3.75rem 4rem 3.75rem 3.75rem
  }

  .idp-signup-page .signup-info__title,.idp-signup-page .signup-info__subtitle{
    display:flex
  }

  .idp-signup-page #logo-div{
    justify-content:flex-start
  }

  .idp-signup-page #title-section,.idp-signup-page #signup-instructions-section{
    padding:0 2.5rem 0 2.5rem
  }

  .idp-signup-page .signup-info__title{
    color:var(--light);
    width:100%;
    font-size:2rem;
    font-family:"Canela Deck Bold",serif;
    line-height:1.5;
    margin-bottom:1rem
  }

  .idp-signup-page .signup-info__subtitle{
    width:100%;
    font-size:1.25rem;
    color:var(--light);
    line-height:1.4;
    font-family:"Founders Grotesk Regular",sans-serif;
    margin-bottom:3.75rem;
    max-width:57.5rem
  }

  .idp-signup-page .signup-info__member-list li{
    margin-bottom:1rem
  }

  .idp-signup-page .signup-info__member-list li:last-of-type{
    margin-bottom:0
  }

  .idp-signup-page .signup-info__member{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .idp-signup-page .signup-info__member-role{
    margin-bottom:1.5rem
  }

  .idp-signup-page .signup-info__member-description{
    display:flex
  }

  .idp-signup-page .signup-info__member-description--mobile{
    display:none
  }

  .idp-signup-page .signup-info__subtitle--mobile{
    display:none
  }

  .idp-signup-page .signup-form-wrapper header,.idp-signup-page .signup-form-wrapper header~div{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .idp-signup-page .signup-form-wrapper header{
    padding-top:2.5rem
  }

  .idp-signup-page .signup-form-wrapper h1{
    font-size:1.25rem
  }
}

@media screen and (min-width: 900px){
  .idp-signup-page .signup-info__member-img{
    width:9rem;
    height:9rem
  }
}

.idp-signup-page #signup-terms-section{
  padding:var(--spacing-3) 0 0;
  font-size:.875rem
}

.idp-signup-page #signup-terms-section a{
  font-size:.875rem
}

.idp-signup-page a{
  font-weight:700 !important;
  text-decoration:none;
  color:var(--brand-primary) !important
}

.idp-signup-page button[type=submit]{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:100%;
  margin-top:var(--spacing-3);
  background-color:var(--brand-primary);
  color:var(--light);
  padding:4px var(--spacing-2);
  outline:none;
  cursor:pointer;
  border:0;
  border-radius:3px;
  min-height:var(--input-height);
  transition:background-color .25s ease-in-out,box-shadow .25s ease-in-out
}

.idp-signup-page button[type=submit]:hover{
  box-shadow:inset 0 0 0 150px rgba(0,0,0,.1)
}
.not-eligible-container{
  margin-left:auto;
  margin-right:auto;
  margin-top:15rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:532px
}
.tooltip__container{
  margin-bottom:-0.4rem;
  position:relative;
  display:inline-block
}

.tooltip__overlay{
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  display:flex;
  height:100%;
  width:100%;
  align-items:center;
  justify-content:center
}

.tooltip__content{
  position:absolute;
  z-index:20;
  padding:1.25rem 1rem;
  background-color:#222222;
  color:#FFFFFF;
  border-radius:.25rem;
  font-size:1rem;
  width:20rem;
  min-height:1.5rem
}

.tooltip__content:after{
  content:"";
  position:absolute;
  width:0;
  height:0;
  border-style:solid
}

.tooltip__content.top{
  bottom:100%;
  left:50%;
  transform:translate(-50%, -16px)
}

.tooltip__content.top:after{
  border-width:.625rem .375rem 0px .375rem;
  border-color:#222222 transparent transparent transparent;
  top:100%;
  left:50%;
  transform:translateX(-50%)
}

.tooltip__content.bottom{
  top:100%;
  left:50%;
  transform:translate(-50%, 16px)
}

.tooltip__content.bottom:after{
  border-width:0px .375rem .625rem .375rem;
  border-color:transparent transparent #222222 transparent;
  bottom:100%;
  left:50%;
  transform:translateX(-50%)
}

@media(min-width: 767px){
  .tooltip__close-btn{
    display:none
  }
}

@media(max-width: 767px){
  .tooltip__text-content{
    font-size:0.875rem;
    color:#222222;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis
  }

  .tooltip__info-icon{
    display:flex;
    justify-content:center;
    margin-bottom:8px
  }

  .tooltip__overlay{
    background-color:rgba(0,0,0,.5);
    position:fixed
  }

  .tooltip__close-btn{
    position:absolute;
    top:14px;
    right:14px;
    background-color:transparent;
    border:none;
    color:#222222;
    font-size:1.125rem;
    padding:0;
    cursor:pointer
  }

  .tooltip__close-btn svg{
    width:1.25rem;
    height:1.25rem
  }

  .tooltip__content{
    position:static;
    border-radius:4px;
    margin:auto;
    width:15.9375rem;
    padding:1rem;
    white-space:normal;
    text-align:center;
    background:#FFFFFF;
    color:#222222;
    transform:translateY(-50%) !important
  }

  .tooltip__content:after{
    display:none
  }
}
.label__container{
  width: 100%;
  flex-direction: column
}

.label__label{
  margin-bottom: 0.25rem;
  display: inline-block;
  font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity))
}

.label__description{
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity))
}
.text-input__wrapper{
  position:relative;
  display:flex;
  width:100%;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  align-items:center;
  border-radius:0.5rem;
  border-width:1px;
  border-style:solid;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  vertical-align:middle;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.text-input__wrapper:hover{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.text-input__wrapper>svg{
  position:absolute;
  width:1.25rem;
  height:1.25rem;
  margin:0
}

.text-input__wrapper>svg:first-child{
  left:1rem
}

.text-input__wrapper>svg:last-child{
  right:1rem
}

.text-input__wrapper>input{
  flex-grow:1
}

.text-input__wrapper>input::-moz-placeholder{
  vertical-align:middle;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper>input::placeholder{
  vertical-align:middle;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper:focus-within,.text-input__wrapper:focus-visible,.text-input__wrapper:focus{
  box-shadow:0 0 0 3px #486de7;
  outline:none
}

.text-input__wrapper:focus-within>input,.text-input__wrapper:focus-visible>input,.text-input__wrapper:focus>input{
  border:none;
  outline:none
}

.text-input__wrapper:focus-within>input::-moz-placeholder, .text-input__wrapper:focus-visible>input::-moz-placeholder, .text-input__wrapper:focus>input::-moz-placeholder{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper:focus-within>input::placeholder, .text-input__wrapper:focus-visible>input::placeholder, .text-input__wrapper:focus>input::placeholder{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper:hover:not(.text-input__wrapper:focus-within):not(.text-input__wrapper:focus-visible):not(.text-input__wrapper:focus):not(.text-input__wrapper--disabled){
  box-shadow:0 0 .5rem 0 rgba(34,34,34,.2)
}

.text-input__wrapper:hover:not(.text-input__wrapper:focus-within):not(.text-input__wrapper:focus-visible):not(.text-input__wrapper:focus):not(.text-input__wrapper--disabled) input::-moz-placeholder{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper:hover:not(.text-input__wrapper:focus-within):not(.text-input__wrapper:focus-visible):not(.text-input__wrapper:focus):not(.text-input__wrapper--disabled) input::placeholder{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper--disabled{
  --tw-border-opacity:1;
  border-color:rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(237, 237, 237, var(--tw-bg-opacity));
  cursor:not-allowed
}

.text-input__wrapper--disabled>input{
  cursor:not-allowed;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper--disabled>svg{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.text-input__wrapper--disabled:hover{
  box-shadow:unset
}

.text-input__input{
  height:3rem;
  width:100%;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-width:0px;
  background-color:transparent;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  padding:.875rem 1rem
}

.text-input__input--icon-before{
  padding-left:3rem
}

.text-input__input--icon-after{
  padding-right:3rem
}

.text-input--error-message{
  margin-top:0.5rem;
  display:flex;
  align-items:center;
  line-height:1rem;
  --tw-text-opacity:1;
  color:rgba(217, 31, 27, var(--tw-text-opacity))
}

.text-input--error-message>p{
  margin-left:0.25rem;
  font-size:0.75rem;
  --tw-text-opacity:1;
  color:rgba(217, 31, 27, var(--tw-text-opacity))
}

.text-input>label{
  margin-bottom:0.25rem;
  font-family:"Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.text-input>label>p{
  font-size:0.875rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}
.resource_list:is(:last-child){
  border-bottom:none
}
.progress{
  width:100%
}

@media (min-width: 768px){
  .progress{
    width:24rem
  }
}

.progress .progress__container{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  height:1rem;
  width:100%;
  border-radius:9999px
}

@media (min-width: 768px){
  .progress .progress__container{
    width:24rem
  }
}

.progress .progress__container{
  border:1px solid #767676;
  background-color:#ededed
}

.progress .progress__container .progress__bar{
  position:absolute;
  float:left;
  height:100%;
  border-top-right-radius:9999px;
  border-bottom-right-radius:9999px;
  border-top-left-radius:9999px;
  border-bottom-left-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(0, 128, 0, var(--tw-bg-opacity));
  border:none
}

.progress .progress__status{
  margin-top:0.5rem;
  text-align:center
}
.button{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(20, 54, 164, var(--tw-bg-opacity));
  font-size:0.875rem;
  text-transform:uppercase;
  line-height:1.25rem;
  letter-spacing:0.025em;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
  padding:0 2rem;
  height:3rem;
  transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out
}

.button:hover, .button:focus{
  --tw-bg-opacity:1;
  background-color:rgba(72, 109, 231, var(--tw-bg-opacity));
  text-decoration:underline
}

.button:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button:disabled{
  cursor:auto;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.button:disabled:hover, .button:disabled:focus{
  text-decoration:none
}

.button--secondary{
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.button--secondary:hover, .button--secondary:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.button--secondary:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button--secondary:disabled{
  cursor:auto;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.button--secondary:disabled:hover, .button--secondary:disabled:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  text-decoration:none
}

.button--tertiary{
  border-radius:0px;
  border-style:none;
  background-color:transparent;
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.button--tertiary:hover, .button--tertiary:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.button--secondary:hover, .button--secondary:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.button--tertiary:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button--tertiary:disabled{
  cursor:auto;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.button--tertiary:disabled:hover, .button--tertiary:disabled:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  text-decoration:none
}

.button--secondary:disabled:hover, .button--secondary:disabled:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  text-decoration:none
}

.button--tertiary{
  padding:0 1rem
}

.button--tertiary:hover, .button--tertiary:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.button--tertiary:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button--tertiary:disabled{
  background-color:transparent
}

.button--as-link{
  display:inline;
  padding:0px;
  letter-spacing:0em;
  border-radius:0px;
  border-style:none;
  background-color:transparent;
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.button--as-link:hover, .button--as-link:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.button--secondary:hover, .button--secondary:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.button--as-link:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button--as-link:disabled{
  cursor:auto;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.button--as-link:disabled:hover, .button--as-link:disabled:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  text-decoration:none
}

.button--secondary:disabled:hover, .button--secondary:disabled:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  text-decoration:none
}

.button--as-link{
  padding:0 1rem
}

.button--as-link:hover, .button--as-link:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.button--tertiary:hover, .button--tertiary:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.button--as-link:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.button--as-link:disabled{
  background-color:transparent
}

.button--track-time{
  padding-top:0px;
  padding-bottom:0px;
  font-size:0.75rem;
  line-height:.75rem;
  letter-spacing:0.05em;
  height:2.25rem
}

.button-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  font-weight:600;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.button-white:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}
.menu{
  box-sizing:border-box;
  position:relative
}

.menu__trigger{
  border:3px solid transparent;
  border-radius:4px;
  display:flex;
  justify-content:space-between;
  color:#222222;
  font-size:1rem;
  font-weight:400;
  align-items:center
}

.menu__trigger--active{
  border:3px solid #486DE7;
  box-shadow:none
}

.menu__trigger:focus{
  border:3px solid #486DE7
}

.menu__trigger:hover{
  box-shadow:0px 0px 8px rgba(34,34,34,.2);
  border-radius:4px
}

.menu__toggle-icon{
  margin-left:1rem
}

.menu__toggle-icon-active{
  margin-left:1rem;
  transform:rotateX(180deg)
}

.menu__dropdown{
  max-height:24rem;
  overflow:auto;
  position:absolute;
  z-index:999;
  padding:8px 16px;
  border:1px solid #EDEDED;
  box-shadow:0px 0px 5px rgba(0,0,0,.12);
  border-radius:4px;
  min-width:6.75rem;
  background-color:#fff;
  top:100%
}

.menu__dropdown--item{
  font-size:0.875rem;
  padding:8px 0
}

.menu__dropdown__divider{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  display:block;
  height:0px;
  border-top:.0625rem #EDEDED solid
}

.menu__dropdown__header{
  margin-top:0.75rem;
  line-height:.8125rem;
  color:#222222;
  font-size:.6875rem;
  letter-spacing:.1rem;
  text-transform:uppercase
}

.menu__dropdown__link{
  display:flex;
  width:100%;
  cursor:pointer;
  flex-direction:row;
  align-content:center;
  align-items:center;
  padding-left:1rem;
  font-size:0.875rem;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.menu__dropdown__link:hover, .menu__dropdown__link:focus{
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity));
  text-decoration:underline
}

.menu__dropdown__id{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.menu__dropdown__project:hover__id{
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.menu__dropdown__customize{
  top:140%
}

.menu__dropdown__top{
  top:100%
}

.menu__dropdown--nw{
  top:auto;
  left:0px;
  bottom:100%
}

.menu__dropdown--w{
  top:0px;
  left:auto;
  margin-top:0px;
  margin-right:0.5rem;
  right:100%
}

.menu__dropdown--s{
  left:auto;
  right:50%;
  transform:translateX(50%)
}

.menu__dropdown--se{
  right:0px;
  left:auto
}

.menu__dropdown--e{
  top:0px;
  margin-top:0px;
  margin-left:0.5rem;
  left:100%
}

.menu--disabled{
  color:#727272;
  pointer-events:none
}
.sidebar{
  margin:0px !important;
  height:100% !important;
  overflow-y:auto !important;
  border-radius:0px !important
}

.sidebar{
  visibility:hidden;
  position:fixed;
  top:0px;
  left:0px;
  max-height:100%;
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property:none;
  backface-visibility:hidden;
  -webkit-transition:none;
  will-change:transform;
  transform:translate3d(0, 0, 0);
  -webkit-overflow-scrolling:touch;
  z-index:102
}

.sidebar>*{
  backface-visibility:hidden
}

.sidebar .sidebar__icon{
  position:absolute;
  top:0px;
  right:0px;
  margin-top:0.75rem;
  margin-right:0.75rem;
  height:1rem;
  width:1rem;
  cursor:pointer;
  fill:currentColor;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.sidebar.sidebar--left{
  right:auto;
  left:0px;
  width:70%;
  transform:translate3d(-100%, 0, 0)
}

.sidebar.sidebar--right{
  right:0px !important;
  left:auto !important;
  width:70%;
  transform:translate3d(100%, 0%, 0)
}

.sidebar.sidebar--top, .sidebar.sidebar--bottom{
  height:auto !important;
  width:100% !important
}

.sidebar.sidebar--top{
  top:0px !important;
  bottom:auto !important;
  transform:translate3d(0, -100%, 0)
}

.sidebar.sidebar--bottom{
  top:auto !important;
  bottom:0px !important;
  transform:translate3d(0, 100%, 0)
}

.sidebar.sidebar--extra_narrow.sidebar--left,.sidebar.sidebar--extra_narrow.sidebar--right{
  width:7.5rem
}

.sidebar.sidebar--narrow.sidebar--left,.sidebar.sidebar--narrow.sidebar--right{
  width:18.75rem
}

.sidebar.sidebar--wide.sidebar--left,.sidebar.sidebar--wide.sidebar--right{
  width:85%
}

.sidebar.sidebar--extra_wide.sidebar--left,.sidebar.sidebar--extra_wide.sidebar--right{
  width:90%
}

.sidebar.sidebar--animating{
  visibility:visible
}

.sidebar.sidebar--visible{
  visibility:visible;
  transform:translate3d(0, 0, 0)
}

.sidebar.sidebar--visible.sidebar--left,.sidebar.sidebar--visible.sidebar--right,.sidebar.sidebar--visible.sidebar--top,.sidebar.sidebar--visible.sidebar--bottom{
  box-shadow:0px 0px 20px rgba(34,36,38,.15)
}

.sidebar.sidebar--visible.sidebar--left~.sidebar--shim{
  transform:translate3d(70%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--right~.sidebar--shim{
  transform:translate3d(-70%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--top~.sidebar--shim{
  transform:translate3d(0, 2.25rem, 0)
}

.sidebar.sidebar--visible.sidebar--bottom~.sidebar--shim{
  transform:translate3d(0, -2.25rem, 0)
}

.sidebar.sidebar--visible.sidebar--extra_narrow.sidebar--left~.sidebar--shim{
  transform:translate3d(7.5rem, 0, 0)
}

.sidebar.sidebar--visible.sidebar--narrow.sidebar--left~.sidebar--shim{
  transform:translate3d(18.75rem, 0, 0)
}

.sidebar.sidebar--visible.sidebar--wide.sidebar--left~.sidebar--shim{
  transform:translate3d(85%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--extra_wide.sidebar--left~.sidebar--shim{
  transform:translate3d(90%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--extra_narrow.sidebar--right~.sidebar--shim{
  transform:translate3d(-7.5rem, 0, 0)
}

.sidebar.sidebar--visible.sidebar--narrow.sidebar--right~.sidebar--shim{
  transform:translate3d(-18.75rem, 0, 0)
}

.sidebar.sidebar--visible.sidebar--wide.sidebar--right~.sidebar--shim{
  transform:translate3d(-85%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--extra_wide.sidebar--right~.sidebar--shim{
  transform:translate3d(-90%, 0, 0)
}

.sidebar.sidebar--visible.sidebar--left~.sidebar.sidebar--visible.sidebar--right~.sidebar--shim,.sidebar.sidebar--visible.sidebar--right~.sidebar.sidebar--visible.sidebar--left~.sidebar--shim{
  transform:translate3d(0, 0, 0)
}

.sidebar.sidebar--overlay{
  z-index:102
}

.sidebar.sidebar--overlay.sidebar--left{
  transform:translate3d(-100%, 0%, 0)
}

.sidebar.sidebar--overlay.sidebar--right{
  transform:translate3d(100%, 0%, 0)
}

.sidebar.sidebar--overlay.sidebar--top{
  transform:translate3d(0%, -100%, 0)
}

.sidebar.sidebar--overlay.sidebar--bottom{
  transform:translate3d(0%, 100%, 0)
}

.sidebar.sidebar--overlay.sidebar--animating,.sidebar.sidebar--overlay.sidebar--visible{
  transition:transform 500ms ease
}

.sidebar.sidebar--overlay.sidebar--left.sidebar--visible,.sidebar.sidebar--overlay.sidebar--right.sidebar--visible,.sidebar.sidebar--overlay.sidebar--top.sidebar--visible,.sidebar.sidebar--overlay.sidebar--bottom.sidebar--visible{
  transform:translate3d(0%, 0%, 0)
}

.sidebar.sidebar--overlay.sidebar--visible~.sidebar--shim{
  transform:none !important;
  -webkit-transform:none !important
}

.sidebar--shim{
  position:fixed;
  top:0px;
  right:0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity:0.25;
  opacity:0;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:500ms;
  content:"";
  will-change:opacity;
  z-index:101
}

.sidebar.sidebar--visible~.sidebar--shim{
  height:100% !important;
  width:100% !important;
  opacity:1 !important
}
.navigation__background{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity))
}

.navigation__border-line{
  border-right-width:1px;
  border-left-width:1px;
  border-color:bg-w-background-primary
}

.navigation__button{
  margin-right:10px !important;
  font-size:0.75rem !important;
  font-weight:300 !important
}

.navigation .navigation__wrap--inner{
  margin-left:auto;
  margin-right:auto;
  display:flex;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  max-width:83rem
}

.navigation .navigation__menu--right,.navigation .navigation__menu--right-mobile{
  height:3.75rem
}

.navigation .navigation__menu--block{
  float:left;
  height:3.75rem;
  line-height:36px
}

.navigation .navigation__hamburger{
  display:flex;
  align-items:center;
  border-radius:0.25rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-right:0.5rem;
  padding-left:0.75rem;
  --tw-text-opacity:1;
  color:rgba(85, 85, 85, var(--tw-text-opacity))
}

.navigation .navigation__hamburger:hover, .navigation .navigation__hamburger:focus{
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.navigation .navigation__link{
  --tw-text-opacity:1;
  color:rgba(85, 85, 85, var(--tw-text-opacity))
}

.navigation .navigation__link:hover, .navigation .navigation__link:focus{
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.navigation .navigation__large{
  display:none
}

@media screen and (max-width: 767px){
  .navigation .navigation__mobile{
    display:none
  }

  .navigation .navigation__large{
    display:flex;
    flex-direction:column;
    padding-left:0.75rem;
    padding-right:0.75rem
  }
}

.sub-navigation{
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity))
}

.sub-navigation__sub{
  margin-top:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.sub-navigation .sub-navigation__inner{
  max-width:73.125rem
}

.sub-navigation .navigation__link{
  margin-top:0px;
  margin-right:1.5rem;
  display:flex;
  align-items:center;
  gap:0.25rem;
  border-bottom-width:2px;
  border-color:transparent;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.75rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.sub-navigation .navigation__link:hover, .sub-navigation .navigation__link:focus, .sub-navigation .navigation__link--selected{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}
.accordion .accordion{
  margin:0px;
  margin-top:1rem;
  padding:0px
}

.accordion__wrapper{
  position:relative;
  display:flex;
  width:100%;
  flex-direction:row;
  align-items:center;
  border-radius:0.5rem;
  border:3px solid transparent
}

.accordion__wrapper:hover{
  box-shadow:0px 0px 8px rgba(34,34,34,.2)
}

.accordion__wrapper:focus{
  border-color:#486DE7
}

.accordion .accordion__title{
  padding-left:0px;
  padding-right:0px;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.accordion .accordion__icon--wrapper{
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  display:flex;
  align-items:center;
  padding-left:1.25rem;
  padding-right:1.25rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.accordion .accordion__icon--wrapper .accordion__icon{
  height:1rem;
  width:1rem;
  fill:currentColor
}

.accordion .accordion__icon--wrapper .accordion__icon--edit-cog{
  height:1.5rem;
  width:1.5rem;
  fill:currentColor
}

.accordion .accordion__icon--wrapper .accordion__icon.accordion__icon--active{
  height:1rem;
  width:1rem;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate:-180deg;
  fill:currentColor;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:100ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.accordion .accordion--toggle_all{
  margin-bottom:0.5rem;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between
}

.accordion .accordion--toggle_all .accordion__button--toggle{
  float:right;
  display:inline-block;
  border-radius:0.375rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.accordion .accordion--toggle_all .accordion__button--toggle:hover, .accordion .accordion--toggle_all .accordion__button--toggle:focus{
  --tw-bg-opacity:1;
  background-color:rgba(241, 244, 252, var(--tw-bg-opacity))
}

.accordion, .accordion .accordion{
  max-width:100%
}

.accordion .accordion__title, .accordion .accordion .accordion__title{
  position:relative;
  display:block;
  padding-right:3.5rem;
  padding-left:1.25rem
}

.accordion .accordion__icon--wrapper, .accordion .accordion .accordion__icon--wrapper{
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  display:flex;
  align-items:center;
  padding-left:1.25rem;
  padding-right:1.25rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.accordion .accordion__icon--wrapper .accordion__icon, .accordion .accordion .accordion__icon--wrapper .accordion__icon{
  height:1rem;
  width:1rem;
  fill:currentColor;
  vertical-align:baseline
}

.accordion .accordion__icon--wrapper .accordion__icon--edit-cog, .accordion .accordion .accordion__icon--wrapper .accordion__icon--edit-cog{
  height:1.5rem;
  width:1.5rem;
  fill:currentColor
}

.accordion .accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion .accordion .accordion__icon--wrapper .accordion__icon.accordion__icon--active{
  height:1rem;
  width:1rem;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate:-180deg;
  fill:currentColor;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:100ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.accordion.accordion--link{
  width:100%
}

.accordion.accordion--link .accordion__title{
  display:inline-block;
  width:100%;
  font-size:1.125rem;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.accordion.accordion--link .accordion__title:hover, .accordion.accordion--link .accordion__title:focus, .accordion.accordion--link .accordion__active.accordion__title{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity))
}

.accordion.accordion--basic, .accordion.accordion--basic .accordion{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.accordion.accordion--basic .accordion__title, .accordion.accordion--basic .accordion .accordion__title{
  margin:0px;
  border-top-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(148, 148, 148, var(--tw-border-opacity));
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:1.25rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  opacity:1;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:100ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.accordion.accordion--basic .accordion__title:first-child, .accordion.accordion--basic .accordion .accordion__title:first-child{
  border-top-width:0px
}

.accordion.accordion--basic .accordion__content, .accordion.accordion--basic .accordion .accordion__content{
  margin:0px;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:1.5rem
}

.accordion.accordion--basic .accordion__title:hover, .accordion.accordion--basic .accordion__title:focus, .accordion.accordion--basic .accordion .accordion__title:hover, .accordion.accordion--basic .accordion .accordion__title:focus{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.accordion.accordion--basic .accordion__active.accordion__title, .accordion.accordion--basic .accordion .accordion__active.accordion__title{
  background-color:transparent;
  padding-right:3.5rem;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.accordion.accordion--basic{
  width:100%
}

.accordion.accordion--basic .accordion .accordion__content{
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:1.5rem
}

.accordion.accordion--basic .accordion .accordion__title:hover, .accordion.accordion--basic .accordion .accordion__title:focus, .accordion.accordion--basic .accordion .accordion__active.accordion__title{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity))
}

.accordion.accordion--rotund, .accordion.accordion--rotund .accordion{
  border-width:1px;
  border-top-width:0px;
  border-right-width:0px;
  border-left-width:0px;
  --tw-border-opacity:1;
  border-color:rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.accordion.accordion--rotund .accordion__wrapper, .accordion.accordion--rotund .accordion .accordion__wrapper{
  position:relative;
  width:100%
}

.accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper{
  pointer-events:auto;
  margin:0px;
  padding:0px
}

.accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper .accordion__icon{
  display:none;
  height:1.5rem;
  width:1.5rem
}

.accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper .accordion__icon.accordion__icon--active{
  display:block;
  height:1.5rem;
  width:1.5rem
}

.accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper .accordion__icon.accordion__icon--visible, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper .accordion__icon.accordion__icon--visible{
  display:block
}

.accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper .accordion__icon--edit-button:hover .accordion__icon--edit-cog .accordion__icon, .accordion.accordion--rotund .accordion__wrapper .accordion__icon--wrapper .accordion__icon--edit-button:focus .accordion__icon--edit-cog .accordion__icon, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper .accordion__icon--edit-button:hover .accordion__icon--edit-cog .accordion__icon, .accordion.accordion--rotund .accordion .accordion__wrapper .accordion__icon--wrapper .accordion__icon--edit-button:focus .accordion__icon--edit-cog .accordion__icon{
  display:block;
  height:1.5rem;
  width:1.5rem
}

.accordion.accordion--rotund .accordion__wrapper, .accordion.accordion--rotund .accordion .accordion__wrapper{
  width:100%;
  border-top-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(148, 148, 148, var(--tw-border-opacity))
}

.accordion.accordion--rotund .accordion__title, .accordion.accordion--rotund .accordion .accordion__title{
  margin:0px;
  padding-top:1rem;
  padding-bottom:1rem;
  padding-right:3.5rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  opacity:1
}

.accordion.accordion--rotund .accordion__button--toggle, .accordion.accordion--rotund .accordion .accordion__button--toggle{
  font-size:0.75rem;
  text-transform:uppercase;
  letter-spacing:0.025em
}

.accordion.accordion--rotund .accordion__content, .accordion.accordion--rotund .accordion .accordion__content{
  margin:0px;
  display:none;
  padding:0px
}

.accordion.accordion--rotund .accordion__content.accordion__active, .accordion.accordion--rotund .accordion .accordion__content.accordion__active{
  margin:0px;
  display:block;
  padding:0px;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:1.5rem
}

.accordion.accordion--rotund .accordion__title:hover~.accordion__icon--wrapper, .accordion.accordion--rotund .accordion__title:focus~.accordion__icon--wrapper, .accordion.accordion--rotund .accordion__active.accordion__title~.accordion__icon--wrapper, .accordion.accordion--rotund .accordion .accordion__title:hover~.accordion__icon--wrapper, .accordion.accordion--rotund .accordion .accordion__title:focus~.accordion__icon--wrapper, .accordion.accordion--rotund .accordion .accordion__active.accordion__title~.accordion__icon--wrapper{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity));
  opacity:1
}

.accordion.accordion--rotund .accordion__title:hover~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion__title:hover~.accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion__title:focus~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion__title:focus~.accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__title:hover~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion .accordion__title:hover~.accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__title:focus~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion .accordion__title:focus~.accordion__icon--wrapper .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon, .accordion.accordion--rotund .accordion .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon.accordion__icon--active{
  display:block
}

.accordion.accordion--rotund .accordion__title:hover~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion__title:hover~.accordion__icon--wrapper .accordion__icon:focus, .accordion.accordion--rotund .accordion__title:focus~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion__title:focus~.accordion__icon--wrapper .accordion__icon:focus, .accordion.accordion--rotund .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__title:hover~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__title:hover~.accordion__icon--wrapper .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__title:focus~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__title:focus~.accordion__icon--wrapper .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__active.accordion__title~.accordion__icon--wrapper .accordion__icon:focus{
  fill:currentColor;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.accordion.accordion--rotund .accordion__title:hover, .accordion.accordion--rotund .accordion__title:focus, .accordion.accordion--rotund .accordion__active.accordion__title, .accordion.accordion--rotund .accordion .accordion__title:hover, .accordion.accordion--rotund .accordion .accordion__title:focus, .accordion.accordion--rotund .accordion .accordion__active.accordion__title{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  opacity:1
}

.accordion.accordion--rotund .accordion__icon--wrapper:hover .accordion__icon, .accordion.accordion--rotund .accordion__icon--wrapper:hover .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion__icon--wrapper:focus .accordion__icon, .accordion.accordion--rotund .accordion__icon--wrapper:focus .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:hover .accordion__icon, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:hover .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:focus .accordion__icon, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:focus .accordion__icon.accordion__icon--active{
  display:block
}

.accordion.accordion--rotund .accordion__icon--wrapper:hover .accordion__icon:hover, .accordion.accordion--rotund .accordion__icon--wrapper:hover .accordion__icon:focus, .accordion.accordion--rotund .accordion__icon--wrapper:focus .accordion__icon:hover, .accordion.accordion--rotund .accordion__icon--wrapper:focus .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:hover .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:hover .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:focus .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__icon--wrapper:focus .accordion__icon:focus{
  fill:currentColor;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.accordion.accordion--rotund .accordion__active.accordion__title, .accordion.accordion--rotund .accordion .accordion__active.accordion__title{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  opacity:1
}

.accordion.accordion--rotund .accordion .accordion__content{
  padding:0px;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:1.5rem
}

.accordion.accordion--rotund .accordion .accordion__title:hover, .accordion.accordion--rotund .accordion .accordion__title:focus, .accordion.accordion--rotund .accordion .accordion__active.accordion__title{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(34, 34, 34, var(--tw-text-opacity));
  opacity:1
}

.accordion.accordion--rotund .accordion .accordion__title:hover .accordion__icon, .accordion.accordion--rotund .accordion .accordion__title:hover .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__title:focus .accordion__icon, .accordion.accordion--rotund .accordion .accordion__title:focus .accordion__icon.accordion__icon--active, .accordion.accordion--rotund .accordion .accordion__active.accordion__title .accordion__icon, .accordion.accordion--rotund .accordion .accordion__active.accordion__title .accordion__icon.accordion__icon--active{
  display:block
}

.accordion.accordion--rotund .accordion .accordion__title:hover .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__title:hover .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__title:focus .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__title:focus .accordion__icon:focus, .accordion.accordion--rotund .accordion .accordion__active.accordion__title .accordion__icon:hover, .accordion.accordion--rotund .accordion .accordion__active.accordion__title .accordion__icon:focus{
  fill:currentColor;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.accordion.accordion--fluid, .accordion.accordion--fluid .accordion{
  width:100%
}
.navigation-logged-out{
  text-rendering:optimizeLegibility
}

.navigation-logged-out__dropdown-button{
  margin-right:0.5rem;
  display:flex;
  height:4rem;
  align-items:center;
  justify-content:flex-start;
  padding:1rem;
  font-size:0.875rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.navigation-logged-out__dropdown-button:hover, .navigation-logged-out__dropdown-button:focus{
  --tw-text-opacity:1;
  color:rgba(72, 109, 231, var(--tw-text-opacity));
  text-decoration:underline
}

.navigation-logged-out__dropdown-button:focus{
  outline:2px solid var(--brand-secondary);
  outline-offset:1px
}

.navigation-logged-out__button{
  flex:1
}
.project__container{
  max-width:73rem
}

.project__button{
  margin-top:0.5rem;
  display:none;
  min-width:-moz-max-content;
  min-width:max-content;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  border-radius:9999px;
  border-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(20, 54, 164, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-size:0.75rem;
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

@media (min-width: 1280px){
  .project__button{
    display:flex
  }
}

.project__button:hover, .project__button:focus{
  --tw-border-opacity:1;
  border-color:rgba(72, 109, 231, var(--tw-border-opacity));
  text-decoration:underline
}

.project__mobile{
  padding:.625rem .75rem;
  margin-right:0px !important
}

@media only screen and (max-width: 1076px){
  .project__container{
    justify-content:center
  }

  .project__menu{
    width:100%;
    justify-content:space-between
  }
}

@media only screen and (max-width: 912px){
  .project__link{
    font-size:0.75rem
  }
}

@media screen and (max-width: 768px){
  .project__mobile{
    display:flex;
    flex-direction:column;
    align-self:baseline
  }

  .project__mobile span{
    margin-top:2px;
    margin-left:0;
    font-size:.5rem
  }
}
.pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  --tw-bg-opacity:1;
  background-color:rgba(248, 248, 248, var(--tw-bg-opacity));
  border-radius:.1875rem;
  padding:.875rem 1.25rem
}

.pagination .pagination-caret-container{
  padding:.375rem .25rem
}

.pagination .pagination-caret-container button.paginate-button{
  margin-right:1rem;
  margin-left:1rem;
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.pagination .pagination-caret-container button.paginate-button:hover, .pagination .pagination-caret-container button.paginate-button:focus{
  --tw-text-opacity:1;
  color:rgba(20, 54, 164, var(--tw-text-opacity))
}

.pagination .pagination-caret-container button.paginate-button:hover:disabled, .pagination .pagination-caret-container button.paginate-button:focus:disabled{
  --tw-text-opacity:1;
  color:rgba(114, 114, 114, var(--tw-text-opacity))
}

.pagination .pagination-caret-container button.paginate-button:hover:disabled,.pagination .pagination-caret-container button.paginate-button:focus:disabled{
  cursor:not-allowed
}

.pagination select{
  padding:.375rem .25rem
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

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

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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 {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

*, *:before, *:after {
  box-sizing: border-box;
}

:root{
  --brand-primary: #1436a4;
  --brand-secondary: #486de7;
  --brand-tertiary: #e12723;
  --status-success: #008000;
  --status-warning: #ffca6b;
  --status-error: #e12723;
  --dark: #222222;
  --text: #727272;
  --border: #949494;
  --divider: #ededed;
  --background-primary: #f8f8f8;
  --background-secondary: #f1f4fc;
  --light: #ffffff;
  --primary-dark-color: #233063;
  --base-focus-color: #1436a4;
  --prompt-width: 100%;
  --spacing: 8px;
  --spacing-2: calc(var(--spacing) * 2);
  --spacing-3: calc(var(--spacing) * 3);
  --spacing-5: calc(var(--spacing) * 5);
  --input-height: calc(var(--spacing) * 6.5);
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  --transparent: 0 0% 100% / 0;
  --gray-warm-25: 60 20% 99%;
  --gray-warm-50: 60 9% 98%;
  --gray-warm-100: 60 5% 96%;
  --gray-warm-200: 20 6% 90%;
  --gray-warm-300: 26 8% 83%;
  --gray-warm-400: 25 7% 64%;
  --gray-warm-500: 26 6% 45%;
  --gray-warm-600: 33 5% 32%;
  --gray-warm-700: 30 6% 25%;
  --gray-warm-800: 12 6% 15%;
  --gray-warm-900: 24 10% 10%;
  --gray-warm-950: 24 12% 8%;
  --gray-dark-25: 0 0% 98%;
  --gray-dark-50: 0 0% 97%;
  --gray-dark-100: 180 3% 94%;
  --gray-dark-200: 240 3% 93%;
  --gray-dark-300: 225 4% 82%;
  --gray-dark-400: 218 4% 60%;
  --gray-dark-500: 220 4% 54%;
  --gray-dark-600: 218 5% 40%;
  --gray-dark-700: 222 8% 24%;
  --gray-dark-800: 222 16% 16%;
  --gray-dark-900: 218 17% 9%;
  --gray-dark-950: 220 20% 6%;
  --gray-dark-alpha-25: 0 0% 100% / 98%;
  --gray-dark-alpha-50: 0 0% 100% / 96%;
  --gray-dark-alpha-100: 0 0% 100% / 94%;
  --gray-dark-alpha-200: 0 0% 100% / 92%;
  --gray-dark-alpha-300: 0 0% 100% / 80%;
  --gray-dark-alpha-400: 0 0% 100% / 56%;
  --gray-dark-alpha-500: 0 0% 100% / 50%;
  --gray-dark-alpha-600: 0 0% 100% / 35%;
  --gray-dark-alpha-700: 0 0% 100% / 16%;
  --gray-dark-alpha-800: 0 0% 100% / 8%;
  --gray-dark-alpha-900: 0 0% 100% / 4%;
  --gray-dark-alpha-950: 0 0% 100% / 0%;
  --aqua-50: 185 58% 96%;
  --aqua-100: 182 55% 90%;
  --aqua-200: 185 55% 82%;
  --aqua-300: 185 53% 69%;
  --aqua-400: 186 50% 53%;
  --aqua-500: 186 55% 48%;
  --aqua-600: 189 53% 36%;
  --aqua-700: 191 48% 31%;
  --aqua-800: 193 41% 27%;
  --aqua-900: 193 37% 24%;
  --aqua-950: 194 45% 15%;
  --berry-50: 324 33% 97%;
  --berry-100: 320 33% 95%;
  --berry-200: 320 35% 90%;
  --berry-300: 322 38% 82%;
  --berry-400: 323 36% 70%;
  --berry-500: 324 35% 60%;
  --berry-600: 328 30% 51%;
  --berry-700: 329 33% 42%;
  --berry-800: 330 31% 35%;
  --berry-900: 331 29% 30%;
  --berry-950: 331 36% 17%;
  --evergreen-50: 144 24% 96%;
  --evergreen-100: 136 22% 90%;
  --evergreen-200: 141 20% 80%;
  --evergreen-300: 144 20% 67%;
  --evergreen-400: 144 17% 52%;
  --evergreen-500: 147 22% 39%;
  --evergreen-600: 148 25% 30%;
  --evergreen-700: 150 24% 24%;
  --evergreen-800: 151 23% 20%;
  --evergreen-900: 153 24% 16%;
  --evergreen-950: 150 26% 9%;
  --herb-50: 60 28% 95%;
  --herb-100: 60 24% 89%;
  --herb-200: 62 23% 80%;
  --herb-300: 65 23% 67%;
  --herb-400: 65 21% 54%;
  --herb-500: 66 21% 44%;
  --herb-600: 68 23% 35%;
  --herb-700: 68 21% 27%;
  --herb-800: 71 19% 23%;
  --herb-900: 71 17% 20%;
  --herb-950: 71 22% 10%;
  --honey-50: 42 83% 95%;
  --honey-100: 42 87% 88%;
  --honey-200: 41 86% 77%;
  --honey-300: 38 86% 60%;
  --honey-400: 35 85% 53%;
  --honey-500: 33 83% 47%;
  --honey-600: 28 84% 40%;
  --honey-700: 23 81% 33%;
  --honey-800: 19 71% 29%;
  --honey-900: 16 63% 26%;
  --honey-950: 13 72% 14%;
  --lavender-50: 223 41% 97%;
  --lavender-100: 226 42% 94%;
  --lavender-200: 230 44% 89%;
  --lavender-300: 231 42% 82%;
  --lavender-400: 235 40% 74%;
  --lavender-500: 240 37% 66%;
  --lavender-600: 245 34% 59%;
  --lavender-700: 246 25% 51%;
  --lavender-800: 245 24% 41%;
  --lavender-900: 245 21% 34%;
  --lavender-950: 245 22% 20%;
  --mist-50: 200 16% 96%;
  --mist-100: 200 18% 90%;
  --mist-200: 205 18% 82%;
  --mist-300: 204 19% 69%;
  --mist-400: 206 18% 53%;
  --mist-500: 205 19% 46%;
  --mist-600: 206 18% 36%;
  --mist-700: 210 16% 31%;
  --mist-800: 213 14% 27%;
  --mist-900: 212 12% 24%;
  --mist-950: 210 16% 15%;
  --peach-50: 15 86% 97%;
  --peach-100: 14 100% 94%;
  --peach-200: 13 100% 89%;
  --peach-300: 13 100% 80%;
  --peach-400: 13 97% 71%;
  --peach-500: 13 90% 60%;
  --peach-600: 13 77% 51%;
  --peach-700: 13 78% 42%;
  --peach-800: 13 74% 35%;
  --peach-900: 13 67% 31%;
  --peach-950: 13 80% 15%;
  --periwinkle-25: 213 100% 98%;
  --periwinkle-50: 217 100% 96%;
  --periwinkle-100: 219 100% 94%;
  --periwinkle-200: 219 100% 89%;
  --periwinkle-300: 221 100% 82%;
  --periwinkle-400: 226 95% 75%;
  --periwinkle-500: 230 89% 67%;
  --periwinkle-600: 235 80% 59%;
  --periwinkle-700: 237 62% 51%;
  --periwinkle-800: 236 58% 41%;
  --periwinkle-900: 234 51% 34%;
  --periwinkle-950: 237 51% 20%;
  --plum-50: 300 45% 98%;
  --plum-100: 295 48% 95%;
  --plum-200: 297 42% 91%;
  --plum-300: 300 40% 83%;
  --plum-400: 302 40% 73%;
  --plum-500: 301 37% 61%;
  --plum-600: 302 31% 49%;
  --plum-700: 304 32% 40%;
  --plum-800: 305 31% 33%;
  --plum-900: 304 29% 28%;
  --plum-950: 308 39% 16%;
  --sage-50: 160 18% 97%;
  --sage-100: 169 20% 89%;
  --sage-200: 164 21% 78%;
  --sage-300: 169 19% 64%;
  --sage-400: 171 16% 48%;
  --sage-500: 173 20% 40%;
  --sage-600: 173 20% 32%;
  --sage-700: 173 19% 26%;
  --sage-800: 174 17% 22%;
  --sage-900: 176 15% 19%;
  --sage-950: 175 22% 10%;
  --sandalwood-50: 7 57% 97%;
  --sandalwood-100: 7 60% 94%;
  --sandalwood-200: 7 59% 89%;
  --sandalwood-300: 8 59% 82%;
  --sandalwood-400: 8 57% 72%;
  --sandalwood-500: 8 53% 60%;
  --sandalwood-600: 8 45% 51%;
  --sandalwood-700: 8 46% 42%;
  --sandalwood-800: 8 43% 35%;
  --sandalwood-900: 8 40% 31%;
  --sandalwood-950: 8 47% 15%;
  --wildflower-50: 0 29% 97%;
  --wildflower-100: 0 26% 95%;
  --wildflower-200: 356 29% 90%;
  --wildflower-300: 355 27% 82%;
  --wildflower-400: 354 27% 69%;
  --wildflower-500: 353 26% 60%;
  --wildflower-600: 350 22% 50%;
  --wildflower-700: 349 24% 41%;
  --wildflower-800: 347 23% 35%;
  --wildflower-900: 345 21% 30%;
  --wildflower-950: 346 26% 16%;
  --nw-error-25: 10 75% 98%;
  --nw-error-50: 5 86% 97%;
  --nw-error-100: 4 100% 94%;
  --nw-error-200: 4 100% 89%;
  --nw-error-300: 5 100% 82%;
  --nw-error-400: 5 96% 67%;
  --nw-error-500: 5 90% 60%;
  --nw-error-600: 5 77% 51%;
  --nw-error-700: 5 78% 42%;
  --nw-error-800: 5 74% 35%;
  --nw-error-900: 5 67% 31%;
  --nw-error-950: 5 80% 15%;
  --nw-purple-50: 270 60% 98%;
  --nw-purple-100: 268 65% 95%;
  --nw-purple-200: 265 62% 92%;
  --nw-purple-300: 267 61% 85%;
  --nw-purple-400: 268 59% 75%;
  --nw-purple-500: 269 55% 67%;
  --nw-purple-600: 270 49% 56%;
  --nw-purple-700: 271 43% 47%;
  --nw-purple-800: 271 41% 39%;
  --nw-purple-900: 271 40% 32%;
  --nw-purple-950: 273 53% 21%;
  --nw-success-25: 120 40% 98%;
  --nw-success-50: 129 41% 97%;
  --nw-success-100: 133 47% 93%;
  --nw-success-200: 135 42% 85%;
  --nw-success-300: 136 42% 75%;
  --nw-success-400: 136 37% 58%;
  --nw-success-500: 136 39% 45%;
  --nw-success-600: 136 42% 36%;
  --nw-success-700: 136 38% 29%;
  --nw-success-800: 137 35% 24%;
  --nw-success-900: 137 34% 20%;
  --nw-success-950: 141 45% 10%;
  --nw-warning-50: 56 88% 97%;
  --nw-warning-100: 53 97% 88%;
  --nw-warning-200: 51 98% 79%;
  --nw-warning-300: 48 97% 72%;
  --nw-warning-400: 46 96% 53%;
  --nw-warning-500: 43 93% 47%;
  --nw-warning-600: 39 96% 40%;
  --nw-warning-700: 33 92% 33%;
  --nw-warning-800: 30 81% 29%;
  --nw-warning-900: 26 73% 26%;
  --nw-warning-950: 26 73% 19%;
  --purplecalendar-50: 270 60% 98%;
  --purplecalendar-100: 268 65% 95%;
  --purplecalendar-200: 265 62% 92%;
  --purplecalendar-300: 267 61% 85%;
  --purplecalendar-400: 268 59% 75%;
  --purplecalendar-500: 269 55% 67%;
  --purplecalendar-600: 270 49% 56%;
  --purplecalendar-700: 271 43% 47%;
  --purplecalendar-800: 271 41% 39%;
  --purplecalendar-900: 271 40% 32%;
  --purplecalendar-950: 274 11% 44%;
  --alpha-black-10: 24 12% 8% / 10%;
  --alpha-black-20: 24 12% 8% / 20%;
  --alpha-black-30: 24 12% 8% / 30%;
  --alpha-black-40: 24 12% 8% / 40%;
  --alpha-black-50: 24 12% 8% / 50%;
  --alpha-black-60: 24 12% 8% / 60%;
  --alpha-black-70: 24 12% 8% / 70%;
  --alpha-black-80: 24 12% 8% / 80%;
  --alpha-black-90: 24 12% 8% / 90%;
  --alpha-black-100: var(--gray-warm-950);
  --alpha-white-10: 0 0% 100% / 10%;
  --alpha-white-20: 0 0% 100% / 20%;
  --alpha-white-30: 0 0% 100% / 30%;
  --alpha-white-40: 0 0% 100% / 40%;
  --alpha-white-50: 0 0% 100% / 50%;
  --alpha-white-60: 0 0% 100% / 60%;
  --alpha-white-70: 0 0% 100% / 70%;
  --alpha-white-80: 0 0% 100% / 80%;
  --alpha-white-90: 0 0% 100% / 90%;
  --alpha-white-100: 0 0% 100%;
  --avatar-bg: var(--periwinkle-100);
  --avatar-contrast-border: 24 12% 8% / 8%;
  --avatar-contrast-border-brand: 235 80% 59% / 16%;
  --avatar-focus-border: 0 0% 64% / 14%;
  --avatar-placeholder-text: var(--periwinkle-500);
  --avatar-profile-photo-border: var(--white);
  --avatar-recipient-bg-aqua: var(--aqua-400);
  --avatar-recipient-bg-berry: var(--berry-500);
  --avatar-recipient-bg-evergreen: var(--evergreen-400);
  --avatar-recipient-bg-herb: var(--herb-400);
  --avatar-recipient-bg-honey: var(--honey-400);
  --avatar-recipient-bg-lavender: var(--lavender-500);
  --avatar-recipient-bg-mist: var(--mist-500);
  --avatar-recipient-bg-peach: var(--peach-400);
  --avatar-recipient-bg-plum: var(--plum-600);
  --avatar-recipient-bg-sage: var(--sage-500);
  --avatar-recipient-bg-sandalwood: var(--sandalwood-500);
  --avatar-recipient-bg-wildflower: var(--wildflower-500);
  --avatar-recipient-border: var(--alpha-white-90);
  --bg-active: var(--gray-warm-50);
  --bg-brand-primary: var(--periwinkle-50);
  --bg-brand-primary-alt: var(--periwinkle-50);
  --bg-brand-primary-hover: var(--periwinkle-100);
  --bg-brand-secondary: var(--periwinkle-100);
  --bg-brand-section: var(--periwinkle-700);
  --bg-brand-section-subtle: var(--periwinkle-600);
  --bg-brand-solid: var(--periwinkle-500);
  --bg-brand-solid-hover: var(--periwinkle-600);
  --bg-cr-solid-aqua: var(--aqua-600);
  --bg-cr-solid-berry: var(--berry-600);
  --bg-cr-solid-evergreen: var(--evergreen-500);
  --bg-cr-solid-herb: var(--herb-500);
  --bg-cr-solid-honey: var(--honey-500);
  --bg-cr-solid-lavender: var(--lavender-600);
  --bg-cr-solid-mist: var(--mist-600);
  --bg-cr-solid-peach: var(--peach-500);
  --bg-cr-solid-plum: var(--plum-700);
  --bg-cr-solid-sage: var(--sage-600);
  --bg-cr-solid-sandalwood: var(--sandalwood-600);
  --bg-cr-solid-wildflower: var(--wildflower-600);
  --bg-disabled: var(--gray-warm-100);
  --bg-disabled-subtle: var(--gray-warm-50);
  --bg-error-primary: var(--nw-error-50);
  --bg-error-secondary: var(--nw-error-100);
  --bg-error-solid: var(--nw-error-500);
  --bg-modal-content: var(--gray-warm-25);
  --bg-overlay: var(--gray-warm-950);
  --bg-paper: var(--gray-warm-25);
  --bg-primary: var(--white);
  --bg-primary-alt: var(--white);
  --bg-primary-card: var(--white);
  --bg-primary-hover: var(--gray-warm-50);
  --bg-primary-solid: var(--gray-warm-950);
  --bg-quaternary: var(--gray-warm-200);
  --bg-secondary: var(--gray-warm-50);
  --bg-secondary-alt: var(--gray-warm-50);
  --bg-secondary-hover: var(--gray-warm-100);
  --bg-secondary-subtle: var(--gray-warm-25);
  --bg-success-primary: var(--nw-success-50);
  --bg-success-secondary: var(--nw-success-100);
  --bg-success-solid: var(--nw-success-500);
  --bg-tertiary: var(--gray-warm-100);
  --bg-warning-primary: var(--nw-warning-50);
  --bg-warning-secondary: var(--nw-warning-100);
  --bg-warning-solid: var(--nw-warning-500);
  --border-brand: var(--periwinkle-500);
  --border-brand-alt: var(--periwinkle-600);
  --border-brand-subtle: var(--periwinkle-200);
  --border-brand-subtle-alt: var(--periwinkle-300);
  --border-disabled: var(--gray-warm-300);
  --border-disabled-subtle: var(--gray-warm-200);
  --border-error: var(--nw-error-600);
  --border-error-subtle: var(--nw-error-300);
  --border-primary: var(--gray-warm-300);
  --border-secondary: var(--gray-warm-200);
  --border-success: var(--nw-success-300);
  --border-success-solid: var(--nw-success-600);
  --border-tertiary: var(--gray-warm-100);
  --border-warning: var(--nw-warning-300);
  --border-warning-solid: var(--nw-warning-500);
  --button-primary-bg: var(--periwinkle-500);
  --button-primary-bg-hover: var(--periwinkle-600);
  --button-primary-focus-ring: var(--periwinkle-400);
  --button-primary-destructive-bg: var(--nw-error-600);
  --button-primary-destructive-bg-hover: var(--nw-error-700);
  --button-primary-destructive-focus-ring: var(--nw-error-500);
  --button-secondary-bg: var(--white);
  --button-secondary-bg-hover: var(--gray-warm-50);
  --button-secondary-fg: var(--periwinkle-500);
  --button-secondary-fg-hover: var(--periwinkle-600);
  --button-secondary-focus-ring: var(--periwinkle-400);
  --button-secondary-border: var(--gray-warm-300);
  --button-secondary-gray-bg: var(--white);
  --button-secondary-gray-bg-hover: var(--gray-warm-50);
  --button-secondary-destructive-bg: var(--white);
  --button-secondary-destructive-bg-hover: var(--nw-error-50);
  --button-secondary-destructive-bg-focus: var(--white);
  --button-secondary-destructive-fg: var(--nw-error-700);
  --button-secondary-destructive-fg-hover: var(--nw-error-800);
  --button-secondary-destructive-border: var(--nw-error-300);
  --button-secondary-destructive-border-hover: var(--nw-error-300);
  --button-tertiary-fg: var(--periwinkle-500);
  --button-tertiary-fg-hover: var(--periwinkle-600);
  --button-tertiary-bg-hover: var(--bg-primary-hover);
  --button-tertiary-gray-fg: var(--fg-tertiary);
  --button-tertiary-gray-fg-hover: var(--fg-tertiary-hover);
  --button-tertiary-destructive-fg: var(--nw-error-700);
  --button-tertiary-destructive-fg-hover: var(--nw-error-800);
  --button-tertiary-destructive-bg-hover: var(--nw-error-50);
  --calendar-date-default: var(--gray-warm-700);
  --calendar-date-disabled: var(--fg-disabled);
  --calendar-default: var(--purplecalendar-600);
  --calendar-aqua: var(--aqua-400);
  --calendar-disabled: var(--fg-disabled-subtle);
  --calendar-multi-day: var(--purplecalendar-300);
  --calendar-blue: var(--periwinkle-600);
  --cr-dialog-header-support-text: var(--alpha-white-90);
  --cr-dialog-header-title-text: var(--text-white);
  --dot-indicator-new-message: 228 87% 63%;
  --featured-icon-bg: var(--bg-primary);
  --featured-icon-bg-coral: var(--nw-error-50);
  --featured-icon-border: var(--gray-warm-200);
  --featured-icon-light-fg-brand: var(--periwinkle-500);
  --featured-icon-light-fg-error: var(--nw-error-500);
  --featured-icon-light-fg-gray: var(--gray-warm-500);
  --featured-icon-light-fg-success: var(--nw-success-500);
  --fg-brand-primary: var(--periwinkle-500);
  --fg-brand-primary-alt: var(--periwinkle-500);
  --fg-brand-primary-hover: var(--periwinkle-600);
  --fg-brand-quarternary: var(--periwinkle-200);
  --fg-brand-quinary: var(--periwinkle-100);
  --fg-brand-secondary: var(--periwinkle-400);
  --fg-brand-secondary-alt: var(--periwinkle-400);
  --fg-brand-senary-alt: var(--periwinkle-50);
  --fg-brand-tertiary: var(--periwinkle-300);
  --fg-disabled: var(--gray-warm-400);
  --fg-disabled-subtle: var(--gray-warm-300);
  --fg-error-primary: var(--nw-error-500);
  --fg-error-secondary: var(--nw-error-400);
  --fg-primary: var(--gray-warm-900);
  --fg-quaternary: var(--gray-warm-500);
  --fg-quaternary-hover: var(--gray-warm-600);
  --fg-quinary: var(--gray-warm-400);
  --fg-quinary-hover: var(--gray-warm-500);
  --fg-secondary: var(--gray-warm-700);
  --fg-secondary-hover: var(--gray-warm-800);
  --fg-senary: var(--gray-warm-300);
  --fg-success-primary: var(--nw-success-500);
  --fg-success-secondary: var(--nw-success-400);
  --fg-tertiary: var(--gray-warm-600);
  --fg-tertiary-hover: var(--gray-warm-700);
  --fg-warning-primary: var(--nw-warning-500);
  --fg-warning-secondary: var(--nw-warning-400);
  --fg-white: var(--white);
  --focus-ring: var(--periwinkle-400);
  --focus-ring-error: var(--nw-error-500);
  --logo-coral: var(--nw-error-400);
  --logo-periwinkle: var(--periwinkle-400);
  --logo-text-coral: var(--nw-error-400);
  --mobile-sticky-bg: var(--gray-dark-alpha-700);
  --partner-rover-green: 156 100% 37%;
  --received-message-text-link: 228 87% 63%;
  --received-message-text-link-visited: 246 52% 59%;
  --recipient-tag-action-aqua: var(--aqua-600);
  --recipient-tag-action-berry: var(--berry-500);
  --recipient-tag-action-evergreen: var(--evergreen-500);
  --recipient-tag-action-herb: var(--herb-500);
  --recipient-tag-action-honey: var(--honey-500);
  --recipient-tag-action-lavender: var(--lavender-500);
  --recipient-tag-action-mist: var(--mist-500);
  --recipient-tag-action-peach: var(--peach-500);
  --recipient-tag-action-plum: var(--plum-500);
  --recipient-tag-action-sage: var(--sage-500);
  --recipient-tag-action-sandlewood: var(--sandalwood-600);
  --recipient-tag-action-wildflower: var(--wildflower-500);
  --recipient-tag-bg-aqua: var(--aqua-100);
  --recipient-tag-bg-berry: var(--berry-100);
  --recipient-tag-bg-evergreen: var(--evergreen-100);
  --recipient-tag-bg-herb: var(--herb-100);
  --recipient-tag-bg-honey: var(--honey-100);
  --recipient-tag-bg-lavender: var(--lavender-100);
  --recipient-tag-bg-mist: var(--mist-100);
  --recipient-tag-bg-peach: var(--peach-100);
  --recipient-tag-bg-plum: var(--plum-100);
  --recipient-tag-bg-sage: var(--sage-100);
  --recipient-tag-bg-sandalwood: var(--sandalwood-100);
  --recipient-tag-bg-wildflower: var(--wildflower-100);
  --recipient-tag-border-aqua: var(--aqua-300);
  --recipient-tag-border-berry: var(--berry-300);
  --recipient-tag-border-evergreen: var(--evergreen-300);
  --recipient-tag-border-herb: var(--herb-300);
  --recipient-tag-border-honey: var(--honey-300);
  --recipient-tag-border-lavender: var(--lavender-300);
  --recipient-tag-border-mist: var(--mist-300);
  --recipient-tag-border-peach: var(--peach-300);
  --recipient-tag-border-plum: var(--plum-300);
  --recipient-tag-border-sage: var(--sage-300);
  --recipient-tag-border-sandalwood: var(--sandalwood-300);
  --recipient-tag-border-wildflower: var(--wildflower-300);
  --recipient-tag-text-aqua: var(--aqua-800);
  --recipient-tag-text-berry: var(--berry-800);
  --recipient-tag-text-evergreen: var(--evergreen-800);
  --recipient-tag-text-herb: var(--herb-800);
  --recipient-tag-text-honey: var(--honey-800);
  --recipient-tag-text-lavender: var(--lavender-800);
  --recipient-tag-text-mist: var(--mist-800);
  --recipient-tag-text-peach: var(--peach-800);
  --recipient-tag-text-plum: var(--plum-800);
  --recipient-tag-text-sage: var(--sage-800);
  --recipient-tag-text-sandalwood: var(--sandalwood-800);
  --recipient-tag-text-wildflower: var(--wildflower-800);
  --sent-message-bg: var(--periwinkle-500);
  --sent-message-text-link: var(--white);
  --sent-message-text-link-visited: var(--periwinkle-200);
  --shadow-2xl-01: 24 12% 8% 1/ 8%;
  --shadow-2xl-02: 24 12% 8% / 4%;
  --shadow-3xl-01: 24 12% 8% 1/ 4%;
  --shadow-3xl-02: 24 12% 8% / 4%;
  --shadow-button-inner: 24 12% 8% / 5%;
  --shadow-button-inner-border: 24 12% 8% 1/ 8%;
  --shadow-lg-01: 24 12% 8% / 8%;
  --shadow-lg-02: 24 12% 8% / 3%;
  --shadow-lg-03: 24 12% 8% / 4%;
  --shadow-md-01: 24 12% 8% / 1%;
  --shadow-md-02: 24 12% 8% / 6%;
  --shadow-sm-01: 24 12% 8% / 1%;
  --shadow-sm-02: 24 12% 8% / 1%;
  --shadow-xl-01: 24 12% 8% / 8%;
  --shadow-xl-02: 24 12% 8% / 3%;
  --shadow-xl-03: 24 12% 8% / 4%;
  --shadow-xs: 24 12% 8% / 5%;
  --tab-border-current: var(--white);
  --tab-text: var(--alpha-white-70);
  --tab-text-current: var(--white);
  --text-brand-primary: var(--periwinkle-700);
  --text-brand-secondary: var(--periwinkle-600);
  --text-brand-tertiary: var(--periwinkle-500);
  --text-brand-tertiary-alt: var(--periwinkle-500);
  --text-disabled: var(--gray-warm-500);
  --text-error-primary: var(--nw-error-600);
  --text-placeholder: var(--gray-warm-500);
  --text-primary: var(--gray-warm-900);
  --text-primary-on-brand: var(--white);
  --text-quaternary: var(--gray-warm-500);
  --text-secondary: var(--gray-warm-700);
  --text-secondary-hover: var(--gray-warm-800);
  --text-secondary-on-brand: var(--periwinkle-100);
  --text-success-primary: var(--nw-success-600);
  --text-tertiary: var(--gray-warm-600);
  --text-tertiary-hover: var(--gray-warm-700);
  --text-tertiary-on-brand: var(--periwinkle-200);
  --text-warning-primary: var(--nw-warning-600);
  --text-white: var(--white);
  --toggle-border: var(--gray-warm-300);
  --toggle-button-fg-disabled: var(--gray-warm-50);
  --toggle-slim-border-pressed: var(--bg-brand-solid);
  --toggle-slim-border-pressed-hover: var(--bg-brand-solid-hover);
  --tooltip-supporting-text: var(--gray-warm-300);
  --utility-gray-50: var(--gray-warm-50);
  --utility-gray-100: var(--gray-warm-100);
  --utility-gray-200: var(--gray-warm-200);
  --utility-gray-300: var(--gray-warm-300);
  --utility-gray-400: var(--gray-warm-400);
  --utility-gray-500: var(--gray-warm-500);
  --utility-gray-600: var(--gray-warm-600);
  --utility-gray-700: var(--gray-warm-700);
  --utility-gray-800: var(--gray-warm-800);
  --utility-gray-900: var(--gray-warm-900);
  --icon-fill-primary: var(--black)
}

.dark{
  --alpha-black-10: 0 0% 100% / 10%;
  --alpha-black-20: 0 0% 100% / 20%;
  --alpha-black-30: 0 0% 100% / 30%;
  --alpha-black-40: 0 0% 100% / 40%;
  --alpha-black-50: 0 0% 100% / 50%;
  --alpha-black-60: 0 0% 100% / 60%;
  --alpha-black-70: 0 0% 100% / 70%;
  --alpha-black-80: 0 0% 100% / 80%;
  --alpha-black-90: 0 0% 100% / 90%;
  --alpha-black-100: 0 0% 100%;
  --alpha-white-10: 220 20% 6% / 10%;
  --alpha-white-20: 220 20% 6% / 20%;
  --alpha-white-30: 220 20% 6% / 30%;
  --alpha-white-40: 220 20% 6% / 40%;
  --alpha-white-50: 220 20% 6% / 50%;
  --alpha-white-60: 220 20% 6% / 60%;
  --alpha-white-70: 220 20% 6% / 70%;
  --alpha-white-80: 220 20% 6% / 80%;
  --alpha-white-90: 220 20% 6% / 90%;
  --alpha-white-100: var(--gray-dark-950);
  --avatar-bg: 229 41% 25%;
  --avatar-contrast-border: 0 0% 100% / 12%;
  --avatar-contrast-border-brand: 0 0% 100% / 8%;
  --avatar-focus-border: 0 0% 64% / 14%;
  --avatar-placeholder-text: var(--periwinkle-400);
  --avatar-profile-photo-border: var(--gray-dark-950);
  --avatar-recipient-bg-aqua: var(--aqua-400);
  --avatar-recipient-bg-berry: var(--berry-500);
  --avatar-recipient-bg-evergreen: var(--evergreen-400);
  --avatar-recipient-bg-herb: var(--herb-400);
  --avatar-recipient-bg-honey: var(--honey-400);
  --avatar-recipient-bg-lavender: var(--lavender-500);
  --avatar-recipient-bg-mist: var(--mist-400);
  --avatar-recipient-bg-peach: var(--peach-400);
  --avatar-recipient-bg-plum: var(--plum-600);
  --avatar-recipient-bg-sage: var(--sage-500);
  --avatar-recipient-bg-sandalwood: var(--sandalwood-500);
  --avatar-recipient-bg-wildflower: var(--wildflower-500);
  --avatar-recipient-border: var(--alpha-black-60);
  --bg-active: var(--gray-dark-800);
  --bg-brand-primary: var(--periwinkle-500);
  --bg-brand-primary-alt: 230 89% 67% / 16%;
  --bg-brand-primary-hover: var(--periwinkle-900);
  --bg-brand-secondary: var(--periwinkle-600);
  --bg-brand-section: var(--bg-secondary);
  --bg-brand-section-subtle: var(--bg-primary);
  --bg-brand-solid: var(--periwinkle-500);
  --bg-brand-solid-hover: var(--periwinkle-400);
  --bg-cr-solid-aqua: var(--aqua-500);
  --bg-cr-solid-berry: var(--berry-600);
  --bg-cr-solid-evergreen: var(--evergreen-500);
  --bg-cr-solid-herb: var(--herb-500);
  --bg-cr-solid-honey: var(--honey-500);
  --bg-cr-solid-lavender: var(--lavender-600);
  --bg-cr-solid-mist: var(--mist-600);
  --bg-cr-solid-peach: var(--peach-500);
  --bg-cr-solid-plum: var(--plum-700);
  --bg-cr-solid-sage: var(--sage-600);
  --bg-cr-solid-sandalwood: var(--sandalwood-600);
  --bg-cr-solid-wildflower: var(--wildflower-600);
  --bg-disabled: var(--gray-dark-800);
  --bg-disabled-subtle: var(--gray-dark-900);
  --bg-error-primary: var(--nw-error-400);
  --bg-error-secondary: var(--nw-error-400);
  --bg-error-solid: var(--nw-error-500);
  --bg-modal-content: var(--gray-dark-950);
  --bg-overlay: var(--gray-dark-800);
  --bg-paper: var(--bg-primary);
  --bg-primary: var(--gray-dark-950);
  --bg-primary-alt: var(--bg-secondary);
  --bg-primary-card: var(--alpha-black-10);
  --bg-primary-hover: var(--gray-dark-800);
  --bg-primary-solid: var(--bg-secondary);
  --bg-quaternary: var(--gray-dark-700);
  --bg-secondary: var(--gray-dark-900);
  --bg-secondary-alt: var(--bg-primary);
  --bg-secondary-hover: var(--gray-dark-800);
  --bg-secondary-subtle: var(--gray-dark-900);
  --bg-success-primary: var(--nw-success-400);
  --bg-success-secondary: var(--nw-success-500);
  --bg-success-solid: var(--nw-success-500);
  --bg-tertiary: var(--gray-dark-800);
  --bg-warning-primary: var(--nw-warning-400);
  --bg-warning-secondary: var(--nw-warning-500);
  --bg-warning-solid: var(--nw-warning-400);
  --border-brand: var(--periwinkle-400);
  --border-brand-alt: var(--gray-dark-700);
  --border-brand-subtle: var(--periwinkle-400);
  --border-brand-subtle-alt: var(--gray-dark-700);
  --border-disabled: var(--gray-dark-700);
  --border-disabled-subtle: var(--gray-dark-800);
  --border-error: var(--nw-error-500);
  --border-error-subtle: var(--nw-error-400);
  --border-primary: var(--gray-dark-700);
  --border-secondary: var(--gray-dark-800);
  --border-success: var(--nw-success-400);
  --border-success-solid: var(--nw-success-500);
  --border-tertiary: var(--gray-dark-800);
  --border-warning: var(--nw-warning-400);
  --border-warning-solid: var(--nw-warning-500);
  --button-primary-bg: var(--periwinkle-500);
  --button-primary-bg-hover: var(--periwinkle-600);
  --button-primary-focus-ring: var(--periwinkle-400);
  --button-primary-destructive-bg: var(--nw-error-600);
  --button-primary-destructive-bg-hover: var(--nw-error-700);
  --button-primary-destructive-focus-ring: var(--nw-error-500);
  --button-secondary-bg: var(--gray-dark-900);
  --button-secondary-bg-hover: var(--gray-dark-800);
  --button-secondary-fg: var(--gray-dark-300);
  --button-secondary-fg-hover: var(--gray-dark-100);
  --button-secondary-focus-ring: var(--periwinkle-400);
  --button-secondary-border: var(--gray-warm-300);
  --button-secondary-gray-bg: var(--gray-dark-900);
  --button-secondary-gray-bg-hover: var(--gray-dark-800);
  --button-secondary-destructive-bg: var(--nw-error-950);
  --button-secondary-destructive-bg-hover: var(--nw-error-900);
  --button-secondary-destructive-bg-focus: var(--gray-dark-950);
  --button-secondary-destructive-fg: var(--nw-error-200);
  --button-secondary-destructive-fg-hover: var(--nw-error-100);
  --button-secondary-destructive-border: var(--nw-error-800);
  --button-secondary-destructive-border-hover: var(--nw-error-700);
  --button-tertiary-fg: var(--fg-brand-primary-alt);
  --button-tertiary-fg-hover: var(--gray-dark-100);
  --button-tertiary-bg-hover: var(--bg-primary-hover);
  --button-tertiary-gray-fg: var(--fg-tertiary);
  --button-tertiary-gray-fg-hover: var(--fg-tertiary-hover);
  --button-tertiary-destructive-fg: var(--nw-error-300);
  --button-tertiary-destructive-fg-hover: var(--nw-error-200);
  --button-tertiary-destructive-bg-hover: var(--nw-error-900);
  --calendar-date-default: var(--gray-dark-300);
  --calendar-date-disabled: var(--gray-dark-500);
  --calendar-default: var(--purplecalendar-600);
  --calendar-aqua: var(--aqua-400);
  --calendar-disabled: var(--gray-dark-600);
  --calendar-multi-day: var(--purplecalendar-300);
  --cr-dialog-header-support-text: 0 0% 100% / 90%;
  --cr-dialog-header-title-text: var(--text-white);
  --dot-indicator-new-message: var(--periwinkle-500);
  --featured-icon-bg: var(--alpha-black-10);
  --featured-icon-bg-coral: 4 100% 94% / 20%;
  --featured-icon-border: var(--gray-dark-700);
  --featured-icon-light-fg-brand: var(--periwinkle-200);
  --featured-icon-light-fg-error: var(--nw-error-200);
  --featured-icon-light-fg-gray: var(--gray-dark-200);
  --featured-icon-light-fg-success: var(--nw-success-200);
  --fg-brand-primary: var(--periwinkle-500);
  --fg-brand-primary-alt: var(--gray-dark-alpha-300);
  --fg-brand-primary-hover: var(--gray-dark-alpha-200);
  --fg-brand-quarternary: var(--periwinkle-200);
  --fg-brand-quinary: var(--periwinkle-200);
  --fg-brand-secondary: var(--periwinkle-400);
  --fg-brand-secondary-alt: 226 95% 75% / 8%;
  --fg-brand-senary-alt: 219 100% 89% / 23%;
  --fg-brand-tertiary: var(--periwinkle-200);
  --fg-disabled: var(--gray-dark-500);
  --fg-disabled-subtle: var(--gray-dark-600);
  --fg-error-primary: var(--nw-error-400);
  --fg-error-secondary: var(--nw-error-300);
  --fg-primary: var(--white);
  --fg-quaternary: var(--gray-dark-400);
  --fg-quaternary-hover: var(--gray-dark-300);
  --fg-quinary: var(--gray-dark-500);
  --fg-quinary-hover: var(--gray-dark-400);
  --fg-secondary: var(--gray-dark-300);
  --fg-secondary-hover: var(--gray-dark-200);
  --fg-senary: var(--gray-dark-600);
  --fg-success-primary: var(--nw-success-400);
  --fg-success-secondary: var(--nw-success-300);
  --fg-tertiary: var(--gray-dark-400);
  --fg-tertiary-hover: var(--gray-dark-300);
  --fg-warning-primary: var(--nw-warning-400);
  --fg-warning-secondary: var(--nw-warning-300);
  --fg-white: var(--white);
  --focus-ring: var(--periwinkle-400);
  --focus-ring-error: var(--nw-error-500);
  --logo-coral: var(--nw-error-400);
  --logo-periwinkle: var(--periwinkle-400);
  --logo-text-coral: var(--white);
  --mobile-sticky-bg: 222 41% 8% / 64%;
  --partner-rover-green: 156 100% 37%;
  --received-message-text-link: var(--periwinkle-400);
  --received-message-text-link-visited: 246 100% 75%;
  --recipient-tag-action-aqua: var(--aqua-400);
  --recipient-tag-action-berry: var(--berry-300);
  --recipient-tag-action-evergreen: var(--evergreen-300);
  --recipient-tag-action-herb: var(--herb-300);
  --recipient-tag-action-honey: var(--honey-400);
  --recipient-tag-action-lavender: var(--lavender-300);
  --recipient-tag-action-mist: var(--mist-300);
  --recipient-tag-action-peach: var(--peach-400);
  --recipient-tag-action-plum: var(--plum-400);
  --recipient-tag-action-sage: var(--sage-300);
  --recipient-tag-action-sandlewood: var(--sandalwood-300);
  --recipient-tag-action-wildflower: var(--wildflower-300);
  --recipient-tag-bg-aqua: var(--aqua-800);
  --recipient-tag-bg-berry: var(--berry-800);
  --recipient-tag-bg-evergreen: var(--evergreen-800);
  --recipient-tag-bg-herb: var(--herb-800);
  --recipient-tag-bg-honey: var(--honey-800);
  --recipient-tag-bg-lavender: var(--lavender-800);
  --recipient-tag-bg-mist: var(--mist-800);
  --recipient-tag-bg-peach: var(--peach-900);
  --recipient-tag-bg-plum: var(--plum-800);
  --recipient-tag-bg-sage: var(--sage-800);
  --recipient-tag-bg-sandalwood: var(--sandalwood-800);
  --recipient-tag-bg-wildflower: var(--wildflower-700);
  --recipient-tag-border-aqua: var(--aqua-600);
  --recipient-tag-border-berry: var(--berry-600);
  --recipient-tag-border-evergreen: var(--evergreen-600);
  --recipient-tag-border-herb: var(--herb-600);
  --recipient-tag-border-honey: var(--honey-600);
  --recipient-tag-border-lavender: var(--lavender-600);
  --recipient-tag-border-mist: var(--mist-600);
  --recipient-tag-border-peach: var(--peach-600);
  --recipient-tag-border-plum: var(--plum-600);
  --recipient-tag-border-sage: var(--sage-600);
  --recipient-tag-border-sandalwood: var(--sandalwood-600);
  --recipient-tag-border-wildflower: var(--wildflower-500);
  --recipient-tag-text-aqua: var(--aqua-50);
  --recipient-tag-text-berry: var(--berry-50);
  --recipient-tag-text-evergreen: var(--evergreen-50);
  --recipient-tag-text-herb: var(--herb-50);
  --recipient-tag-text-honey: var(--honey-50);
  --recipient-tag-text-lavender: var(--lavender-50);
  --recipient-tag-text-mist: var(--mist-50);
  --recipient-tag-text-peach: var(--peach-50);
  --recipient-tag-text-plum: var(--plum-50);
  --recipient-tag-text-sage: var(--sage-50);
  --recipient-tag-text-sandalwood: var(--sandalwood-50);
  --recipient-tag-text-wildflower: var(--wildflower-50);
  --sent-message-bg: var(--periwinkle-600);
  --sent-message-text-link: var(--white);
  --sent-message-text-link-visited: var(--periwinkle-200);
  --shadow-2xl-01: transparent;
  --shadow-2xl-02: transparent;
  --shadow-3xl-01: transparent;
  --shadow-3xl-02: transparent;
  --shadow-button-inner: 24 12% 8% / 5%;
  --shadow-button-inner-border: 24 12% 8% / 18%;
  --shadow-lg-01: transparent;
  --shadow-lg-02: transparent;
  --shadow-lg-03: transparent;
  --shadow-md-01: transparent;
  --shadow-md-02: transparent;
  --shadow-sm-01: transparent;
  --shadow-sm-02: transparent;
  --shadow-xl-01: transparent;
  --shadow-xl-02: transparent;
  --shadow-xl-03: transparent;
  --shadow-xs: transparent;
  --tab-border-current: var(--white);
  --tab-text: 0 0% 100% / 80%;
  --tab-text-current: var(--white);
  --text-brand-primary: var(--gray-dark-50);
  --text-brand-secondary: var(--gray-dark-300);
  --text-brand-tertiary: var(--gray-dark-400);
  --text-brand-tertiary-alt: var(--gray-dark-300);
  --text-disabled: var(--gray-dark-500);
  --text-error-primary: var(--nw-error-400);
  --text-placeholder: var(--gray-dark-500);
  --text-primary: var(--gray-dark-50);
  --text-primary-on-brand: var(--gray-dark-25);
  --text-quaternary: var(--gray-dark-500);
  --text-secondary: var(--gray-dark-300);
  --text-secondary-hover: var(--gray-dark-200);
  --text-secondary-on-brand: var(--gray-dark-300);
  --text-success-primary: var(--nw-success-400);
  --text-tertiary: var(--gray-dark-400);
  --text-tertiary-hover: var(--gray-dark-300);
  --text-tertiary-on-brand: var(--gray-dark-400);
  --text-warning-primary: var(--nw-warning-400);
  --text-white: var(--white);
  --toggle-border: transparent;
  --toggle-button-fg-disabled: var(--gray-dark-600);
  --toggle-slim-border-pressed: transparent;
  --toggle-slim-border-pressed-hover: transparent;
  --tooltip-supporting-text: var(--gray-dark-300);
  --utility-gray-50: var(--gray-dark-900);
  --utility-gray-100: var(--gray-dark-800);
  --utility-gray-200: var(--gray-dark-700);
  --utility-gray-300: var(--gray-dark-700);
  --utility-gray-400: var(--gray-dark-600);
  --utility-gray-500: var(--gray-dark-500);
  --utility-gray-600: var(--gray-dark-400);
  --utility-gray-700: var(--gray-dark-300);
  --utility-gray-800: var(--gray-dark-200);
  --utility-gray-900: var(--gray-dark-100);
  --icon-fill-primary: var(--white)
}

body{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 1rem;
  font-family:"Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  color:#222222;
  min-height:100vh;
  min-height:100dvh
}

main{
  display:block;
  padding:0;
  margin:0
}

#content{
  min-height:45.3125rem;
  padding-bottom:31.6875rem;
  padding-top:1rem;
  position:relative
}

@media(min-width: 48rem){
  #content{
    padding-bottom:19.6875rem;
    padding-top:0
  }
}

@media(min-width: 64rem){
  #content{
    padding-bottom:14.3125rem;
    padding-top:0
  }
}

div, p, span, li, small, label, input, select, button, a {
  font-size: 1rem;
}

h1{
  font-size: 3rem
}

h2{
  font-size: 2.25rem
}

h3{
  font-size: 1.875rem
}

h4{
  font-size: 1.5rem
}

h5{
  font-size: 1.25rem
}

h6{
  font-size: 1.125rem
}

legend{
  font-size: 2.25rem
}

.details__overlay[open]>summary::before{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: block;
  cursor: default;
  background-color: transparent
}

.details__overlay[open]>summary::before{
  content:" "
}

.details__reset>summary{
  list-style-type: none
}

.details__reset>summary::before{
  display: none
}

.details__reset>summary::-webkit-details-marker{
  display: none
}

.layout__basic{
  max-width:77.125rem
}

body{
  --wellthy-logo-sprite: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAFVBMVEX///9HcEz///////////////////9VtMmsAAAAB3RSTlMTACkMBSQcZnfhxAAAAcFJREFUOMuNlEGPgjAQhZ8WOdPQ7Nl0A+cqZs8SXc8E3T0TEvn/P2GnM60Wg8ly0DbfvFLmzQx0fC69pafK4h5xYRhYW7dzYs4XO+UY8rvNzm1CjMNagk0/QCXkBIyfos4B7B7EOHUat+F4nEQEkez0vubIEpk+sggi0UQUL/ObNiwCSw6e+MgSm5sWEYJE77c+0qmRCIvg4w6efFIkqddEWAQf1zIxdF/VMjF0D/AvE4qkJRN9VEx2gZiGjh1vcvknWYccyH8hGuXoDf1NyL6iDfKByGUAG7AS8iFmVBlMX2NDyy76NAafUNjOYQCiYfRy5NOwsfiu2hIPi+VxaEsiNa9S4CNNz+RF5ANLIXMRJyVoSLRLD6OwqNEpKdjCt6R8e5p5e4Py7a2DZuFLvWY5O4X1GZ2m14yC0o+Y9ZkLHcgb31E/fd8/nauq6hd5Rm7nqmka93C7pt3BLVXI9bV2uKqaNtRb4YmeV+L4rMRZ9SKt3rTi6ZvTihcRdUnmvz7tktBZA1vJJHaWiL7kIm5Mu5FFId8lkWcH++ObMB/02DVJ1/tJgWsk6aTwok2cLt1sushEIl+Gu12d/znFFibfH1xLfrJ0FaiUAAAAAElFTkSuQmCC)
}

.care-recipient-gradient-lavender{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(240 37% 66%) 0%, hsl(245 34% 59%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--lavender-500)) 0%, hsl(var(--lavender-600)) 100%)
}

.care-recipient-gradient-honey{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(38 86% 60%) 0%, hsl(35 85% 53%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--honey-300)) 0%, hsl(var(--honey-400)) 100%)
}

.care-recipient-gradient-sage{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(173 20% 40%) 0%, hsl(173 20% 32%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--sage-500)) 0%, hsl(var(--sage-600)) 100%)
}

.care-recipient-gradient-peach{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(13 97% 71%) 0%, hsl(13 90% 60%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--peach-400)) 0%, hsl(var(--peach-500)) 100%)
}

.care-recipient-gradient-herb{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(65 21% 54%) 0%, hsl(66 21% 44%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--herb-400)) 0%, hsl(var(--herb-500)) 100%)
}

.care-recipient-gradient-aqua{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(186 50% 53%) 0%, hsl(186 55% 48%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--aqua-400)) 0%, hsl(var(--aqua-500)) 100%)
}

.care-recipient-gradient-mist{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(205 19% 46%) 0%, hsl(206 18% 36%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--mist-500)) 0%, hsl(var(--mist-600)) 100%)
}

.care-recipient-gradient-evergreen{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(144 17% 52%) 0%, hsl(147 22% 39%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--evergreen-400)) 0%, hsl(var(--evergreen-500)) 100%)
}

.care-recipient-gradient-berry{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(324 35% 60%) 0%, hsl(328 30% 51%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--berry-500)) 0%, hsl(var(--berry-600)) 100%)
}

.care-recipient-gradient-sandalwood{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(8 53% 60%) 0%, hsl(8 45% 51%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--sandalwood-500)) 0%, hsl(var(--sandalwood-600)) 100%)
}

.care-recipient-gradient-plum{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(302 31% 49%) 0%, hsl(304 32% 40%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--plum-600)) 0%, hsl(var(--plum-700)) 100%)
}

.care-recipient-gradient-wildflower{
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(353 26% 60%) 0%, hsl(350 22% 50%) 100%);
  background:var(--wellthy-logo-sprite) 0% 0%/4px 4px repeat,linear-gradient(270deg, hsl(var(--wildflower-500)) 0%, hsl(var(--wildflower-600)) 100%)
}

.container {
  width: 100%;
}

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

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-8 {
  --tw-aspect-h: 8;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-h-14 {
  --tw-aspect-h: 14;
}

.aspect-h-15 {
  --tw-aspect-h: 15;
}

.aspect-h-16 {
  --tw-aspect-h: 16;
}

.button-new-mx{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  white-space: nowrap;
  letter-spacing:-0.2px;
  font-weight:500
}

.button-new-mx:focus{
  outline:2px solid hsl(226 95% 75%);
  outline:2px solid hsl(var(--focus-ring));
  outline-offset:2px
}

.button-new-mx[class*=-destructive]:focus{
  outline-color:hsl(5 90% 60%);
  outline-color:hsl(var(--focus-ring-error))
}

.button-new-mx[aria-disabled=true]{
  cursor: not-allowed;
  color:hsl(25 7% 64%) !important;
  color:hsl(var(--fg-disabled)) !important
}

.button-new-mx[aria-disabled=true]:focus{
  outline-color:hsl(20 6% 90%);
  outline-color:hsl(var(--border-disabled-subtle))
}

.button-new-mx--xs{
  padding:6px 10px;
  border-radius:8px;
  line-height:18px;
  font-size:12px
}

.button-new-mx--xs .icon{
  width:16px;
  height:16px
}

.button-new-mx--sm{
  padding:8px 12px;
  border-radius:8px;
  line-height:20px;
  font-size:14px
}

.button-new-mx--sm .icon{
  width:20px;
  height:20px
}

.button-new-mx--md{
  padding:10px 14px;
  border-radius:10px;
  line-height:20px;
  font-size:14px
}

.button-new-mx--md .icon{
  width:20px;
  height:20px
}

.button-new-mx--lg{
  padding:10px 16px;
  border-radius:12px;
  line-height:24px;
  font-size:16px
}

.button-new-mx--lg .icon{
  width:20px;
  height:20px
}

.button-new-mx--xl{
  gap: 6px;
  padding:12px 18px;
  border-radius:12px;
  line-height:24px;
  font-size:16px
}

.button-new-mx--xl .icon{
  width:20px;
  height:20px
}

.button-new-mx--2xl{
  gap: 10px;
  padding:16px 22px;
  border-radius:12px;
  line-height:28px;
  font-size:18px
}

.button-new-mx--2xl .icon{
  width:24px;
  height:24px
}

.button-new-mx--primary{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  box-shadow:inset 0px -2px 0px 0px rgba(23,20,18,.05),inset 0px 0px 0px 1px rgba(23,20,18,.18),inset 0px 0px 0px 2px rgba(255,255,255,.12);
  background:hsl(230 89% 67%);
  background:hsl(var(--button-primary-bg))
}

.button-new-mx--primary:hover{
  background:hsl(235 80% 59%);
  background:hsl(var(--button-primary-bg-hover))
}

.button-new-mx--primary[aria-disabled=true]{
  background:hsl(60 5% 96%);
  background:hsl(var(--bg-disabled));
  box-shadow:inset 0px 0px 0px 1px hsl(20 6% 90%),0px 1px 2px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--border-disabled-subtle)),0px 1px 2px 0px rgba(23,20,18,.05)
}

.button-new-mx--primary-destructive{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  box-shadow:inset 0px -2px 0px 0px rgba(23,20,18,.05),inset 0px 0px 0px 1px rgba(23,20,18,.18),inset 0px 0px 0px 2px rgba(255,255,255,.12);
  background:hsl(5 77% 51%);
  background:hsl(var(--button-primary-destructive-bg))
}

.button-new-mx--primary-destructive:hover{
  background:hsl(5 78% 42%);
  background:hsl(var(--button-primary-destructive-bg-hover))
}

.button-new-mx--primary-destructive:focus{
  box-shadow:inset 0px -2px 0px 0px rgba(23,20,18,.05),inset 0px 0px 0px 2px rgba(255,255,255,.12)
}

.button-new-mx--primary-destructive[aria-disabled=true]{
  background:hsl(60 5% 96%);
  background:hsl(var(--bg-disabled));
  box-shadow:inset 0px 0px 0px 1px hsl(20 6% 90%),0px 1px 2px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--border-disabled-subtle)),0px 1px 2px 0px rgba(23,20,18,.05)
}

.button-new-mx--secondary{
  box-shadow:inset 0px -2px 0px 0px rgba(23,20,18,.05),inset 0px 0px 0px 1px rgba(23,20,18,.18),inset 0px 0px 0px 1px rgba(255,255,255,.12);
  color:hsl(230 89% 67%);
  color:hsl(var(--button-secondary-fg));
  background:hsl(0 0% 100%);
  background:hsl(var(--button-secondary-bg))
}

.button-new-mx--secondary:hover{
  color:hsl(235 80% 59%);
  color:hsl(var(--button-secondary-fg-hover));
  background:hsl(60 9% 98%);
  background:hsl(var(--button-secondary-bg-hover))
}

.button-new-mx--secondary[aria-disabled=true]{
  background:hsl(0 0% 100%);
  background:hsl(var(--bg-primary));
  box-shadow:inset 0px 0px 0px 1px hsl(20 6% 90%),0px 1px 2px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--border-disabled-subtle)),0px 1px 2px 0px rgba(23,20,18,.05)
}

.button-new-mx--secondary-gray{
  box-shadow:inset 0px -2px 0px 0px rgba(23,20,18,.05),inset 0px 0px 0px 1px rgba(23,20,18,.18),inset 0px 0px 0px 1px rgba(255,255,255,.12);
  color:hsl(30 6% 25%);
  color:hsl(var(--fg-secondary));
  background:hsl(0 0% 100%);
  background:hsl(var(--button-secondary-gray-bg))
}

.button-new-mx--secondary-gray .icon{
  color:hsl(25 7% 64%);
  color:hsl(var(--fg-quinary))
}

.button-new-mx--secondary-gray:hover .icon{
  color:hsl(26 6% 45%);
  color:hsl(var(--fg-quaternary))
}

.button-new-mx--secondary-gray[aria-disabled=true] .icon{
  color:hsl(26 8% 83%);
  color:hsl(var(--fg-disabled-subtle))
}

.button-new-mx--secondary-gray:hover{
  background:hsl(60 9% 98%);
  background:hsl(var(--button-secondary-gray-bg-hover))
}

.button-new-mx--secondary-gray[aria-disabled=true]{
  background:hsl(0 0% 100%);
  background:hsl(var(--bg-primary));
  box-shadow:inset 0px 0px 0px 1px hsl(20 6% 90%),0px 1px 2px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--border-disabled-subtle)),0px 1px 2px 0px rgba(23,20,18,.05)
}

.button-new-mx--secondary-destructive{
  color:hsl(5 78% 42%);
  color:hsl(var(--button-secondary-destructive-fg));
  background:hsl(0 0% 100%);
  background:hsl(var(--button-secondary-destructive-bg));
  box-shadow:inset 0px 0px 0px 1px hsl(5 100% 82%),inset 0px -2px 0px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--button-secondary-destructive-border)),inset 0px -2px 0px 0px rgba(23,20,18,.05)
}

.button-new-mx--secondary-destructive:focus{
  background:hsl(0 0% 100%);
  background:hsl(var(--button-secondary-destructive-bg-focus))
}

.button-new-mx--secondary-destructive:hover{
  color:hsl(5 74% 35%);
  color:hsl(var(--button-secondary-destructive-fg-hover));
  background:hsl(5 86% 97%);
  background:hsl(var(--button-secondary-destructive-bg-hover));
  box-shadow:inset 0px 0px 0px 1px hsl(5 100% 82%),inset 0px -2px 0px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--button-secondary-destructive-border-hover)),inset 0px -2px 0px 0px rgba(23,20,18,.05)
}

.button-new-mx--secondary-destructive[aria-disabled=true]{
  background:hsl(0 0% 100%);
  background:hsl(var(--bg-primary));
  box-shadow:inset 0px 0px 0px 1px hsl(20 6% 90%),0px 1px 2px 0px rgba(23,20,18,.05);
  box-shadow:inset 0px 0px 0px 1px hsl(var(--border-disabled-subtle)),0px 1px 2px 0px rgba(23,20,18,.05)
}

.button-new-mx--tertiary,.button-new-mx--quaternary{
  color:hsl(230 89% 67%);
  color:hsl(var(--button-tertiary-fg))
}

.button-new-mx--tertiary .icon,.button-new-mx--quaternary .icon{
  color:hsl(226 95% 75%);
  color:hsl(var(--fg-brand-secondary))
}

.button-new-mx--tertiary:hover .icon,.button-new-mx--quaternary:hover .icon{
  color:currentColor
}

.button-new-mx--tertiary[aria-disabled=true] .icon,[aria-disabled=true].button-new-mx--quaternary .icon{
  color:hsl(26 8% 83%);
  color:hsl(var(--fg-disabled-subtle))
}

.button-new-mx--tertiary:hover,.button-new-mx--quaternary:hover{
  color:hsl(235 80% 59%);
  color:hsl(var(--button-tertiary-fg-hover));
  background:hsl(60 9% 98%);
  background:hsl(var(--button-tertiary-bg-hover))
}

.button-new-mx--tertiary[aria-disabled=true],[aria-disabled=true].button-new-mx--quaternary{
  background:transparent
}

.button-new-mx--tertiary-gray,.button-new-mx--quaternary-gray{
  color:hsl(33 5% 32%);
  color:hsl(var(--button-tertiary-gray-fg))
}

.button-new-mx--tertiary-gray .icon,.button-new-mx--quaternary-gray .icon{
  color:hsl(25 7% 64%);
  color:hsl(var(--fg-quinary))
}

.button-new-mx--tertiary-gray:hover .icon,.button-new-mx--quaternary-gray:hover .icon{
  color:hsl(26 6% 45%);
  color:hsl(var(--fg-quaternary))
}

.button-new-mx--tertiary-gray[aria-disabled=true] .icon,[aria-disabled=true].button-new-mx--quaternary-gray .icon{
  color:hsl(26 8% 83%);
  color:hsl(var(--fg-disabled-subtle))
}

.button-new-mx--tertiary-gray:hover,.button-new-mx--quaternary-gray:hover{
  color:hsl(30 6% 25%);
  color:hsl(var(--button-tertiary-gray-fg-hover));
  background:hsl(60 9% 98%);
  background:hsl(var(--button-tertiary-bg-hover))
}

.button-new-mx--tertiary-gray[aria-disabled=true],[aria-disabled=true].button-new-mx--quaternary-gray{
  background:transparent
}

.button-new-mx--tertiary-destructive,.button-new-mx--quaternary-destructive{
  color:hsl(5 78% 42%);
  color:hsl(var(--button-tertiary-destructive-fg))
}

.button-new-mx--tertiary-destructive:hover,.button-new-mx--quaternary-destructive:hover{
  color:hsl(5 74% 35%);
  color:hsl(var(--button-tertiary-destructive-fg-hover));
  background:hsl(5 86% 97%);
  background:hsl(var(--button-tertiary-destructive-bg-hover))
}

.button-new-mx--tertiary-destructive[aria-disabled=true],[aria-disabled=true].button-new-mx--quaternary-destructive{
  background:transparent
}

.button-new-mx--quaternary{
  padding:0;
  border-radius:4px;
  background:transparent
}

.button-new-mx--quaternary:hover{
  background:transparent
}

.button-new-mx--quaternary-gray{
  padding:0;
  border-radius:4px;
  background:transparent
}

.button-new-mx--quaternary-gray:hover{
  background:transparent
}

.button-new-mx--quaternary-destructive{
  padding:0;
  border-radius:4px;
  background:transparent
}

.button-new-mx--quaternary-destructive:hover{
  background:transparent
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.inset-1\.5 {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}

.inset-2\.5 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.-inset-1\.5 {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}

.-inset-2\.5 {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-0\.5 {
  left: 2px;
  right: 2px;
}

.inset-x-1\.5 {
  left: 6px;
  right: 6px;
}

.inset-x-2\.5 {
  left: 10px;
  right: 10px;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-0\.5 {
  left: -2px;
  right: -2px;
}

.-inset-x-1\.5 {
  left: -6px;
  right: -6px;
}

.-inset-x-2\.5 {
  left: -10px;
  right: -10px;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-y-0\.5 {
  top: 2px;
  bottom: 2px;
}

.inset-y-1\.5 {
  top: 6px;
  bottom: 6px;
}

.inset-y-2\.5 {
  top: 10px;
  bottom: 10px;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-y-0\.5 {
  top: -2px;
  bottom: -2px;
}

.-inset-y-1\.5 {
  top: -6px;
  bottom: -6px;
}

.-inset-y-2\.5 {
  top: -10px;
  bottom: -10px;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-0\.5 {
  top: 2px;
}

.top-1\.5 {
  top: 6px;
}

.top-2\.5 {
  top: 10px;
}

.top-3\.5 {
  top: 0.875rem;
}

.-top-0 {
  top: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

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

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

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

.-top-7 {
  top: -1.75rem;
}

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

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-top-px {
  top: -1px;
}

.-top-0\.5 {
  top: -2px;
}

.-top-1\.5 {
  top: -6px;
}

.-top-2\.5 {
  top: -10px;
}

.-top-3\.5 {
  top: -0.875rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-1\/4 {
  top: 25%;
}

.top-2\/4 {
  top: 50%;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.-top-1\/2 {
  top: -50%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-top-1\/4 {
  top: -25%;
}

.-top-2\/4 {
  top: -50%;
}

.-top-3\/4 {
  top: -75%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0\.5 {
  right: 2px;
}

.right-1\.5 {
  right: 6px;
}

.right-2\.5 {
  right: 10px;
}

.right-3\.5 {
  right: 0.875rem;
}

.-right-0 {
  right: 0px;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

.-right-0\.5 {
  right: -2px;
}

.-right-1\.5 {
  right: -6px;
}

.-right-2\.5 {
  right: -10px;
}

.-right-3\.5 {
  right: -0.875rem;
}

.right-1\/2 {
  right: 50%;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

.right-1\/4 {
  right: 25%;
}

.right-2\/4 {
  right: 50%;
}

.right-3\/4 {
  right: 75%;
}

.right-full {
  right: 100%;
}

.-right-1\/2 {
  right: -50%;
}

.-right-1\/3 {
  right: -33.333333%;
}

.-right-2\/3 {
  right: -66.666667%;
}

.-right-1\/4 {
  right: -25%;
}

.-right-2\/4 {
  right: -50%;
}

.-right-3\/4 {
  right: -75%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.5 {
  bottom: 2px;
}

.bottom-1\.5 {
  bottom: 6px;
}

.bottom-2\.5 {
  bottom: 10px;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.-bottom-0 {
  bottom: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-px {
  bottom: -1px;
}

.-bottom-0\.5 {
  bottom: -2px;
}

.-bottom-1\.5 {
  bottom: -6px;
}

.-bottom-2\.5 {
  bottom: -10px;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-bottom-1\/3 {
  bottom: -33.333333%;
}

.-bottom-2\/3 {
  bottom: -66.666667%;
}

.-bottom-1\/4 {
  bottom: -25%;
}

.-bottom-2\/4 {
  bottom: -50%;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0\.5 {
  left: 2px;
}

.left-1\.5 {
  left: 6px;
}

.left-2\.5 {
  left: 10px;
}

.left-3\.5 {
  left: 0.875rem;
}

.-left-0 {
  left: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-20 {
  left: -5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

.-left-px {
  left: -1px;
}

.-left-0\.5 {
  left: -2px;
}

.-left-1\.5 {
  left: -6px;
}

.-left-2\.5 {
  left: -10px;
}

.-left-3\.5 {
  left: -0.875rem;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-2\/3 {
  left: 66.666667%;
}

.left-1\/4 {
  left: 25%;
}

.left-2\/4 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.left-full {
  left: 100%;
}

.-left-1\/2 {
  left: -50%;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-left-2\/3 {
  left: -66.666667%;
}

.-left-1\/4 {
  left: -25%;
}

.-left-2\/4 {
  left: -50%;
}

.-left-3\/4 {
  left: -75%;
}

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-1:focus-within {
  z-index: 1;
}

.focus-within\:z-5:focus-within {
  z-index: 5;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-1:focus {
  z-index: 1;
}

.focus\:z-5:focus {
  z-index: 5;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.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;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.col-auto {
  grid-column: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 2px;
}

.m-1\.5 {
  margin: 6px;
}

.m-2\.5 {
  margin: 10px;
}

.m-3\.5 {
  margin: 0.875rem;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -2px;
}

.-m-1\.5 {
  margin: -6px;
}

.-m-2\.5 {
  margin: -10px;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-1\.5 {
  margin-left: 6px;
  margin-right: 6px;
}

.mx-2\.5 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5 {
  margin-left: -2px;
  margin-right: -2px;
}

.-mx-1\.5 {
  margin-left: -6px;
  margin-right: -6px;
}

.-mx-2\.5 {
  margin-left: -10px;
  margin-right: -10px;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0\.5 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-1\.5 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.my-2\.5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.5 {
  margin-top: -2px;
  margin-bottom: -2px;
}

.-my-1\.5 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.-my-2\.5 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

.mt-28 {
  margin-top: 7rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.mt-0\.5 {
  margin-top: 2px;
}

.mt-1\.5 {
  margin-top: 6px;
}

.mt-2\.5 {
  margin-top: 10px;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.-mt-0 {
  margin-top: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

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

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

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

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

.-mt-7 {
  margin-top: -1.75rem;
}

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

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

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

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

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

.-mt-28 {
  margin-top: -7rem;
}

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

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mt-0\.5 {
  margin-top: -2px;
}

.-mt-1\.5 {
  margin-top: -6px;
}

.-mt-2\.5 {
  margin-top: -10px;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.5 {
  margin-right: 2px;
}

.mr-1\.5 {
  margin-right: 6px;
}

.mr-2\.5 {
  margin-right: 10px;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.-mr-0 {
  margin-right: 0px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-0\.5 {
  margin-right: -2px;
}

.-mr-1\.5 {
  margin-right: -6px;
}

.-mr-2\.5 {
  margin-right: -10px;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.5 {
  margin-bottom: 2px;
}

.mb-1\.5 {
  margin-bottom: 6px;
}

.mb-2\.5 {
  margin-bottom: 10px;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mb-0\.5 {
  margin-bottom: -2px;
}

.-mb-1\.5 {
  margin-bottom: -6px;
}

.-mb-2\.5 {
  margin-bottom: -10px;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 2px;
}

.ml-1\.5 {
  margin-left: 6px;
}

.ml-2\.5 {
  margin-left: 10px;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.-ml-0 {
  margin-left: 0px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.5 {
  margin-left: -2px;
}

.-ml-1\.5 {
  margin-left: -6px;
}

.-ml-2\.5 {
  margin-left: -10px;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-26 {
  height: 6.5rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 2px;
}

.h-1\.5 {
  height: 6px;
}

.h-2\.5 {
  height: 10px;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 2px;
}

.max-h-1\.5 {
  max-height: 6px;
}

.max-h-2\.5 {
  max-height: 10px;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-135 {
  min-height: 33.75rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-26 {
  width: 6.5rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-105 {
  width: 26.25rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 2px;
}

.w-1\.5 {
  width: 6px;
}

.w-2\.5 {
  width: 10px;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-200 {
  min-width: 12.5rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-2rem {
  min-width: 2rem;
}

.min-w-3xs {
  min-width: 12rem;
}

.min-w-2xs {
  min-width: 16rem;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-200 {
  max-width: 12.5rem;
}

.max-w-600 {
  max-width: 37.5rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-xs {
  max-width: 380px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-3xs {
  max-width: 12rem;
}

.max-w-2xs {
  max-width: 16rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

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

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

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

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

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

.transform-none {
  transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 2px;
}

.translate-x-1\.5 {
  --tw-translate-x: 6px;
}

.translate-x-2\.5 {
  --tw-translate-x: 10px;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -2px;
}

.-translate-x-1\.5 {
  --tw-translate-x: -6px;
}

.-translate-x-2\.5 {
  --tw-translate-x: -10px;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 2px;
}

.translate-y-1\.5 {
  --tw-translate-y: 6px;
}

.translate-y-2\.5 {
  --tw-translate-y: 10px;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -2px;
}

.-translate-y-1\.5 {
  --tw-translate-y: -6px;
}

.-translate-y-2\.5 {
  --tw-translate-y: -10px;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 2px;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 6px;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 10px;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -2px;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -6px;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -10px;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 2px;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 6px;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 10px;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -2px;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -6px;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -10px;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 2px;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 6px;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 10px;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -2px;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -6px;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -10px;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 2px;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 6px;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 10px;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -2px;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -6px;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -10px;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

@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);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.animate-fade-in {
  animation: fade-in .3s ease-out;
}

.animate-fade-out {
  animation: fade-out .3s ease-out;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

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

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

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

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-stretch {
  place-items: stretch;
}

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

.content-start {
  align-content: flex-start;
}

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.justify-center {
  justify-content: center;
}

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 2px;
}

.gap-1\.5 {
  gap: 6px;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-1\.5 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-x-2\.5 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.5 {
  row-gap: 2px;
}

.gap-y-1\.5 {
  row-gap: 6px;
}

.gap-y-2\.5 {
  row-gap: 10px;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2px * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6px * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10px * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
}

.divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
}

.divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
}

.divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
}

.divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
}

.divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
}

.divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
}

.divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
}

.divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
}

.divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
}

.divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
}

.divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
}

.divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
}

.divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
}

.divide-w-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
}

.divide-w-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
}

.divide-w-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-w-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
}

.divide-w-divider > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
}

.divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
}

.divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
}

.divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
}

.divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
}

.divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
}

.divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
}

.divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
}

.divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
}

.divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
}

.divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
}

.divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
}

.divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
}

.divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
}

.divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
}

.divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
}

.divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
}

.divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
}

.divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
}

.divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
}

.divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
}

.divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
}

.divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
}

.divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
}

.divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
}

.divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
}

.divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
}

.divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
}

.divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
}

.divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
}

.divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
}

.divide-nw-black > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 63.9% / 14%);
}

.divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.divide-nw-error > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.divide-nw-success > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

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

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

.overflow-x-visible {
  overflow-x: visible;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-large {
  border-radius: 10px;
}

.rounded-medium {
  border-radius: 8px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-large {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-medium {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-large {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-r-medium {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-large {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-b-medium {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-large {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l-medium {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tl-large {
  border-top-left-radius: 10px;
}

.rounded-tl-medium {
  border-top-left-radius: 8px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-tr-large {
  border-top-right-radius: 10px;
}

.rounded-tr-medium {
  border-top-right-radius: 8px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-br-large {
  border-bottom-right-radius: 10px;
}

.rounded-br-medium {
  border-bottom-right-radius: 8px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-bl-large {
  border-bottom-left-radius: 10px;
}

.rounded-bl-medium {
  border-bottom-left-radius: 8px;
}

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

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

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

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

.border {
  border-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-w-brand-primary {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.border-w-brand-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
}

.border-w-brand-tertiary {
  --tw-border-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-border-opacity));
}

.border-w-status-success {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.border-w-status-success-light {
  --tw-border-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-border-opacity));
}

.border-w-status-warning {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
}

.border-w-status-warning-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-border-opacity));
}

.border-w-status-error {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
}

.border-w-status-error-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}

.border-w-status-info {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.border-w-status-info-light {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.border-w-background-primary {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.border-w-background-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.border-w-background-tertiary {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-border-opacity));
}

.border-w-dark {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.border-w-text {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.border-w-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-w-border {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.border-w-divider {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.border-w-gray-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.border-w-gray-light {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.border-w-gray-base {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.border-w-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.border-w-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-border-opacity));
}

.border-w-gray-darker {
  --tw-border-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-border-opacity));
}

.border-w-purple-base {
  --tw-border-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}

.border-w-purple-dark {
  --tw-border-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-border-opacity));
}

.border-w-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-border-opacity));
}

.border-w-blue-base {
  --tw-border-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-border-opacity));
}

.border-w-blue-facebook {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.border-w-blue-darker {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-border-opacity));
}

.border-w-cerulean-base {
  --tw-border-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-border-opacity));
}

.border-w-turquoise-base {
  --tw-border-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-border-opacity));
}

.border-w-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-border-opacity));
}

.border-w-green-base {
  --tw-border-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-border-opacity));
}

.border-w-green-dark {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.border-w-yellow-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.border-w-orange-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-border-opacity));
}

.border-w-red-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-border-opacity));
}

.border-w-red-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-border-opacity));
}

.border-w-red-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-border-opacity));
}

.border-w-red-dark {
  --tw-border-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-border-opacity));
}

.border-w-off-white-light {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.border-w-off-white-base {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.border-w-off-white-cyan {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-border-opacity));
}

.border-w-off-white-blue {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.border-w-off-white-lavender {
  --tw-border-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-border-opacity));
}

.border-w-off-white-almond {
  --tw-border-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-border-opacity));
}

.border-w-off-black-base {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.border-nw-black {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.border-nw-transparent {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.border-nw-alpha-white-10 {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.border-nw-alpha-white-20 {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.border-nw-alpha-white-30 {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.border-nw-alpha-white-40 {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.border-nw-alpha-white-50 {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.border-nw-alpha-white-60 {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.border-nw-alpha-white-70 {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.border-nw-alpha-white-80 {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.border-nw-alpha-white-90 {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.border-nw-alpha-white-100 {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.border-nw-alpha-black-10 {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.border-nw-alpha-black-20 {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.border-nw-alpha-black-30 {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.border-nw-alpha-black-40 {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.border-nw-alpha-black-50 {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.border-nw-alpha-black-60 {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.border-nw-alpha-black-70 {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.border-nw-alpha-black-80 {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.border-nw-alpha-black-90 {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.border-nw-alpha-black-100 {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.border-nw-avatar-bg {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.border-nw-avatar-contrast-border {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.border-nw-avatar-contrast-border-brand {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.border-nw-avatar-focus-border {
  border-color: hsl(0 0% 63.9% / 14%);
}

.border-nw-avatar-placeholder-text {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.border-nw-avatar-profile-photo-border {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.border-nw-avatar-recipient-bg-aqua {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.border-nw-avatar-recipient-bg-berry {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.border-nw-avatar-recipient-bg-evergreen {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.border-nw-avatar-recipient-bg-herb {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.border-nw-avatar-recipient-bg-honey {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.border-nw-avatar-recipient-bg-lavender {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.border-nw-avatar-recipient-bg-mist {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.border-nw-avatar-recipient-bg-peach {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.border-nw-avatar-recipient-bg-plum {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.border-nw-avatar-recipient-bg-sage {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.border-nw-avatar-recipient-bg-sandalwood {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.border-nw-avatar-recipient-bg-wildflower {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.border-nw-avatar-recipient-border {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.border-nw-calendar-date-default {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.border-nw-calendar-date-disabled {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.border-nw-calendar-default {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.border-nw-calendar-aqua {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.border-nw-calendar-disabled {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.border-nw-calendar-multi-day {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.border-nw-calendar-blue {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.border-nw-fg-brand-primary {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.border-nw-fg-brand-primary-alt {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.border-nw-fg-brand-primary-hover {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.border-nw-fg-brand-quarternary {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.border-nw-fg-brand-quinary {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.border-nw-fg-brand-secondary {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.border-nw-fg-brand-secondary-alt {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.border-nw-fg-brand-senary-alt {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.border-nw-fg-brand-tertiary {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.border-nw-fg-disabled {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.border-nw-fg-disabled-subtle {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.border-nw-fg-error-primary {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.border-nw-fg-error-secondary {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.border-nw-fg-primary {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.border-nw-fg-quaternary {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.border-nw-fg-quaternary-hover {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.border-nw-fg-quinary {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.border-nw-fg-quinary-hover {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.border-nw-fg-secondary {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.border-nw-fg-secondary-hover {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.border-nw-fg-senary {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.border-nw-fg-success-primary {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.border-nw-fg-success-secondary {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.border-nw-fg-tertiary {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.border-nw-fg-tertiary-hover {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.border-nw-fg-warning-primary {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.border-nw-fg-warning-secondary {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.border-nw-fg-white {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.border-nw-sent-message-bg {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.border-nw-sent-message-text-link {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.border-nw-sent-message-text-link-visited {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.border-nw-partner-rover-green {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.border-nw-brand {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.border-nw-brand-alt {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.border-nw-brand-subtle {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.border-nw-brand-subtle-alt {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.border-nw-disabled {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.border-nw-disabled-subtle {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.border-nw-error {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.border-nw-featured-icon {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.border-nw-error-subtle {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.border-nw-primary {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.border-nw-secondary {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.border-nw-success {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.border-nw-success-solid {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.border-nw-tertiary {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.border-nw-warning {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.border-nw-warning-solid {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-brand-primary {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-brand-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-brand-tertiary {
  --tw-border-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-success {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-success-light {
  --tw-border-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-warning {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-warning-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-error {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-error-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-info {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-status-info-light {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-background-primary {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-background-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-background-tertiary {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-dark {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-text {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-border {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-divider {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-light {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-base {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-gray-darker {
  --tw-border-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-purple-base {
  --tw-border-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-purple-dark {
  --tw-border-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-blue-base {
  --tw-border-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-blue-facebook {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-blue-darker {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-cerulean-base {
  --tw-border-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-turquoise-base {
  --tw-border-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-green-base {
  --tw-border-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-green-dark {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-yellow-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-orange-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-red-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-red-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-red-base {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-red-dark {
  --tw-border-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-light {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-base {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-cyan {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-blue {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-lavender {
  --tw-border-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-white-almond {
  --tw-border-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-w-off-black-base {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-nw-black {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.group:hover .group-hover\:border-nw-transparent {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.group:hover .group-hover\:border-nw-alpha-white-10 {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.group:hover .group-hover\:border-nw-alpha-white-20 {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.group:hover .group-hover\:border-nw-alpha-white-30 {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.group:hover .group-hover\:border-nw-alpha-white-40 {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.group:hover .group-hover\:border-nw-alpha-white-50 {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.group:hover .group-hover\:border-nw-alpha-white-60 {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.group:hover .group-hover\:border-nw-alpha-white-70 {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.group:hover .group-hover\:border-nw-alpha-white-80 {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.group:hover .group-hover\:border-nw-alpha-white-90 {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:border-nw-alpha-white-100 {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.group:hover .group-hover\:border-nw-alpha-black-10 {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.group:hover .group-hover\:border-nw-alpha-black-20 {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.group:hover .group-hover\:border-nw-alpha-black-30 {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.group:hover .group-hover\:border-nw-alpha-black-40 {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.group:hover .group-hover\:border-nw-alpha-black-50 {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.group:hover .group-hover\:border-nw-alpha-black-60 {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.group:hover .group-hover\:border-nw-alpha-black-70 {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.group:hover .group-hover\:border-nw-alpha-black-80 {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.group:hover .group-hover\:border-nw-alpha-black-90 {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.group:hover .group-hover\:border-nw-alpha-black-100 {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.group:hover .group-hover\:border-nw-avatar-bg {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.group:hover .group-hover\:border-nw-avatar-contrast-border {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.group:hover .group-hover\:border-nw-avatar-contrast-border-brand {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.group:hover .group-hover\:border-nw-avatar-focus-border {
  border-color: hsl(0 0% 63.9% / 14%);
}

.group:hover .group-hover\:border-nw-avatar-placeholder-text {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.group:hover .group-hover\:border-nw-avatar-profile-photo-border {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-aqua {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-berry {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-evergreen {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-herb {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-honey {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-lavender {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-mist {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-peach {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-plum {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-sage {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-sandalwood {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-bg-wildflower {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.group:hover .group-hover\:border-nw-avatar-recipient-border {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:border-nw-calendar-date-default {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.group:hover .group-hover\:border-nw-calendar-date-disabled {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.group:hover .group-hover\:border-nw-calendar-default {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.group:hover .group-hover\:border-nw-calendar-aqua {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.group:hover .group-hover\:border-nw-calendar-disabled {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.group:hover .group-hover\:border-nw-calendar-multi-day {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.group:hover .group-hover\:border-nw-calendar-blue {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.group:hover .group-hover\:border-nw-fg-brand-primary {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.group:hover .group-hover\:border-nw-fg-brand-primary-alt {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.group:hover .group-hover\:border-nw-fg-brand-primary-hover {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.group:hover .group-hover\:border-nw-fg-brand-quarternary {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.group:hover .group-hover\:border-nw-fg-brand-quinary {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.group:hover .group-hover\:border-nw-fg-brand-secondary {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.group:hover .group-hover\:border-nw-fg-brand-secondary-alt {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.group:hover .group-hover\:border-nw-fg-brand-senary-alt {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.group:hover .group-hover\:border-nw-fg-brand-tertiary {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.group:hover .group-hover\:border-nw-fg-disabled {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.group:hover .group-hover\:border-nw-fg-disabled-subtle {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.group:hover .group-hover\:border-nw-fg-error-primary {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.group:hover .group-hover\:border-nw-fg-error-secondary {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.group:hover .group-hover\:border-nw-fg-primary {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.group:hover .group-hover\:border-nw-fg-quaternary {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.group:hover .group-hover\:border-nw-fg-quaternary-hover {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.group:hover .group-hover\:border-nw-fg-quinary {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.group:hover .group-hover\:border-nw-fg-quinary-hover {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.group:hover .group-hover\:border-nw-fg-secondary {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.group:hover .group-hover\:border-nw-fg-secondary-hover {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.group:hover .group-hover\:border-nw-fg-senary {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.group:hover .group-hover\:border-nw-fg-success-primary {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.group:hover .group-hover\:border-nw-fg-success-secondary {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.group:hover .group-hover\:border-nw-fg-tertiary {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.group:hover .group-hover\:border-nw-fg-tertiary-hover {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.group:hover .group-hover\:border-nw-fg-warning-primary {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.group:hover .group-hover\:border-nw-fg-warning-secondary {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.group:hover .group-hover\:border-nw-fg-white {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.group:hover .group-hover\:border-nw-sent-message-bg {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.group:hover .group-hover\:border-nw-sent-message-text-link {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.group:hover .group-hover\:border-nw-sent-message-text-link-visited {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.group:hover .group-hover\:border-nw-partner-rover-green {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.group:hover .group-hover\:border-nw-brand {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.group:hover .group-hover\:border-nw-brand-alt {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.group:hover .group-hover\:border-nw-brand-subtle {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.group:hover .group-hover\:border-nw-brand-subtle-alt {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.group:hover .group-hover\:border-nw-disabled {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.group:hover .group-hover\:border-nw-disabled-subtle {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.group:hover .group-hover\:border-nw-error {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.group:hover .group-hover\:border-nw-featured-icon {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.group:hover .group-hover\:border-nw-error-subtle {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.group:hover .group-hover\:border-nw-primary {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.group:hover .group-hover\:border-nw-secondary {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.group:hover .group-hover\:border-nw-success {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.group:hover .group-hover\:border-nw-success-solid {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.group:hover .group-hover\:border-nw-tertiary {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.group:hover .group-hover\:border-nw-warning {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.group:hover .group-hover\:border-nw-warning-solid {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-blue-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-purple-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus-within\:border-w-brand-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.focus-within\:border-w-brand-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
}

.focus-within\:border-w-brand-tertiary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-border-opacity));
}

.focus-within\:border-w-status-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.focus-within\:border-w-status-success-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-border-opacity));
}

.focus-within\:border-w-status-warning:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
}

.focus-within\:border-w-status-warning-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-border-opacity));
}

.focus-within\:border-w-status-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
}

.focus-within\:border-w-status-error-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}

.focus-within\:border-w-status-info:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.focus-within\:border-w-status-info-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus-within\:border-w-background-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.focus-within\:border-w-background-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus-within\:border-w-background-tertiary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-border-opacity));
}

.focus-within\:border-w-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus-within\:border-w-text:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.focus-within\:border-w-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-w-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.focus-within\:border-w-divider:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-lighter:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-medium:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-border-opacity));
}

.focus-within\:border-w-gray-darker:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-border-opacity));
}

.focus-within\:border-w-purple-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}

.focus-within\:border-w-purple-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-border-opacity));
}

.focus-within\:border-w-blue-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-border-opacity));
}

.focus-within\:border-w-blue-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-border-opacity));
}

.focus-within\:border-w-blue-facebook:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.focus-within\:border-w-blue-darker:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-border-opacity));
}

.focus-within\:border-w-cerulean-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-border-opacity));
}

.focus-within\:border-w-turquoise-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-border-opacity));
}

.focus-within\:border-w-green-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-border-opacity));
}

.focus-within\:border-w-green-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-border-opacity));
}

.focus-within\:border-w-green-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.focus-within\:border-w-yellow-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.focus-within\:border-w-orange-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-border-opacity));
}

.focus-within\:border-w-red-lighter:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-border-opacity));
}

.focus-within\:border-w-red-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-border-opacity));
}

.focus-within\:border-w-red-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-border-opacity));
}

.focus-within\:border-w-red-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-cyan:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-blue:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-lavender:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-border-opacity));
}

.focus-within\:border-w-off-white-almond:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-border-opacity));
}

.focus-within\:border-w-off-black-base:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus-within\:border-nw-black:focus-within {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.focus-within\:border-nw-transparent:focus-within {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.focus-within\:border-nw-alpha-white-10:focus-within {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.focus-within\:border-nw-alpha-white-20:focus-within {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.focus-within\:border-nw-alpha-white-30:focus-within {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.focus-within\:border-nw-alpha-white-40:focus-within {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.focus-within\:border-nw-alpha-white-50:focus-within {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.focus-within\:border-nw-alpha-white-60:focus-within {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.focus-within\:border-nw-alpha-white-70:focus-within {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.focus-within\:border-nw-alpha-white-80:focus-within {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.focus-within\:border-nw-alpha-white-90:focus-within {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.focus-within\:border-nw-alpha-white-100:focus-within {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.focus-within\:border-nw-alpha-black-10:focus-within {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.focus-within\:border-nw-alpha-black-20:focus-within {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.focus-within\:border-nw-alpha-black-30:focus-within {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.focus-within\:border-nw-alpha-black-40:focus-within {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.focus-within\:border-nw-alpha-black-50:focus-within {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.focus-within\:border-nw-alpha-black-60:focus-within {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.focus-within\:border-nw-alpha-black-70:focus-within {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.focus-within\:border-nw-alpha-black-80:focus-within {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.focus-within\:border-nw-alpha-black-90:focus-within {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.focus-within\:border-nw-alpha-black-100:focus-within {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.focus-within\:border-nw-avatar-bg:focus-within {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.focus-within\:border-nw-avatar-contrast-border:focus-within {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.focus-within\:border-nw-avatar-focus-border:focus-within {
  border-color: hsl(0 0% 63.9% / 14%);
}

.focus-within\:border-nw-avatar-placeholder-text:focus-within {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.focus-within\:border-nw-avatar-profile-photo-border:focus-within {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.focus-within\:border-nw-avatar-recipient-border:focus-within {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.focus-within\:border-nw-calendar-date-default:focus-within {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.focus-within\:border-nw-calendar-date-disabled:focus-within {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.focus-within\:border-nw-calendar-default:focus-within {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.focus-within\:border-nw-calendar-aqua:focus-within {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.focus-within\:border-nw-calendar-disabled:focus-within {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.focus-within\:border-nw-calendar-multi-day:focus-within {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.focus-within\:border-nw-calendar-blue:focus-within {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.focus-within\:border-nw-fg-brand-primary:focus-within {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.focus-within\:border-nw-fg-brand-primary-alt:focus-within {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.focus-within\:border-nw-fg-brand-primary-hover:focus-within {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.focus-within\:border-nw-fg-brand-quarternary:focus-within {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.focus-within\:border-nw-fg-brand-quinary:focus-within {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.focus-within\:border-nw-fg-brand-secondary:focus-within {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.focus-within\:border-nw-fg-brand-senary-alt:focus-within {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.focus-within\:border-nw-fg-brand-tertiary:focus-within {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.focus-within\:border-nw-fg-disabled:focus-within {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.focus-within\:border-nw-fg-disabled-subtle:focus-within {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.focus-within\:border-nw-fg-error-primary:focus-within {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.focus-within\:border-nw-fg-error-secondary:focus-within {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.focus-within\:border-nw-fg-primary:focus-within {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.focus-within\:border-nw-fg-quaternary:focus-within {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.focus-within\:border-nw-fg-quaternary-hover:focus-within {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.focus-within\:border-nw-fg-quinary:focus-within {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.focus-within\:border-nw-fg-quinary-hover:focus-within {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.focus-within\:border-nw-fg-secondary:focus-within {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.focus-within\:border-nw-fg-secondary-hover:focus-within {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.focus-within\:border-nw-fg-senary:focus-within {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.focus-within\:border-nw-fg-success-primary:focus-within {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.focus-within\:border-nw-fg-success-secondary:focus-within {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.focus-within\:border-nw-fg-tertiary:focus-within {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.focus-within\:border-nw-fg-tertiary-hover:focus-within {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.focus-within\:border-nw-fg-warning-primary:focus-within {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.focus-within\:border-nw-fg-warning-secondary:focus-within {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.focus-within\:border-nw-fg-white:focus-within {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.focus-within\:border-nw-sent-message-bg:focus-within {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.focus-within\:border-nw-sent-message-text-link:focus-within {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.focus-within\:border-nw-sent-message-text-link-visited:focus-within {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.focus-within\:border-nw-partner-rover-green:focus-within {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.focus-within\:border-nw-brand:focus-within {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.focus-within\:border-nw-brand-alt:focus-within {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.focus-within\:border-nw-brand-subtle:focus-within {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.focus-within\:border-nw-brand-subtle-alt:focus-within {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.focus-within\:border-nw-disabled:focus-within {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.focus-within\:border-nw-disabled-subtle:focus-within {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.focus-within\:border-nw-error:focus-within {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.focus-within\:border-nw-featured-icon:focus-within {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.focus-within\:border-nw-error-subtle:focus-within {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.focus-within\:border-nw-primary:focus-within {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.focus-within\:border-nw-secondary:focus-within {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.focus-within\:border-nw-success:focus-within {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.focus-within\:border-nw-success-solid:focus-within {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.focus-within\:border-nw-tertiary:focus-within {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.focus-within\:border-nw-warning:focus-within {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.focus-within\:border-nw-warning-solid:focus-within {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-w-brand-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.hover\:border-w-brand-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
}

.hover\:border-w-brand-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-border-opacity));
}

.hover\:border-w-status-success:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.hover\:border-w-status-success-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-border-opacity));
}

.hover\:border-w-status-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
}

.hover\:border-w-status-warning-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-border-opacity));
}

.hover\:border-w-status-error:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
}

.hover\:border-w-status-error-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}

.hover\:border-w-status-info:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.hover\:border-w-status-info-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.hover\:border-w-background-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.hover\:border-w-background-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.hover\:border-w-background-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-border-opacity));
}

.hover\:border-w-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.hover\:border-w-text:hover {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.hover\:border-w-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-w-border:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.hover\:border-w-divider:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.hover\:border-w-gray-lighter:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.hover\:border-w-gray-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.hover\:border-w-gray-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.hover\:border-w-gray-medium:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.hover\:border-w-gray-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-border-opacity));
}

.hover\:border-w-gray-darker:hover {
  --tw-border-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-border-opacity));
}

.hover\:border-w-purple-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}

.hover\:border-w-purple-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-border-opacity));
}

.hover\:border-w-blue-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-border-opacity));
}

.hover\:border-w-blue-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-border-opacity));
}

.hover\:border-w-blue-facebook:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.hover\:border-w-blue-darker:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-border-opacity));
}

.hover\:border-w-cerulean-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-border-opacity));
}

.hover\:border-w-turquoise-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-border-opacity));
}

.hover\:border-w-green-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-border-opacity));
}

.hover\:border-w-green-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-border-opacity));
}

.hover\:border-w-green-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.hover\:border-w-yellow-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.hover\:border-w-orange-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-border-opacity));
}

.hover\:border-w-red-lighter:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-border-opacity));
}

.hover\:border-w-red-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-border-opacity));
}

.hover\:border-w-red-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-border-opacity));
}

.hover\:border-w-red-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-border-opacity));
}

.hover\:border-w-off-white-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.hover\:border-w-off-white-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.hover\:border-w-off-white-cyan:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-border-opacity));
}

.hover\:border-w-off-white-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.hover\:border-w-off-white-lavender:hover {
  --tw-border-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-border-opacity));
}

.hover\:border-w-off-white-almond:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-border-opacity));
}

.hover\:border-w-off-black-base:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.hover\:border-nw-black:hover {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.hover\:border-nw-transparent:hover {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.hover\:border-nw-alpha-white-10:hover {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.hover\:border-nw-alpha-white-20:hover {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.hover\:border-nw-alpha-white-30:hover {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.hover\:border-nw-alpha-white-40:hover {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.hover\:border-nw-alpha-white-50:hover {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.hover\:border-nw-alpha-white-60:hover {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.hover\:border-nw-alpha-white-70:hover {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.hover\:border-nw-alpha-white-80:hover {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.hover\:border-nw-alpha-white-90:hover {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.hover\:border-nw-alpha-white-100:hover {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.hover\:border-nw-alpha-black-10:hover {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.hover\:border-nw-alpha-black-20:hover {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.hover\:border-nw-alpha-black-30:hover {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.hover\:border-nw-alpha-black-40:hover {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.hover\:border-nw-alpha-black-50:hover {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.hover\:border-nw-alpha-black-60:hover {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.hover\:border-nw-alpha-black-70:hover {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.hover\:border-nw-alpha-black-80:hover {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.hover\:border-nw-alpha-black-90:hover {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.hover\:border-nw-alpha-black-100:hover {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.hover\:border-nw-avatar-bg:hover {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.hover\:border-nw-avatar-contrast-border:hover {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.hover\:border-nw-avatar-contrast-border-brand:hover {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.hover\:border-nw-avatar-focus-border:hover {
  border-color: hsl(0 0% 63.9% / 14%);
}

.hover\:border-nw-avatar-placeholder-text:hover {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.hover\:border-nw-avatar-profile-photo-border:hover {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.hover\:border-nw-avatar-recipient-bg-aqua:hover {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.hover\:border-nw-avatar-recipient-bg-berry:hover {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.hover\:border-nw-avatar-recipient-bg-evergreen:hover {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.hover\:border-nw-avatar-recipient-bg-herb:hover {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.hover\:border-nw-avatar-recipient-bg-honey:hover {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.hover\:border-nw-avatar-recipient-bg-lavender:hover {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.hover\:border-nw-avatar-recipient-bg-mist:hover {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.hover\:border-nw-avatar-recipient-bg-peach:hover {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.hover\:border-nw-avatar-recipient-bg-plum:hover {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.hover\:border-nw-avatar-recipient-bg-sage:hover {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.hover\:border-nw-avatar-recipient-bg-wildflower:hover {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.hover\:border-nw-avatar-recipient-border:hover {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.hover\:border-nw-calendar-date-default:hover {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.hover\:border-nw-calendar-date-disabled:hover {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.hover\:border-nw-calendar-default:hover {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.hover\:border-nw-calendar-aqua:hover {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.hover\:border-nw-calendar-disabled:hover {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.hover\:border-nw-calendar-multi-day:hover {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.hover\:border-nw-calendar-blue:hover {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.hover\:border-nw-fg-brand-primary:hover {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.hover\:border-nw-fg-brand-primary-alt:hover {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.hover\:border-nw-fg-brand-primary-hover:hover {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.hover\:border-nw-fg-brand-quarternary:hover {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.hover\:border-nw-fg-brand-quinary:hover {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.hover\:border-nw-fg-brand-secondary:hover {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.hover\:border-nw-fg-brand-secondary-alt:hover {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.hover\:border-nw-fg-brand-senary-alt:hover {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.hover\:border-nw-fg-brand-tertiary:hover {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.hover\:border-nw-fg-disabled:hover {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.hover\:border-nw-fg-disabled-subtle:hover {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.hover\:border-nw-fg-error-primary:hover {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.hover\:border-nw-fg-error-secondary:hover {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.hover\:border-nw-fg-primary:hover {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.hover\:border-nw-fg-quaternary:hover {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.hover\:border-nw-fg-quaternary-hover:hover {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.hover\:border-nw-fg-quinary:hover {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.hover\:border-nw-fg-quinary-hover:hover {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.hover\:border-nw-fg-secondary:hover {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.hover\:border-nw-fg-secondary-hover:hover {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.hover\:border-nw-fg-senary:hover {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.hover\:border-nw-fg-success-primary:hover {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.hover\:border-nw-fg-success-secondary:hover {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.hover\:border-nw-fg-tertiary:hover {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.hover\:border-nw-fg-tertiary-hover:hover {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.hover\:border-nw-fg-warning-primary:hover {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.hover\:border-nw-fg-warning-secondary:hover {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.hover\:border-nw-fg-white:hover {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.hover\:border-nw-sent-message-bg:hover {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.hover\:border-nw-sent-message-text-link:hover {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.hover\:border-nw-sent-message-text-link-visited:hover {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.hover\:border-nw-partner-rover-green:hover {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.hover\:border-nw-brand:hover {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.hover\:border-nw-brand-alt:hover {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.hover\:border-nw-brand-subtle:hover {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.hover\:border-nw-brand-subtle-alt:hover {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.hover\:border-nw-disabled:hover {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.hover\:border-nw-disabled-subtle:hover {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.hover\:border-nw-error:hover {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.hover\:border-nw-featured-icon:hover {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.hover\:border-nw-error-subtle:hover {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.hover\:border-nw-primary:hover {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.hover\:border-nw-secondary:hover {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.hover\:border-nw-success:hover {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.hover\:border-nw-success-solid:hover {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.hover\:border-nw-tertiary:hover {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.hover\:border-nw-warning:hover {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.hover\:border-nw-warning-solid:hover {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus\:border-w-brand-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.focus\:border-w-brand-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
}

.focus\:border-w-brand-tertiary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(225, 39, 35, var(--tw-border-opacity));
}

.focus\:border-w-status-success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.focus\:border-w-status-success-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 250, 233, var(--tw-border-opacity));
}

.focus\:border-w-status-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
}

.focus\:border-w-status-warning-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 226, var(--tw-border-opacity));
}

.focus\:border-w-status-error:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
}

.focus\:border-w-status-error-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}

.focus\:border-w-status-info:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

.focus\:border-w-status-info-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus\:border-w-background-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.focus\:border-w-background-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus\:border-w-background-tertiary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 226, var(--tw-border-opacity));
}

.focus\:border-w-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus\:border-w-text:focus {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.focus\:border-w-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-w-border:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.focus\:border-w-divider:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus\:border-w-gray-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.focus\:border-w-gray-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.focus\:border-w-gray-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.focus\:border-w-gray-medium:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.focus\:border-w-gray-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(114, 115, 117, var(--tw-border-opacity));
}

.focus\:border-w-gray-darker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(85, 85, 85, var(--tw-border-opacity));
}

.focus\:border-w-purple-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}

.focus\:border-w-purple-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(85, 26, 139, var(--tw-border-opacity));
}

.focus\:border-w-blue-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(115, 146, 213, var(--tw-border-opacity));
}

.focus\:border-w-blue-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(2, 86, 153, var(--tw-border-opacity));
}

.focus\:border-w-blue-facebook:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.focus\:border-w-blue-darker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 102, var(--tw-border-opacity));
}

.focus\:border-w-cerulean-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 172, 237, var(--tw-border-opacity));
}

.focus\:border-w-turquoise-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(80, 227, 194, var(--tw-border-opacity));
}

.focus\:border-w-green-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(126, 211, 33, var(--tw-border-opacity));
}

.focus\:border-w-green-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(106, 200, 101, var(--tw-border-opacity));
}

.focus\:border-w-green-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
}

.focus\:border-w-yellow-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.focus\:border-w-orange-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 158, 31, var(--tw-border-opacity));
}

.focus\:border-w-red-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 155, 149, var(--tw-border-opacity));
}

.focus\:border-w-red-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 113, 101, var(--tw-border-opacity));
}

.focus\:border-w-red-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 56, var(--tw-border-opacity));
}

.focus\:border-w-red-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 19, 0, var(--tw-border-opacity));
}

.focus\:border-w-off-white-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.focus\:border-w-off-white-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus\:border-w-off-white-cyan:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 249, var(--tw-border-opacity));
}

.focus\:border-w-off-white-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 252, var(--tw-border-opacity));
}

.focus\:border-w-off-white-lavender:focus {
  --tw-border-opacity: 1;
  border-color: rgba(223, 209, 242, var(--tw-border-opacity));
}

.focus\:border-w-off-white-almond:focus {
  --tw-border-opacity: 1;
  border-color: rgba(246, 223, 213, var(--tw-border-opacity));
}

.focus\:border-w-off-black-base:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus\:border-nw-black:focus {
  border-color: hsl(0 0% 0%);
  border-color: hsl(var(--black));
}

.focus\:border-nw-transparent:focus {
  border-color: hsl(0 0% 100% / 0);
  border-color: hsl(var(--transparent));
}

.focus\:border-nw-alpha-white-10:focus {
  border-color: hsl(0 0% 100% / 10%);
  border-color: hsl(var(--alpha-white-10));
}

.focus\:border-nw-alpha-white-20:focus {
  border-color: hsl(0 0% 100% / 20%);
  border-color: hsl(var(--alpha-white-20));
}

.focus\:border-nw-alpha-white-30:focus {
  border-color: hsl(0 0% 100% / 30%);
  border-color: hsl(var(--alpha-white-30));
}

.focus\:border-nw-alpha-white-40:focus {
  border-color: hsl(0 0% 100% / 40%);
  border-color: hsl(var(--alpha-white-40));
}

.focus\:border-nw-alpha-white-50:focus {
  border-color: hsl(0 0% 100% / 50%);
  border-color: hsl(var(--alpha-white-50));
}

.focus\:border-nw-alpha-white-60:focus {
  border-color: hsl(0 0% 100% / 60%);
  border-color: hsl(var(--alpha-white-60));
}

.focus\:border-nw-alpha-white-70:focus {
  border-color: hsl(0 0% 100% / 70%);
  border-color: hsl(var(--alpha-white-70));
}

.focus\:border-nw-alpha-white-80:focus {
  border-color: hsl(0 0% 100% / 80%);
  border-color: hsl(var(--alpha-white-80));
}

.focus\:border-nw-alpha-white-90:focus {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.focus\:border-nw-alpha-white-100:focus {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--alpha-white-100));
}

.focus\:border-nw-alpha-black-10:focus {
  border-color: hsl(24 12% 8% / 10%);
  border-color: hsl(var(--alpha-black-10));
}

.focus\:border-nw-alpha-black-20:focus {
  border-color: hsl(24 12% 8% / 20%);
  border-color: hsl(var(--alpha-black-20));
}

.focus\:border-nw-alpha-black-30:focus {
  border-color: hsl(24 12% 8% / 30%);
  border-color: hsl(var(--alpha-black-30));
}

.focus\:border-nw-alpha-black-40:focus {
  border-color: hsl(24 12% 8% / 40%);
  border-color: hsl(var(--alpha-black-40));
}

.focus\:border-nw-alpha-black-50:focus {
  border-color: hsl(24 12% 8% / 50%);
  border-color: hsl(var(--alpha-black-50));
}

.focus\:border-nw-alpha-black-60:focus {
  border-color: hsl(24 12% 8% / 60%);
  border-color: hsl(var(--alpha-black-60));
}

.focus\:border-nw-alpha-black-70:focus {
  border-color: hsl(24 12% 8% / 70%);
  border-color: hsl(var(--alpha-black-70));
}

.focus\:border-nw-alpha-black-80:focus {
  border-color: hsl(24 12% 8% / 80%);
  border-color: hsl(var(--alpha-black-80));
}

.focus\:border-nw-alpha-black-90:focus {
  border-color: hsl(24 12% 8% / 90%);
  border-color: hsl(var(--alpha-black-90));
}

.focus\:border-nw-alpha-black-100:focus {
  border-color: hsl(24 12% 8%);
  border-color: hsl(var(--alpha-black-100));
}

.focus\:border-nw-avatar-bg:focus {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--periwinkle-100));
}

.focus\:border-nw-avatar-contrast-border:focus {
  border-color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:border-nw-avatar-contrast-border-brand:focus {
  border-color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:border-nw-avatar-focus-border:focus {
  border-color: hsl(0 0% 63.9% / 14%);
}

.focus\:border-nw-avatar-placeholder-text:focus {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--periwinkle-500));
}

.focus\:border-nw-avatar-profile-photo-border:focus {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--white));
}

.focus\:border-nw-avatar-recipient-bg-aqua:focus {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--aqua-400));
}

.focus\:border-nw-avatar-recipient-bg-berry:focus {
  border-color: hsl(324 35% 60%);
  border-color: hsl(var(--berry-500));
}

.focus\:border-nw-avatar-recipient-bg-evergreen:focus {
  border-color: hsl(144 17% 52%);
  border-color: hsl(var(--evergreen-400));
}

.focus\:border-nw-avatar-recipient-bg-herb:focus {
  border-color: hsl(65 21% 54%);
  border-color: hsl(var(--herb-400));
}

.focus\:border-nw-avatar-recipient-bg-honey:focus {
  border-color: hsl(35 85% 53%);
  border-color: hsl(var(--honey-400));
}

.focus\:border-nw-avatar-recipient-bg-lavender:focus {
  border-color: hsl(240 37% 66%);
  border-color: hsl(var(--lavender-500));
}

.focus\:border-nw-avatar-recipient-bg-mist:focus {
  border-color: hsl(205 19% 46%);
  border-color: hsl(var(--mist-500));
}

.focus\:border-nw-avatar-recipient-bg-peach:focus {
  border-color: hsl(13 97% 71%);
  border-color: hsl(var(--peach-400));
}

.focus\:border-nw-avatar-recipient-bg-plum:focus {
  border-color: hsl(302 31% 49%);
  border-color: hsl(var(--plum-600));
}

.focus\:border-nw-avatar-recipient-bg-sage:focus {
  border-color: hsl(173 20% 40%);
  border-color: hsl(var(--sage-500));
}

.focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
  border-color: hsl(8 53% 60%);
  border-color: hsl(var(--sandalwood-500));
}

.focus\:border-nw-avatar-recipient-bg-wildflower:focus {
  border-color: hsl(353 26% 60%);
  border-color: hsl(var(--wildflower-500));
}

.focus\:border-nw-avatar-recipient-border:focus {
  border-color: hsl(0 0% 100% / 90%);
  border-color: hsl(var(--alpha-white-90));
}

.focus\:border-nw-calendar-date-default:focus {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--calendar-date-default));
}

.focus\:border-nw-calendar-date-disabled:focus {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--calendar-date-disabled));
}

.focus\:border-nw-calendar-default:focus {
  border-color: hsl(270 49% 56%);
  border-color: hsl(var(--calendar-default));
}

.focus\:border-nw-calendar-aqua:focus {
  border-color: hsl(186 50% 53%);
  border-color: hsl(var(--calendar-aqua));
}

.focus\:border-nw-calendar-disabled:focus {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--calendar-disabled));
}

.focus\:border-nw-calendar-multi-day:focus {
  border-color: hsl(267 61% 85%);
  border-color: hsl(var(--calendar-multi-day));
}

.focus\:border-nw-calendar-blue:focus {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--calendar-blue));
}

.focus\:border-nw-fg-brand-primary:focus {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary));
}

.focus\:border-nw-fg-brand-primary-alt:focus {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--fg-brand-primary-alt));
}

.focus\:border-nw-fg-brand-primary-hover:focus {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--fg-brand-primary-hover));
}

.focus\:border-nw-fg-brand-quarternary:focus {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--fg-brand-quarternary));
}

.focus\:border-nw-fg-brand-quinary:focus {
  border-color: hsl(219 100% 94%);
  border-color: hsl(var(--fg-brand-quinary));
}

.focus\:border-nw-fg-brand-secondary:focus {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary));
}

.focus\:border-nw-fg-brand-secondary-alt:focus {
  border-color: hsl(226 95% 75%);
  border-color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:border-nw-fg-brand-senary-alt:focus {
  border-color: hsl(217 100% 96%);
  border-color: hsl(var(--fg-brand-senary-alt));
}

.focus\:border-nw-fg-brand-tertiary:focus {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--fg-brand-tertiary));
}

.focus\:border-nw-fg-disabled:focus {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-disabled));
}

.focus\:border-nw-fg-disabled-subtle:focus {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-disabled-subtle));
}

.focus\:border-nw-fg-error-primary:focus {
  border-color: hsl(5 90% 60%);
  border-color: hsl(var(--fg-error-primary));
}

.focus\:border-nw-fg-error-secondary:focus {
  border-color: hsl(5 96% 67%);
  border-color: hsl(var(--fg-error-secondary));
}

.focus\:border-nw-fg-primary:focus {
  border-color: hsl(24 10% 10%);
  border-color: hsl(var(--fg-primary));
}

.focus\:border-nw-fg-quaternary:focus {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quaternary));
}

.focus\:border-nw-fg-quaternary-hover:focus {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-quaternary-hover));
}

.focus\:border-nw-fg-quinary:focus {
  border-color: hsl(25 7% 64%);
  border-color: hsl(var(--fg-quinary));
}

.focus\:border-nw-fg-quinary-hover:focus {
  border-color: hsl(26 6% 45%);
  border-color: hsl(var(--fg-quinary-hover));
}

.focus\:border-nw-fg-secondary:focus {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-secondary));
}

.focus\:border-nw-fg-secondary-hover:focus {
  border-color: hsl(12 6% 15%);
  border-color: hsl(var(--fg-secondary-hover));
}

.focus\:border-nw-fg-senary:focus {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--fg-senary));
}

.focus\:border-nw-fg-success-primary:focus {
  border-color: hsl(136 39% 45%);
  border-color: hsl(var(--fg-success-primary));
}

.focus\:border-nw-fg-success-secondary:focus {
  border-color: hsl(136 37% 58%);
  border-color: hsl(var(--fg-success-secondary));
}

.focus\:border-nw-fg-tertiary:focus {
  border-color: hsl(33 5% 32%);
  border-color: hsl(var(--fg-tertiary));
}

.focus\:border-nw-fg-tertiary-hover:focus {
  border-color: hsl(30 6% 25%);
  border-color: hsl(var(--fg-tertiary-hover));
}

.focus\:border-nw-fg-warning-primary:focus {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--fg-warning-primary));
}

.focus\:border-nw-fg-warning-secondary:focus {
  border-color: hsl(46 96% 53%);
  border-color: hsl(var(--fg-warning-secondary));
}

.focus\:border-nw-fg-white:focus {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--fg-white));
}

.focus\:border-nw-sent-message-bg:focus {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--sent-message-bg));
}

.focus\:border-nw-sent-message-text-link:focus {
  border-color: hsl(0 0% 100%);
  border-color: hsl(var(--sent-message-text-link));
}

.focus\:border-nw-sent-message-text-link-visited:focus {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--sent-message-text-link-visited));
}

.focus\:border-nw-partner-rover-green:focus {
  border-color: hsl(156 100% 37%);
  border-color: hsl(var(--partner-rover-green));
}

.focus\:border-nw-brand:focus {
  border-color: hsl(230 89% 67%);
  border-color: hsl(var(--border-brand));
}

.focus\:border-nw-brand-alt:focus {
  border-color: hsl(235 80% 59%);
  border-color: hsl(var(--border-brand-alt));
}

.focus\:border-nw-brand-subtle:focus {
  border-color: hsl(219 100% 89%);
  border-color: hsl(var(--border-brand-subtle));
}

.focus\:border-nw-brand-subtle-alt:focus {
  border-color: hsl(221 100% 82%);
  border-color: hsl(var(--border-brand-subtle-alt));
}

.focus\:border-nw-disabled:focus {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-disabled));
}

.focus\:border-nw-disabled-subtle:focus {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-disabled-subtle));
}

.focus\:border-nw-error:focus {
  border-color: hsl(5 77% 51%);
  border-color: hsl(var(--border-error));
}

.focus\:border-nw-featured-icon:focus {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--featured-icon-border));
}

.focus\:border-nw-error-subtle:focus {
  border-color: hsl(5 100% 82%);
  border-color: hsl(var(--border-error-subtle));
}

.focus\:border-nw-primary:focus {
  border-color: hsl(26 8% 83%);
  border-color: hsl(var(--border-primary));
}

.focus\:border-nw-secondary:focus {
  border-color: hsl(20 6% 90%);
  border-color: hsl(var(--border-secondary));
}

.focus\:border-nw-success:focus {
  border-color: hsl(136 42% 75%);
  border-color: hsl(var(--border-success));
}

.focus\:border-nw-success-solid:focus {
  border-color: hsl(136 42% 36%);
  border-color: hsl(var(--border-success-solid));
}

.focus\:border-nw-tertiary:focus {
  border-color: hsl(60 5% 96%);
  border-color: hsl(var(--border-tertiary));
}

.focus\:border-nw-warning:focus {
  border-color: hsl(48 97% 72%);
  border-color: hsl(var(--border-warning));
}

.focus\:border-nw-warning-solid:focus {
  border-color: hsl(43 93% 47%);
  border-color: hsl(var(--border-warning-solid));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-w-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.bg-w-brand-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
}

.bg-w-brand-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
}

.bg-w-status-success {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.bg-w-status-success-light {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
}

.bg-w-status-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
}

.bg-w-status-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
}

.bg-w-status-error {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
}

.bg-w-status-error-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}

.bg-w-status-info {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.bg-w-status-info-light {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.bg-w-background-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-w-background-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.bg-w-background-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
}

.bg-w-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-w-text {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.bg-w-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-w-border {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.bg-w-divider {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.bg-w-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.bg-w-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
}

.bg-w-gray-base {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.bg-w-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.bg-w-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
}

.bg-w-gray-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

.bg-w-purple-base {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}

.bg-w-purple-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
}

.bg-w-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
}

.bg-w-blue-base {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
}

.bg-w-blue-facebook {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.bg-w-blue-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
}

.bg-w-cerulean-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
}

.bg-w-turquoise-base {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
}

.bg-w-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
}

.bg-w-green-base {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
}

.bg-w-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.bg-w-yellow-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.bg-w-orange-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
}

.bg-w-red-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
}

.bg-w-red-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
}

.bg-w-red-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
}

.bg-w-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
}

.bg-w-off-white-light {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.bg-w-off-white-base {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.bg-w-off-white-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
}

.bg-w-off-white-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.bg-w-off-white-lavender {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
}

.bg-w-off-white-almond {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
}

.bg-w-off-black-base {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-nw-black {
  background-color: hsl(0 0% 0%);
  background-color: hsl(var(--black));
}

.bg-nw-transparent {
  background-color: hsl(0 0% 100% / 0);
  background-color: hsl(var(--transparent));
}

.bg-nw-alpha-white-10 {
  background-color: hsl(0 0% 100% / 10%);
  background-color: hsl(var(--alpha-white-10));
}

.bg-nw-alpha-white-20 {
  background-color: hsl(0 0% 100% / 20%);
  background-color: hsl(var(--alpha-white-20));
}

.bg-nw-alpha-white-30 {
  background-color: hsl(0 0% 100% / 30%);
  background-color: hsl(var(--alpha-white-30));
}

.bg-nw-alpha-white-40 {
  background-color: hsl(0 0% 100% / 40%);
  background-color: hsl(var(--alpha-white-40));
}

.bg-nw-alpha-white-50 {
  background-color: hsl(0 0% 100% / 50%);
  background-color: hsl(var(--alpha-white-50));
}

.bg-nw-alpha-white-60 {
  background-color: hsl(0 0% 100% / 60%);
  background-color: hsl(var(--alpha-white-60));
}

.bg-nw-alpha-white-70 {
  background-color: hsl(0 0% 100% / 70%);
  background-color: hsl(var(--alpha-white-70));
}

.bg-nw-alpha-white-80 {
  background-color: hsl(0 0% 100% / 80%);
  background-color: hsl(var(--alpha-white-80));
}

.bg-nw-alpha-white-90 {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.bg-nw-alpha-white-100 {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--alpha-white-100));
}

.bg-nw-alpha-black-10 {
  background-color: hsl(24 12% 8% / 10%);
  background-color: hsl(var(--alpha-black-10));
}

.bg-nw-alpha-black-20 {
  background-color: hsl(24 12% 8% / 20%);
  background-color: hsl(var(--alpha-black-20));
}

.bg-nw-alpha-black-30 {
  background-color: hsl(24 12% 8% / 30%);
  background-color: hsl(var(--alpha-black-30));
}

.bg-nw-alpha-black-40 {
  background-color: hsl(24 12% 8% / 40%);
  background-color: hsl(var(--alpha-black-40));
}

.bg-nw-alpha-black-50 {
  background-color: hsl(24 12% 8% / 50%);
  background-color: hsl(var(--alpha-black-50));
}

.bg-nw-alpha-black-60 {
  background-color: hsl(24 12% 8% / 60%);
  background-color: hsl(var(--alpha-black-60));
}

.bg-nw-alpha-black-70 {
  background-color: hsl(24 12% 8% / 70%);
  background-color: hsl(var(--alpha-black-70));
}

.bg-nw-alpha-black-80 {
  background-color: hsl(24 12% 8% / 80%);
  background-color: hsl(var(--alpha-black-80));
}

.bg-nw-alpha-black-90 {
  background-color: hsl(24 12% 8% / 90%);
  background-color: hsl(var(--alpha-black-90));
}

.bg-nw-alpha-black-100 {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--alpha-black-100));
}

.bg-nw-avatar-bg {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--periwinkle-100));
}

.bg-nw-avatar-contrast-border {
  background-color: hsl(24 12.2% 8.04% / 8%);
}

.bg-nw-avatar-contrast-border-brand {
  background-color: hsl(235 80.1% 58.6% / 16%);
}

.bg-nw-avatar-focus-border {
  background-color: hsl(0 0% 63.9% / 14%);
}

.bg-nw-avatar-placeholder-text {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--periwinkle-500));
}

.bg-nw-avatar-profile-photo-border {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--white));
}

.bg-nw-avatar-recipient-bg-aqua {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--aqua-400));
}

.bg-nw-avatar-recipient-bg-berry {
  background-color: hsl(324 35% 60%);
  background-color: hsl(var(--berry-500));
}

.bg-nw-avatar-recipient-bg-evergreen {
  background-color: hsl(144 17% 52%);
  background-color: hsl(var(--evergreen-400));
}

.bg-nw-avatar-recipient-bg-herb {
  background-color: hsl(65 21% 54%);
  background-color: hsl(var(--herb-400));
}

.bg-nw-avatar-recipient-bg-honey {
  background-color: hsl(35 85% 53%);
  background-color: hsl(var(--honey-400));
}

.bg-nw-avatar-recipient-bg-lavender {
  background-color: hsl(240 37% 66%);
  background-color: hsl(var(--lavender-500));
}

.bg-nw-avatar-recipient-bg-mist {
  background-color: hsl(205 19% 46%);
  background-color: hsl(var(--mist-500));
}

.bg-nw-avatar-recipient-bg-peach {
  background-color: hsl(13 97% 71%);
  background-color: hsl(var(--peach-400));
}

.bg-nw-avatar-recipient-bg-plum {
  background-color: hsl(302 31% 49%);
  background-color: hsl(var(--plum-600));
}

.bg-nw-avatar-recipient-bg-sage {
  background-color: hsl(173 20% 40%);
  background-color: hsl(var(--sage-500));
}

.bg-nw-avatar-recipient-bg-sandalwood {
  background-color: hsl(8 53% 60%);
  background-color: hsl(var(--sandalwood-500));
}

.bg-nw-avatar-recipient-bg-wildflower {
  background-color: hsl(353 26% 60%);
  background-color: hsl(var(--wildflower-500));
}

.bg-nw-avatar-recipient-border {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.bg-nw-calendar-date-default {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--calendar-date-default));
}

.bg-nw-calendar-date-disabled {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--calendar-date-disabled));
}

.bg-nw-calendar-default {
  background-color: hsl(270 49% 56%);
  background-color: hsl(var(--calendar-default));
}

.bg-nw-calendar-aqua {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--calendar-aqua));
}

.bg-nw-calendar-disabled {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--calendar-disabled));
}

.bg-nw-calendar-multi-day {
  background-color: hsl(267 61% 85%);
  background-color: hsl(var(--calendar-multi-day));
}

.bg-nw-calendar-blue {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--calendar-blue));
}

.bg-nw-fg-brand-primary {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary));
}

.bg-nw-fg-brand-primary-alt {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary-alt));
}

.bg-nw-fg-brand-primary-hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--fg-brand-primary-hover));
}

.bg-nw-fg-brand-quarternary {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--fg-brand-quarternary));
}

.bg-nw-fg-brand-quinary {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--fg-brand-quinary));
}

.bg-nw-fg-brand-secondary {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary));
}

.bg-nw-fg-brand-secondary-alt {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary-alt));
}

.bg-nw-fg-brand-senary-alt {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--fg-brand-senary-alt));
}

.bg-nw-fg-brand-tertiary {
  background-color: hsl(221 100% 82%);
  background-color: hsl(var(--fg-brand-tertiary));
}

.bg-nw-fg-disabled {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-disabled));
}

.bg-nw-fg-disabled-subtle {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-disabled-subtle));
}

.bg-nw-fg-error-primary {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--fg-error-primary));
}

.bg-nw-fg-error-secondary {
  background-color: hsl(5 96% 67%);
  background-color: hsl(var(--fg-error-secondary));
}

.bg-nw-fg-primary {
  background-color: hsl(24 10% 10%);
  background-color: hsl(var(--fg-primary));
}

.bg-nw-fg-quaternary {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quaternary));
}

.bg-nw-fg-quaternary-hover {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-quaternary-hover));
}

.bg-nw-fg-quinary {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-quinary));
}

.bg-nw-fg-quinary-hover {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quinary-hover));
}

.bg-nw-fg-secondary {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-secondary));
}

.bg-nw-fg-secondary-hover {
  background-color: hsl(12 6% 15%);
  background-color: hsl(var(--fg-secondary-hover));
}

.bg-nw-fg-senary {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-senary));
}

.bg-nw-fg-success-primary {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--fg-success-primary));
}

.bg-nw-fg-success-secondary {
  background-color: hsl(136 37% 58%);
  background-color: hsl(var(--fg-success-secondary));
}

.bg-nw-fg-tertiary {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-tertiary));
}

.bg-nw-fg-tertiary-hover {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-tertiary-hover));
}

.bg-nw-fg-warning-primary {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--fg-warning-primary));
}

.bg-nw-fg-warning-secondary {
  background-color: hsl(46 96% 53%);
  background-color: hsl(var(--fg-warning-secondary));
}

.bg-nw-fg-white {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--fg-white));
}

.bg-nw-sent-message-bg {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--sent-message-bg));
}

.bg-nw-sent-message-text-link {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--sent-message-text-link));
}

.bg-nw-sent-message-text-link-visited {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--sent-message-text-link-visited));
}

.bg-nw-partner-rover-green {
  background-color: hsl(156 100% 37%);
  background-color: hsl(var(--partner-rover-green));
}

.bg-nw-active {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-active));
}

.bg-nw-brand-primary {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary));
}

.bg-nw-brand-primary-alt {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary-alt));
}

.bg-nw-brand-primary-hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-primary-hover));
}

.bg-nw-brand-secondary {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-secondary));
}

.bg-nw-brand-section {
  background-color: hsl(237 62% 51%);
  background-color: hsl(var(--bg-brand-section));
}

.bg-nw-brand-section-subtle {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-section-subtle));
}

.bg-nw-brand-solid {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--bg-brand-solid));
}

.bg-nw-brand-solid-hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-solid-hover));
}

.bg-nw-cr-solid-aqua {
  background-color: hsl(189 53% 36%);
  background-color: hsl(var(--bg-cr-solid-aqua));
}

.bg-nw-cr-solid-berry {
  background-color: hsl(328 30% 51%);
  background-color: hsl(var(--bg-cr-solid-berry));
}

.bg-nw-cr-solid-evergreen {
  background-color: hsl(147 22% 39%);
  background-color: hsl(var(--bg-cr-solid-evergreen));
}

.bg-nw-cr-solid-herb {
  background-color: hsl(66 21% 44%);
  background-color: hsl(var(--bg-cr-solid-herb));
}

.bg-nw-cr-solid-honey {
  background-color: hsl(33 83% 47%);
  background-color: hsl(var(--bg-cr-solid-honey));
}

.bg-nw-cr-solid-lavender {
  background-color: hsl(245 34% 59%);
  background-color: hsl(var(--bg-cr-solid-lavender));
}

.bg-nw-cr-solid-mist {
  background-color: hsl(206 18% 36%);
  background-color: hsl(var(--bg-cr-solid-mist));
}

.bg-nw-cr-solid-peach {
  background-color: hsl(13 90% 60%);
  background-color: hsl(var(--bg-cr-solid-peach));
}

.bg-nw-cr-solid-plum {
  background-color: hsl(304 32% 40%);
  background-color: hsl(var(--bg-cr-solid-plum));
}

.bg-nw-cr-solid-sage {
  background-color: hsl(173 20% 32%);
  background-color: hsl(var(--bg-cr-solid-sage));
}

.bg-nw-cr-solid-sandalwood {
  background-color: hsl(8 45% 51%);
  background-color: hsl(var(--bg-cr-solid-sandalwood));
}

.bg-nw-cr-solid-wildflower {
  background-color: hsl(350 22% 50%);
  background-color: hsl(var(--bg-cr-solid-wildflower));
}

.bg-nw-disabled {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-disabled));
}

.bg-nw-disabled-subtle {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-disabled-subtle));
}

.bg-nw-error-primary {
  background-color: hsl(5 86% 97%);
  background-color: hsl(var(--bg-error-primary));
}

.bg-nw-error-secondary {
  background-color: hsl(4 100% 94%);
  background-color: hsl(var(--bg-error-secondary));
}

.bg-nw-error-solid {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--bg-error-solid));
}

.bg-nw-featured-icon {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--featured-icon-bg));
}

.bg-nw-modal-content {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-modal-content));
}

.bg-nw-overlay {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-overlay));
}

.bg-nw-paper {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-paper));
}

.bg-nw-primary {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary));
}

.bg-nw-primary-alt {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-alt));
}

.bg-nw-primary-card {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-card));
}

.bg-nw-primary-hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-primary-hover));
}

.bg-nw-primary-solid {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-primary-solid));
}

.bg-nw-quaternary {
  background-color: hsl(20 6% 90%);
  background-color: hsl(var(--bg-quaternary));
}

.bg-nw-secondary {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary));
}

.bg-nw-secondary-alt {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary-alt));
}

.bg-nw-secondary-hover {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-secondary-hover));
}

.bg-nw-secondary-subtle {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-secondary-subtle));
}

.bg-nw-success-primary {
  background-color: hsl(129 41% 97%);
  background-color: hsl(var(--bg-success-primary));
}

.bg-nw-success-secondary {
  background-color: hsl(133 47% 93%);
  background-color: hsl(var(--bg-success-secondary));
}

.bg-nw-success-solid {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--bg-success-solid));
}

.bg-nw-tertiary {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-tertiary));
}

.bg-nw-warning-primary {
  background-color: hsl(56 88% 97%);
  background-color: hsl(var(--bg-warning-primary));
}

.bg-nw-warning-secondary {
  background-color: hsl(53 97% 88%);
  background-color: hsl(var(--bg-warning-secondary));
}

.bg-nw-warning-solid {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--bg-warning-solid));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-brand-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-brand-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-success {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-success-light {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-error {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-error-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-info {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-status-info-light {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-background-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-background-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-background-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-text {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-border {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-divider {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-base {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-gray-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-purple-base {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-purple-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-blue-base {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-blue-facebook {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-blue-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-cerulean-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-turquoise-base {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-green-base {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-yellow-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-orange-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-red-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-red-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-red-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-light {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-base {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-lavender {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-white-almond {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-w-off-black-base {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-nw-black {
  background-color: hsl(0 0% 0%);
  background-color: hsl(var(--black));
}

.group:hover .group-hover\:bg-nw-transparent {
  background-color: hsl(0 0% 100% / 0);
  background-color: hsl(var(--transparent));
}

.group:hover .group-hover\:bg-nw-alpha-white-10 {
  background-color: hsl(0 0% 100% / 10%);
  background-color: hsl(var(--alpha-white-10));
}

.group:hover .group-hover\:bg-nw-alpha-white-20 {
  background-color: hsl(0 0% 100% / 20%);
  background-color: hsl(var(--alpha-white-20));
}

.group:hover .group-hover\:bg-nw-alpha-white-30 {
  background-color: hsl(0 0% 100% / 30%);
  background-color: hsl(var(--alpha-white-30));
}

.group:hover .group-hover\:bg-nw-alpha-white-40 {
  background-color: hsl(0 0% 100% / 40%);
  background-color: hsl(var(--alpha-white-40));
}

.group:hover .group-hover\:bg-nw-alpha-white-50 {
  background-color: hsl(0 0% 100% / 50%);
  background-color: hsl(var(--alpha-white-50));
}

.group:hover .group-hover\:bg-nw-alpha-white-60 {
  background-color: hsl(0 0% 100% / 60%);
  background-color: hsl(var(--alpha-white-60));
}

.group:hover .group-hover\:bg-nw-alpha-white-70 {
  background-color: hsl(0 0% 100% / 70%);
  background-color: hsl(var(--alpha-white-70));
}

.group:hover .group-hover\:bg-nw-alpha-white-80 {
  background-color: hsl(0 0% 100% / 80%);
  background-color: hsl(var(--alpha-white-80));
}

.group:hover .group-hover\:bg-nw-alpha-white-90 {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:bg-nw-alpha-white-100 {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--alpha-white-100));
}

.group:hover .group-hover\:bg-nw-alpha-black-10 {
  background-color: hsl(24 12% 8% / 10%);
  background-color: hsl(var(--alpha-black-10));
}

.group:hover .group-hover\:bg-nw-alpha-black-20 {
  background-color: hsl(24 12% 8% / 20%);
  background-color: hsl(var(--alpha-black-20));
}

.group:hover .group-hover\:bg-nw-alpha-black-30 {
  background-color: hsl(24 12% 8% / 30%);
  background-color: hsl(var(--alpha-black-30));
}

.group:hover .group-hover\:bg-nw-alpha-black-40 {
  background-color: hsl(24 12% 8% / 40%);
  background-color: hsl(var(--alpha-black-40));
}

.group:hover .group-hover\:bg-nw-alpha-black-50 {
  background-color: hsl(24 12% 8% / 50%);
  background-color: hsl(var(--alpha-black-50));
}

.group:hover .group-hover\:bg-nw-alpha-black-60 {
  background-color: hsl(24 12% 8% / 60%);
  background-color: hsl(var(--alpha-black-60));
}

.group:hover .group-hover\:bg-nw-alpha-black-70 {
  background-color: hsl(24 12% 8% / 70%);
  background-color: hsl(var(--alpha-black-70));
}

.group:hover .group-hover\:bg-nw-alpha-black-80 {
  background-color: hsl(24 12% 8% / 80%);
  background-color: hsl(var(--alpha-black-80));
}

.group:hover .group-hover\:bg-nw-alpha-black-90 {
  background-color: hsl(24 12% 8% / 90%);
  background-color: hsl(var(--alpha-black-90));
}

.group:hover .group-hover\:bg-nw-alpha-black-100 {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--alpha-black-100));
}

.group:hover .group-hover\:bg-nw-avatar-bg {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--periwinkle-100));
}

.group:hover .group-hover\:bg-nw-avatar-contrast-border {
  background-color: hsl(24 12.2% 8.04% / 8%);
}

.group:hover .group-hover\:bg-nw-avatar-contrast-border-brand {
  background-color: hsl(235 80.1% 58.6% / 16%);
}

.group:hover .group-hover\:bg-nw-avatar-focus-border {
  background-color: hsl(0 0% 63.9% / 14%);
}

.group:hover .group-hover\:bg-nw-avatar-placeholder-text {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--periwinkle-500));
}

.group:hover .group-hover\:bg-nw-avatar-profile-photo-border {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--white));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-aqua {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--aqua-400));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-berry {
  background-color: hsl(324 35% 60%);
  background-color: hsl(var(--berry-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-evergreen {
  background-color: hsl(144 17% 52%);
  background-color: hsl(var(--evergreen-400));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-herb {
  background-color: hsl(65 21% 54%);
  background-color: hsl(var(--herb-400));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-honey {
  background-color: hsl(35 85% 53%);
  background-color: hsl(var(--honey-400));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-lavender {
  background-color: hsl(240 37% 66%);
  background-color: hsl(var(--lavender-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-mist {
  background-color: hsl(205 19% 46%);
  background-color: hsl(var(--mist-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-peach {
  background-color: hsl(13 97% 71%);
  background-color: hsl(var(--peach-400));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-plum {
  background-color: hsl(302 31% 49%);
  background-color: hsl(var(--plum-600));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-sage {
  background-color: hsl(173 20% 40%);
  background-color: hsl(var(--sage-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
  background-color: hsl(8 53% 60%);
  background-color: hsl(var(--sandalwood-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-bg-wildflower {
  background-color: hsl(353 26% 60%);
  background-color: hsl(var(--wildflower-500));
}

.group:hover .group-hover\:bg-nw-avatar-recipient-border {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:bg-nw-calendar-date-default {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--calendar-date-default));
}

.group:hover .group-hover\:bg-nw-calendar-date-disabled {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--calendar-date-disabled));
}

.group:hover .group-hover\:bg-nw-calendar-default {
  background-color: hsl(270 49% 56%);
  background-color: hsl(var(--calendar-default));
}

.group:hover .group-hover\:bg-nw-calendar-aqua {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--calendar-aqua));
}

.group:hover .group-hover\:bg-nw-calendar-disabled {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--calendar-disabled));
}

.group:hover .group-hover\:bg-nw-calendar-multi-day {
  background-color: hsl(267 61% 85%);
  background-color: hsl(var(--calendar-multi-day));
}

.group:hover .group-hover\:bg-nw-calendar-blue {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--calendar-blue));
}

.group:hover .group-hover\:bg-nw-fg-brand-primary {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary));
}

.group:hover .group-hover\:bg-nw-fg-brand-primary-alt {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary-alt));
}

.group:hover .group-hover\:bg-nw-fg-brand-primary-hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--fg-brand-primary-hover));
}

.group:hover .group-hover\:bg-nw-fg-brand-quarternary {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--fg-brand-quarternary));
}

.group:hover .group-hover\:bg-nw-fg-brand-quinary {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--fg-brand-quinary));
}

.group:hover .group-hover\:bg-nw-fg-brand-secondary {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary));
}

.group:hover .group-hover\:bg-nw-fg-brand-secondary-alt {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary-alt));
}

.group:hover .group-hover\:bg-nw-fg-brand-senary-alt {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--fg-brand-senary-alt));
}

.group:hover .group-hover\:bg-nw-fg-brand-tertiary {
  background-color: hsl(221 100% 82%);
  background-color: hsl(var(--fg-brand-tertiary));
}

.group:hover .group-hover\:bg-nw-fg-disabled {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-disabled));
}

.group:hover .group-hover\:bg-nw-fg-disabled-subtle {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-disabled-subtle));
}

.group:hover .group-hover\:bg-nw-fg-error-primary {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--fg-error-primary));
}

.group:hover .group-hover\:bg-nw-fg-error-secondary {
  background-color: hsl(5 96% 67%);
  background-color: hsl(var(--fg-error-secondary));
}

.group:hover .group-hover\:bg-nw-fg-primary {
  background-color: hsl(24 10% 10%);
  background-color: hsl(var(--fg-primary));
}

.group:hover .group-hover\:bg-nw-fg-quaternary {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quaternary));
}

.group:hover .group-hover\:bg-nw-fg-quaternary-hover {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-quaternary-hover));
}

.group:hover .group-hover\:bg-nw-fg-quinary {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-quinary));
}

.group:hover .group-hover\:bg-nw-fg-quinary-hover {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quinary-hover));
}

.group:hover .group-hover\:bg-nw-fg-secondary {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-secondary));
}

.group:hover .group-hover\:bg-nw-fg-secondary-hover {
  background-color: hsl(12 6% 15%);
  background-color: hsl(var(--fg-secondary-hover));
}

.group:hover .group-hover\:bg-nw-fg-senary {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-senary));
}

.group:hover .group-hover\:bg-nw-fg-success-primary {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--fg-success-primary));
}

.group:hover .group-hover\:bg-nw-fg-success-secondary {
  background-color: hsl(136 37% 58%);
  background-color: hsl(var(--fg-success-secondary));
}

.group:hover .group-hover\:bg-nw-fg-tertiary {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-tertiary));
}

.group:hover .group-hover\:bg-nw-fg-tertiary-hover {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-tertiary-hover));
}

.group:hover .group-hover\:bg-nw-fg-warning-primary {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--fg-warning-primary));
}

.group:hover .group-hover\:bg-nw-fg-warning-secondary {
  background-color: hsl(46 96% 53%);
  background-color: hsl(var(--fg-warning-secondary));
}

.group:hover .group-hover\:bg-nw-fg-white {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--fg-white));
}

.group:hover .group-hover\:bg-nw-sent-message-bg {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--sent-message-bg));
}

.group:hover .group-hover\:bg-nw-sent-message-text-link {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--sent-message-text-link));
}

.group:hover .group-hover\:bg-nw-sent-message-text-link-visited {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--sent-message-text-link-visited));
}

.group:hover .group-hover\:bg-nw-partner-rover-green {
  background-color: hsl(156 100% 37%);
  background-color: hsl(var(--partner-rover-green));
}

.group:hover .group-hover\:bg-nw-active {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-active));
}

.group:hover .group-hover\:bg-nw-brand-primary {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary));
}

.group:hover .group-hover\:bg-nw-brand-primary-alt {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary-alt));
}

.group:hover .group-hover\:bg-nw-brand-primary-hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-primary-hover));
}

.group:hover .group-hover\:bg-nw-brand-secondary {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-secondary));
}

.group:hover .group-hover\:bg-nw-brand-section {
  background-color: hsl(237 62% 51%);
  background-color: hsl(var(--bg-brand-section));
}

.group:hover .group-hover\:bg-nw-brand-section-subtle {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-section-subtle));
}

.group:hover .group-hover\:bg-nw-brand-solid {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--bg-brand-solid));
}

.group:hover .group-hover\:bg-nw-brand-solid-hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-solid-hover));
}

.group:hover .group-hover\:bg-nw-cr-solid-aqua {
  background-color: hsl(189 53% 36%);
  background-color: hsl(var(--bg-cr-solid-aqua));
}

.group:hover .group-hover\:bg-nw-cr-solid-berry {
  background-color: hsl(328 30% 51%);
  background-color: hsl(var(--bg-cr-solid-berry));
}

.group:hover .group-hover\:bg-nw-cr-solid-evergreen {
  background-color: hsl(147 22% 39%);
  background-color: hsl(var(--bg-cr-solid-evergreen));
}

.group:hover .group-hover\:bg-nw-cr-solid-herb {
  background-color: hsl(66 21% 44%);
  background-color: hsl(var(--bg-cr-solid-herb));
}

.group:hover .group-hover\:bg-nw-cr-solid-honey {
  background-color: hsl(33 83% 47%);
  background-color: hsl(var(--bg-cr-solid-honey));
}

.group:hover .group-hover\:bg-nw-cr-solid-lavender {
  background-color: hsl(245 34% 59%);
  background-color: hsl(var(--bg-cr-solid-lavender));
}

.group:hover .group-hover\:bg-nw-cr-solid-mist {
  background-color: hsl(206 18% 36%);
  background-color: hsl(var(--bg-cr-solid-mist));
}

.group:hover .group-hover\:bg-nw-cr-solid-peach {
  background-color: hsl(13 90% 60%);
  background-color: hsl(var(--bg-cr-solid-peach));
}

.group:hover .group-hover\:bg-nw-cr-solid-plum {
  background-color: hsl(304 32% 40%);
  background-color: hsl(var(--bg-cr-solid-plum));
}

.group:hover .group-hover\:bg-nw-cr-solid-sage {
  background-color: hsl(173 20% 32%);
  background-color: hsl(var(--bg-cr-solid-sage));
}

.group:hover .group-hover\:bg-nw-cr-solid-sandalwood {
  background-color: hsl(8 45% 51%);
  background-color: hsl(var(--bg-cr-solid-sandalwood));
}

.group:hover .group-hover\:bg-nw-cr-solid-wildflower {
  background-color: hsl(350 22% 50%);
  background-color: hsl(var(--bg-cr-solid-wildflower));
}

.group:hover .group-hover\:bg-nw-disabled {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-disabled));
}

.group:hover .group-hover\:bg-nw-disabled-subtle {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-disabled-subtle));
}

.group:hover .group-hover\:bg-nw-error-primary {
  background-color: hsl(5 86% 97%);
  background-color: hsl(var(--bg-error-primary));
}

.group:hover .group-hover\:bg-nw-error-secondary {
  background-color: hsl(4 100% 94%);
  background-color: hsl(var(--bg-error-secondary));
}

.group:hover .group-hover\:bg-nw-error-solid {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--bg-error-solid));
}

.group:hover .group-hover\:bg-nw-featured-icon {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--featured-icon-bg));
}

.group:hover .group-hover\:bg-nw-modal-content {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-modal-content));
}

.group:hover .group-hover\:bg-nw-overlay {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-overlay));
}

.group:hover .group-hover\:bg-nw-paper {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-paper));
}

.group:hover .group-hover\:bg-nw-primary {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary));
}

.group:hover .group-hover\:bg-nw-primary-alt {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-alt));
}

.group:hover .group-hover\:bg-nw-primary-card {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-card));
}

.group:hover .group-hover\:bg-nw-primary-hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-primary-hover));
}

.group:hover .group-hover\:bg-nw-primary-solid {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-primary-solid));
}

.group:hover .group-hover\:bg-nw-quaternary {
  background-color: hsl(20 6% 90%);
  background-color: hsl(var(--bg-quaternary));
}

.group:hover .group-hover\:bg-nw-secondary {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary));
}

.group:hover .group-hover\:bg-nw-secondary-alt {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary-alt));
}

.group:hover .group-hover\:bg-nw-secondary-hover {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-secondary-hover));
}

.group:hover .group-hover\:bg-nw-secondary-subtle {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-secondary-subtle));
}

.group:hover .group-hover\:bg-nw-success-primary {
  background-color: hsl(129 41% 97%);
  background-color: hsl(var(--bg-success-primary));
}

.group:hover .group-hover\:bg-nw-success-secondary {
  background-color: hsl(133 47% 93%);
  background-color: hsl(var(--bg-success-secondary));
}

.group:hover .group-hover\:bg-nw-success-solid {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--bg-success-solid));
}

.group:hover .group-hover\:bg-nw-tertiary {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-tertiary));
}

.group:hover .group-hover\:bg-nw-warning-primary {
  background-color: hsl(56 88% 97%);
  background-color: hsl(var(--bg-warning-primary));
}

.group:hover .group-hover\:bg-nw-warning-secondary {
  background-color: hsl(53 97% 88%);
  background-color: hsl(var(--bg-warning-secondary));
}

.group:hover .group-hover\:bg-nw-warning-solid {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--bg-warning-solid));
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-w-brand-primary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.focus-within\:bg-w-brand-secondary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-w-brand-tertiary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-success:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-success-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-warning:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-warning-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-error:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-error-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-info:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.focus-within\:bg-w-status-info-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-w-background-primary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-w-background-secondary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-w-background-tertiary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-w-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus-within\:bg-w-text:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.focus-within\:bg-w-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-w-border:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.focus-within\:bg-w-divider:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-lighter:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-medium:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-w-gray-darker:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

.focus-within\:bg-w-purple-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}

.focus-within\:bg-w-purple-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-w-blue-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-w-blue-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-w-blue-facebook:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.focus-within\:bg-w-blue-darker:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
}

.focus-within\:bg-w-cerulean-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-w-turquoise-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
}

.focus-within\:bg-w-green-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
}

.focus-within\:bg-w-green-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
}

.focus-within\:bg-w-green-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-w-yellow-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-w-orange-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
}

.focus-within\:bg-w-red-lighter:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-w-red-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
}

.focus-within\:bg-w-red-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
}

.focus-within\:bg-w-red-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-cyan:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-blue:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-lavender:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-white-almond:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-w-off-black-base:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus-within\:bg-nw-black:focus-within {
  background-color: hsl(0 0% 0%);
  background-color: hsl(var(--black));
}

.focus-within\:bg-nw-transparent:focus-within {
  background-color: hsl(0 0% 100% / 0);
  background-color: hsl(var(--transparent));
}

.focus-within\:bg-nw-alpha-white-10:focus-within {
  background-color: hsl(0 0% 100% / 10%);
  background-color: hsl(var(--alpha-white-10));
}

.focus-within\:bg-nw-alpha-white-20:focus-within {
  background-color: hsl(0 0% 100% / 20%);
  background-color: hsl(var(--alpha-white-20));
}

.focus-within\:bg-nw-alpha-white-30:focus-within {
  background-color: hsl(0 0% 100% / 30%);
  background-color: hsl(var(--alpha-white-30));
}

.focus-within\:bg-nw-alpha-white-40:focus-within {
  background-color: hsl(0 0% 100% / 40%);
  background-color: hsl(var(--alpha-white-40));
}

.focus-within\:bg-nw-alpha-white-50:focus-within {
  background-color: hsl(0 0% 100% / 50%);
  background-color: hsl(var(--alpha-white-50));
}

.focus-within\:bg-nw-alpha-white-60:focus-within {
  background-color: hsl(0 0% 100% / 60%);
  background-color: hsl(var(--alpha-white-60));
}

.focus-within\:bg-nw-alpha-white-70:focus-within {
  background-color: hsl(0 0% 100% / 70%);
  background-color: hsl(var(--alpha-white-70));
}

.focus-within\:bg-nw-alpha-white-80:focus-within {
  background-color: hsl(0 0% 100% / 80%);
  background-color: hsl(var(--alpha-white-80));
}

.focus-within\:bg-nw-alpha-white-90:focus-within {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.focus-within\:bg-nw-alpha-white-100:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--alpha-white-100));
}

.focus-within\:bg-nw-alpha-black-10:focus-within {
  background-color: hsl(24 12% 8% / 10%);
  background-color: hsl(var(--alpha-black-10));
}

.focus-within\:bg-nw-alpha-black-20:focus-within {
  background-color: hsl(24 12% 8% / 20%);
  background-color: hsl(var(--alpha-black-20));
}

.focus-within\:bg-nw-alpha-black-30:focus-within {
  background-color: hsl(24 12% 8% / 30%);
  background-color: hsl(var(--alpha-black-30));
}

.focus-within\:bg-nw-alpha-black-40:focus-within {
  background-color: hsl(24 12% 8% / 40%);
  background-color: hsl(var(--alpha-black-40));
}

.focus-within\:bg-nw-alpha-black-50:focus-within {
  background-color: hsl(24 12% 8% / 50%);
  background-color: hsl(var(--alpha-black-50));
}

.focus-within\:bg-nw-alpha-black-60:focus-within {
  background-color: hsl(24 12% 8% / 60%);
  background-color: hsl(var(--alpha-black-60));
}

.focus-within\:bg-nw-alpha-black-70:focus-within {
  background-color: hsl(24 12% 8% / 70%);
  background-color: hsl(var(--alpha-black-70));
}

.focus-within\:bg-nw-alpha-black-80:focus-within {
  background-color: hsl(24 12% 8% / 80%);
  background-color: hsl(var(--alpha-black-80));
}

.focus-within\:bg-nw-alpha-black-90:focus-within {
  background-color: hsl(24 12% 8% / 90%);
  background-color: hsl(var(--alpha-black-90));
}

.focus-within\:bg-nw-alpha-black-100:focus-within {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--alpha-black-100));
}

.focus-within\:bg-nw-avatar-bg:focus-within {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--periwinkle-100));
}

.focus-within\:bg-nw-avatar-contrast-border:focus-within {
  background-color: hsl(24 12.2% 8.04% / 8%);
}

.focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
  background-color: hsl(235 80.1% 58.6% / 16%);
}

.focus-within\:bg-nw-avatar-focus-border:focus-within {
  background-color: hsl(0 0% 63.9% / 14%);
}

.focus-within\:bg-nw-avatar-placeholder-text:focus-within {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--periwinkle-500));
}

.focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--white));
}

.focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--aqua-400));
}

.focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
  background-color: hsl(324 35% 60%);
  background-color: hsl(var(--berry-500));
}

.focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
  background-color: hsl(144 17% 52%);
  background-color: hsl(var(--evergreen-400));
}

.focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
  background-color: hsl(65 21% 54%);
  background-color: hsl(var(--herb-400));
}

.focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
  background-color: hsl(35 85% 53%);
  background-color: hsl(var(--honey-400));
}

.focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
  background-color: hsl(240 37% 66%);
  background-color: hsl(var(--lavender-500));
}

.focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
  background-color: hsl(205 19% 46%);
  background-color: hsl(var(--mist-500));
}

.focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
  background-color: hsl(13 97% 71%);
  background-color: hsl(var(--peach-400));
}

.focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
  background-color: hsl(302 31% 49%);
  background-color: hsl(var(--plum-600));
}

.focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
  background-color: hsl(173 20% 40%);
  background-color: hsl(var(--sage-500));
}

.focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
  background-color: hsl(8 53% 60%);
  background-color: hsl(var(--sandalwood-500));
}

.focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
  background-color: hsl(353 26% 60%);
  background-color: hsl(var(--wildflower-500));
}

.focus-within\:bg-nw-avatar-recipient-border:focus-within {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.focus-within\:bg-nw-calendar-date-default:focus-within {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--calendar-date-default));
}

.focus-within\:bg-nw-calendar-date-disabled:focus-within {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--calendar-date-disabled));
}

.focus-within\:bg-nw-calendar-default:focus-within {
  background-color: hsl(270 49% 56%);
  background-color: hsl(var(--calendar-default));
}

.focus-within\:bg-nw-calendar-aqua:focus-within {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--calendar-aqua));
}

.focus-within\:bg-nw-calendar-disabled:focus-within {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--calendar-disabled));
}

.focus-within\:bg-nw-calendar-multi-day:focus-within {
  background-color: hsl(267 61% 85%);
  background-color: hsl(var(--calendar-multi-day));
}

.focus-within\:bg-nw-calendar-blue:focus-within {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--calendar-blue));
}

.focus-within\:bg-nw-fg-brand-primary:focus-within {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary));
}

.focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary-alt));
}

.focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--fg-brand-primary-hover));
}

.focus-within\:bg-nw-fg-brand-quarternary:focus-within {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--fg-brand-quarternary));
}

.focus-within\:bg-nw-fg-brand-quinary:focus-within {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--fg-brand-quinary));
}

.focus-within\:bg-nw-fg-brand-secondary:focus-within {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary));
}

.focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary-alt));
}

.focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--fg-brand-senary-alt));
}

.focus-within\:bg-nw-fg-brand-tertiary:focus-within {
  background-color: hsl(221 100% 82%);
  background-color: hsl(var(--fg-brand-tertiary));
}

.focus-within\:bg-nw-fg-disabled:focus-within {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-disabled));
}

.focus-within\:bg-nw-fg-disabled-subtle:focus-within {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-disabled-subtle));
}

.focus-within\:bg-nw-fg-error-primary:focus-within {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--fg-error-primary));
}

.focus-within\:bg-nw-fg-error-secondary:focus-within {
  background-color: hsl(5 96% 67%);
  background-color: hsl(var(--fg-error-secondary));
}

.focus-within\:bg-nw-fg-primary:focus-within {
  background-color: hsl(24 10% 10%);
  background-color: hsl(var(--fg-primary));
}

.focus-within\:bg-nw-fg-quaternary:focus-within {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quaternary));
}

.focus-within\:bg-nw-fg-quaternary-hover:focus-within {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-quaternary-hover));
}

.focus-within\:bg-nw-fg-quinary:focus-within {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-quinary));
}

.focus-within\:bg-nw-fg-quinary-hover:focus-within {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quinary-hover));
}

.focus-within\:bg-nw-fg-secondary:focus-within {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-secondary));
}

.focus-within\:bg-nw-fg-secondary-hover:focus-within {
  background-color: hsl(12 6% 15%);
  background-color: hsl(var(--fg-secondary-hover));
}

.focus-within\:bg-nw-fg-senary:focus-within {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-senary));
}

.focus-within\:bg-nw-fg-success-primary:focus-within {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--fg-success-primary));
}

.focus-within\:bg-nw-fg-success-secondary:focus-within {
  background-color: hsl(136 37% 58%);
  background-color: hsl(var(--fg-success-secondary));
}

.focus-within\:bg-nw-fg-tertiary:focus-within {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-tertiary));
}

.focus-within\:bg-nw-fg-tertiary-hover:focus-within {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-tertiary-hover));
}

.focus-within\:bg-nw-fg-warning-primary:focus-within {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--fg-warning-primary));
}

.focus-within\:bg-nw-fg-warning-secondary:focus-within {
  background-color: hsl(46 96% 53%);
  background-color: hsl(var(--fg-warning-secondary));
}

.focus-within\:bg-nw-fg-white:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--fg-white));
}

.focus-within\:bg-nw-sent-message-bg:focus-within {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--sent-message-bg));
}

.focus-within\:bg-nw-sent-message-text-link:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--sent-message-text-link));
}

.focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--sent-message-text-link-visited));
}

.focus-within\:bg-nw-partner-rover-green:focus-within {
  background-color: hsl(156 100% 37%);
  background-color: hsl(var(--partner-rover-green));
}

.focus-within\:bg-nw-active:focus-within {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-active));
}

.focus-within\:bg-nw-brand-primary:focus-within {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary));
}

.focus-within\:bg-nw-brand-primary-alt:focus-within {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary-alt));
}

.focus-within\:bg-nw-brand-primary-hover:focus-within {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-primary-hover));
}

.focus-within\:bg-nw-brand-secondary:focus-within {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-secondary));
}

.focus-within\:bg-nw-brand-section:focus-within {
  background-color: hsl(237 62% 51%);
  background-color: hsl(var(--bg-brand-section));
}

.focus-within\:bg-nw-brand-section-subtle:focus-within {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-section-subtle));
}

.focus-within\:bg-nw-brand-solid:focus-within {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--bg-brand-solid));
}

.focus-within\:bg-nw-brand-solid-hover:focus-within {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-solid-hover));
}

.focus-within\:bg-nw-cr-solid-aqua:focus-within {
  background-color: hsl(189 53% 36%);
  background-color: hsl(var(--bg-cr-solid-aqua));
}

.focus-within\:bg-nw-cr-solid-berry:focus-within {
  background-color: hsl(328 30% 51%);
  background-color: hsl(var(--bg-cr-solid-berry));
}

.focus-within\:bg-nw-cr-solid-evergreen:focus-within {
  background-color: hsl(147 22% 39%);
  background-color: hsl(var(--bg-cr-solid-evergreen));
}

.focus-within\:bg-nw-cr-solid-herb:focus-within {
  background-color: hsl(66 21% 44%);
  background-color: hsl(var(--bg-cr-solid-herb));
}

.focus-within\:bg-nw-cr-solid-honey:focus-within {
  background-color: hsl(33 83% 47%);
  background-color: hsl(var(--bg-cr-solid-honey));
}

.focus-within\:bg-nw-cr-solid-lavender:focus-within {
  background-color: hsl(245 34% 59%);
  background-color: hsl(var(--bg-cr-solid-lavender));
}

.focus-within\:bg-nw-cr-solid-mist:focus-within {
  background-color: hsl(206 18% 36%);
  background-color: hsl(var(--bg-cr-solid-mist));
}

.focus-within\:bg-nw-cr-solid-peach:focus-within {
  background-color: hsl(13 90% 60%);
  background-color: hsl(var(--bg-cr-solid-peach));
}

.focus-within\:bg-nw-cr-solid-plum:focus-within {
  background-color: hsl(304 32% 40%);
  background-color: hsl(var(--bg-cr-solid-plum));
}

.focus-within\:bg-nw-cr-solid-sage:focus-within {
  background-color: hsl(173 20% 32%);
  background-color: hsl(var(--bg-cr-solid-sage));
}

.focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
  background-color: hsl(8 45% 51%);
  background-color: hsl(var(--bg-cr-solid-sandalwood));
}

.focus-within\:bg-nw-cr-solid-wildflower:focus-within {
  background-color: hsl(350 22% 50%);
  background-color: hsl(var(--bg-cr-solid-wildflower));
}

.focus-within\:bg-nw-disabled:focus-within {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-disabled));
}

.focus-within\:bg-nw-disabled-subtle:focus-within {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-disabled-subtle));
}

.focus-within\:bg-nw-error-primary:focus-within {
  background-color: hsl(5 86% 97%);
  background-color: hsl(var(--bg-error-primary));
}

.focus-within\:bg-nw-error-secondary:focus-within {
  background-color: hsl(4 100% 94%);
  background-color: hsl(var(--bg-error-secondary));
}

.focus-within\:bg-nw-error-solid:focus-within {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--bg-error-solid));
}

.focus-within\:bg-nw-featured-icon:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--featured-icon-bg));
}

.focus-within\:bg-nw-modal-content:focus-within {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-modal-content));
}

.focus-within\:bg-nw-overlay:focus-within {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-overlay));
}

.focus-within\:bg-nw-paper:focus-within {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-paper));
}

.focus-within\:bg-nw-primary:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary));
}

.focus-within\:bg-nw-primary-alt:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-alt));
}

.focus-within\:bg-nw-primary-card:focus-within {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-card));
}

.focus-within\:bg-nw-primary-hover:focus-within {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-primary-hover));
}

.focus-within\:bg-nw-primary-solid:focus-within {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-primary-solid));
}

.focus-within\:bg-nw-quaternary:focus-within {
  background-color: hsl(20 6% 90%);
  background-color: hsl(var(--bg-quaternary));
}

.focus-within\:bg-nw-secondary:focus-within {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary));
}

.focus-within\:bg-nw-secondary-alt:focus-within {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary-alt));
}

.focus-within\:bg-nw-secondary-hover:focus-within {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-secondary-hover));
}

.focus-within\:bg-nw-secondary-subtle:focus-within {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-secondary-subtle));
}

.focus-within\:bg-nw-success-primary:focus-within {
  background-color: hsl(129 41% 97%);
  background-color: hsl(var(--bg-success-primary));
}

.focus-within\:bg-nw-success-secondary:focus-within {
  background-color: hsl(133 47% 93%);
  background-color: hsl(var(--bg-success-secondary));
}

.focus-within\:bg-nw-success-solid:focus-within {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--bg-success-solid));
}

.focus-within\:bg-nw-tertiary:focus-within {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-tertiary));
}

.focus-within\:bg-nw-warning-primary:focus-within {
  background-color: hsl(56 88% 97%);
  background-color: hsl(var(--bg-warning-primary));
}

.focus-within\:bg-nw-warning-secondary:focus-within {
  background-color: hsl(53 97% 88%);
  background-color: hsl(var(--bg-warning-secondary));
}

.focus-within\:bg-nw-warning-solid:focus-within {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--bg-warning-solid));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.hover\:bg-w-brand-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.hover\:bg-w-brand-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
}

.hover\:bg-w-brand-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
}

.hover\:bg-w-status-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.hover\:bg-w-status-success-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
}

.hover\:bg-w-status-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
}

.hover\:bg-w-status-warning-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
}

.hover\:bg-w-status-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
}

.hover\:bg-w-status-error-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}

.hover\:bg-w-status-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.hover\:bg-w-status-info-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.hover\:bg-w-background-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.hover\:bg-w-background-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.hover\:bg-w-background-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
}

.hover\:bg-w-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.hover\:bg-w-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.hover\:bg-w-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-w-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.hover\:bg-w-divider:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
}

.hover\:bg-w-gray-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

.hover\:bg-w-purple-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}

.hover\:bg-w-purple-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
}

.hover\:bg-w-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
}

.hover\:bg-w-blue-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
}

.hover\:bg-w-blue-facebook:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.hover\:bg-w-blue-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
}

.hover\:bg-w-cerulean-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
}

.hover\:bg-w-turquoise-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
}

.hover\:bg-w-green-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
}

.hover\:bg-w-green-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
}

.hover\:bg-w-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.hover\:bg-w-yellow-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.hover\:bg-w-orange-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
}

.hover\:bg-w-red-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
}

.hover\:bg-w-red-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
}

.hover\:bg-w-red-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
}

.hover\:bg-w-red-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-cyan:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-lavender:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
}

.hover\:bg-w-off-white-almond:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
}

.hover\:bg-w-off-black-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.hover\:bg-nw-black:hover {
  background-color: hsl(0 0% 0%);
  background-color: hsl(var(--black));
}

.hover\:bg-nw-transparent:hover {
  background-color: hsl(0 0% 100% / 0);
  background-color: hsl(var(--transparent));
}

.hover\:bg-nw-alpha-white-10:hover {
  background-color: hsl(0 0% 100% / 10%);
  background-color: hsl(var(--alpha-white-10));
}

.hover\:bg-nw-alpha-white-20:hover {
  background-color: hsl(0 0% 100% / 20%);
  background-color: hsl(var(--alpha-white-20));
}

.hover\:bg-nw-alpha-white-30:hover {
  background-color: hsl(0 0% 100% / 30%);
  background-color: hsl(var(--alpha-white-30));
}

.hover\:bg-nw-alpha-white-40:hover {
  background-color: hsl(0 0% 100% / 40%);
  background-color: hsl(var(--alpha-white-40));
}

.hover\:bg-nw-alpha-white-50:hover {
  background-color: hsl(0 0% 100% / 50%);
  background-color: hsl(var(--alpha-white-50));
}

.hover\:bg-nw-alpha-white-60:hover {
  background-color: hsl(0 0% 100% / 60%);
  background-color: hsl(var(--alpha-white-60));
}

.hover\:bg-nw-alpha-white-70:hover {
  background-color: hsl(0 0% 100% / 70%);
  background-color: hsl(var(--alpha-white-70));
}

.hover\:bg-nw-alpha-white-80:hover {
  background-color: hsl(0 0% 100% / 80%);
  background-color: hsl(var(--alpha-white-80));
}

.hover\:bg-nw-alpha-white-90:hover {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.hover\:bg-nw-alpha-white-100:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--alpha-white-100));
}

.hover\:bg-nw-alpha-black-10:hover {
  background-color: hsl(24 12% 8% / 10%);
  background-color: hsl(var(--alpha-black-10));
}

.hover\:bg-nw-alpha-black-20:hover {
  background-color: hsl(24 12% 8% / 20%);
  background-color: hsl(var(--alpha-black-20));
}

.hover\:bg-nw-alpha-black-30:hover {
  background-color: hsl(24 12% 8% / 30%);
  background-color: hsl(var(--alpha-black-30));
}

.hover\:bg-nw-alpha-black-40:hover {
  background-color: hsl(24 12% 8% / 40%);
  background-color: hsl(var(--alpha-black-40));
}

.hover\:bg-nw-alpha-black-50:hover {
  background-color: hsl(24 12% 8% / 50%);
  background-color: hsl(var(--alpha-black-50));
}

.hover\:bg-nw-alpha-black-60:hover {
  background-color: hsl(24 12% 8% / 60%);
  background-color: hsl(var(--alpha-black-60));
}

.hover\:bg-nw-alpha-black-70:hover {
  background-color: hsl(24 12% 8% / 70%);
  background-color: hsl(var(--alpha-black-70));
}

.hover\:bg-nw-alpha-black-80:hover {
  background-color: hsl(24 12% 8% / 80%);
  background-color: hsl(var(--alpha-black-80));
}

.hover\:bg-nw-alpha-black-90:hover {
  background-color: hsl(24 12% 8% / 90%);
  background-color: hsl(var(--alpha-black-90));
}

.hover\:bg-nw-alpha-black-100:hover {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--alpha-black-100));
}

.hover\:bg-nw-avatar-bg:hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--periwinkle-100));
}

.hover\:bg-nw-avatar-contrast-border:hover {
  background-color: hsl(24 12.2% 8.04% / 8%);
}

.hover\:bg-nw-avatar-contrast-border-brand:hover {
  background-color: hsl(235 80.1% 58.6% / 16%);
}

.hover\:bg-nw-avatar-focus-border:hover {
  background-color: hsl(0 0% 63.9% / 14%);
}

.hover\:bg-nw-avatar-placeholder-text:hover {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--periwinkle-500));
}

.hover\:bg-nw-avatar-profile-photo-border:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--white));
}

.hover\:bg-nw-avatar-recipient-bg-aqua:hover {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--aqua-400));
}

.hover\:bg-nw-avatar-recipient-bg-berry:hover {
  background-color: hsl(324 35% 60%);
  background-color: hsl(var(--berry-500));
}

.hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
  background-color: hsl(144 17% 52%);
  background-color: hsl(var(--evergreen-400));
}

.hover\:bg-nw-avatar-recipient-bg-herb:hover {
  background-color: hsl(65 21% 54%);
  background-color: hsl(var(--herb-400));
}

.hover\:bg-nw-avatar-recipient-bg-honey:hover {
  background-color: hsl(35 85% 53%);
  background-color: hsl(var(--honey-400));
}

.hover\:bg-nw-avatar-recipient-bg-lavender:hover {
  background-color: hsl(240 37% 66%);
  background-color: hsl(var(--lavender-500));
}

.hover\:bg-nw-avatar-recipient-bg-mist:hover {
  background-color: hsl(205 19% 46%);
  background-color: hsl(var(--mist-500));
}

.hover\:bg-nw-avatar-recipient-bg-peach:hover {
  background-color: hsl(13 97% 71%);
  background-color: hsl(var(--peach-400));
}

.hover\:bg-nw-avatar-recipient-bg-plum:hover {
  background-color: hsl(302 31% 49%);
  background-color: hsl(var(--plum-600));
}

.hover\:bg-nw-avatar-recipient-bg-sage:hover {
  background-color: hsl(173 20% 40%);
  background-color: hsl(var(--sage-500));
}

.hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
  background-color: hsl(8 53% 60%);
  background-color: hsl(var(--sandalwood-500));
}

.hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
  background-color: hsl(353 26% 60%);
  background-color: hsl(var(--wildflower-500));
}

.hover\:bg-nw-avatar-recipient-border:hover {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.hover\:bg-nw-calendar-date-default:hover {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--calendar-date-default));
}

.hover\:bg-nw-calendar-date-disabled:hover {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--calendar-date-disabled));
}

.hover\:bg-nw-calendar-default:hover {
  background-color: hsl(270 49% 56%);
  background-color: hsl(var(--calendar-default));
}

.hover\:bg-nw-calendar-aqua:hover {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--calendar-aqua));
}

.hover\:bg-nw-calendar-disabled:hover {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--calendar-disabled));
}

.hover\:bg-nw-calendar-multi-day:hover {
  background-color: hsl(267 61% 85%);
  background-color: hsl(var(--calendar-multi-day));
}

.hover\:bg-nw-calendar-blue:hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--calendar-blue));
}

.hover\:bg-nw-fg-brand-primary:hover {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary));
}

.hover\:bg-nw-fg-brand-primary-alt:hover {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary-alt));
}

.hover\:bg-nw-fg-brand-primary-hover:hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--fg-brand-primary-hover));
}

.hover\:bg-nw-fg-brand-quarternary:hover {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--fg-brand-quarternary));
}

.hover\:bg-nw-fg-brand-quinary:hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--fg-brand-quinary));
}

.hover\:bg-nw-fg-brand-secondary:hover {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary));
}

.hover\:bg-nw-fg-brand-secondary-alt:hover {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary-alt));
}

.hover\:bg-nw-fg-brand-senary-alt:hover {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--fg-brand-senary-alt));
}

.hover\:bg-nw-fg-brand-tertiary:hover {
  background-color: hsl(221 100% 82%);
  background-color: hsl(var(--fg-brand-tertiary));
}

.hover\:bg-nw-fg-disabled:hover {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-disabled));
}

.hover\:bg-nw-fg-disabled-subtle:hover {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-disabled-subtle));
}

.hover\:bg-nw-fg-error-primary:hover {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--fg-error-primary));
}

.hover\:bg-nw-fg-error-secondary:hover {
  background-color: hsl(5 96% 67%);
  background-color: hsl(var(--fg-error-secondary));
}

.hover\:bg-nw-fg-primary:hover {
  background-color: hsl(24 10% 10%);
  background-color: hsl(var(--fg-primary));
}

.hover\:bg-nw-fg-quaternary:hover {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quaternary));
}

.hover\:bg-nw-fg-quaternary-hover:hover {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-quaternary-hover));
}

.hover\:bg-nw-fg-quinary:hover {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-quinary));
}

.hover\:bg-nw-fg-quinary-hover:hover {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quinary-hover));
}

.hover\:bg-nw-fg-secondary:hover {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-secondary));
}

.hover\:bg-nw-fg-secondary-hover:hover {
  background-color: hsl(12 6% 15%);
  background-color: hsl(var(--fg-secondary-hover));
}

.hover\:bg-nw-fg-senary:hover {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-senary));
}

.hover\:bg-nw-fg-success-primary:hover {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--fg-success-primary));
}

.hover\:bg-nw-fg-success-secondary:hover {
  background-color: hsl(136 37% 58%);
  background-color: hsl(var(--fg-success-secondary));
}

.hover\:bg-nw-fg-tertiary:hover {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-tertiary));
}

.hover\:bg-nw-fg-tertiary-hover:hover {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-tertiary-hover));
}

.hover\:bg-nw-fg-warning-primary:hover {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--fg-warning-primary));
}

.hover\:bg-nw-fg-warning-secondary:hover {
  background-color: hsl(46 96% 53%);
  background-color: hsl(var(--fg-warning-secondary));
}

.hover\:bg-nw-fg-white:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--fg-white));
}

.hover\:bg-nw-sent-message-bg:hover {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--sent-message-bg));
}

.hover\:bg-nw-sent-message-text-link:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--sent-message-text-link));
}

.hover\:bg-nw-sent-message-text-link-visited:hover {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--sent-message-text-link-visited));
}

.hover\:bg-nw-partner-rover-green:hover {
  background-color: hsl(156 100% 37%);
  background-color: hsl(var(--partner-rover-green));
}

.hover\:bg-nw-active:hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-active));
}

.hover\:bg-nw-brand-primary:hover {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary));
}

.hover\:bg-nw-brand-primary-alt:hover {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary-alt));
}

.hover\:bg-nw-brand-primary-hover:hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-primary-hover));
}

.hover\:bg-nw-brand-secondary:hover {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-secondary));
}

.hover\:bg-nw-brand-section:hover {
  background-color: hsl(237 62% 51%);
  background-color: hsl(var(--bg-brand-section));
}

.hover\:bg-nw-brand-section-subtle:hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-section-subtle));
}

.hover\:bg-nw-brand-solid:hover {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--bg-brand-solid));
}

.hover\:bg-nw-brand-solid-hover:hover {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-solid-hover));
}

.hover\:bg-nw-cr-solid-aqua:hover {
  background-color: hsl(189 53% 36%);
  background-color: hsl(var(--bg-cr-solid-aqua));
}

.hover\:bg-nw-cr-solid-berry:hover {
  background-color: hsl(328 30% 51%);
  background-color: hsl(var(--bg-cr-solid-berry));
}

.hover\:bg-nw-cr-solid-evergreen:hover {
  background-color: hsl(147 22% 39%);
  background-color: hsl(var(--bg-cr-solid-evergreen));
}

.hover\:bg-nw-cr-solid-herb:hover {
  background-color: hsl(66 21% 44%);
  background-color: hsl(var(--bg-cr-solid-herb));
}

.hover\:bg-nw-cr-solid-honey:hover {
  background-color: hsl(33 83% 47%);
  background-color: hsl(var(--bg-cr-solid-honey));
}

.hover\:bg-nw-cr-solid-lavender:hover {
  background-color: hsl(245 34% 59%);
  background-color: hsl(var(--bg-cr-solid-lavender));
}

.hover\:bg-nw-cr-solid-mist:hover {
  background-color: hsl(206 18% 36%);
  background-color: hsl(var(--bg-cr-solid-mist));
}

.hover\:bg-nw-cr-solid-peach:hover {
  background-color: hsl(13 90% 60%);
  background-color: hsl(var(--bg-cr-solid-peach));
}

.hover\:bg-nw-cr-solid-plum:hover {
  background-color: hsl(304 32% 40%);
  background-color: hsl(var(--bg-cr-solid-plum));
}

.hover\:bg-nw-cr-solid-sage:hover {
  background-color: hsl(173 20% 32%);
  background-color: hsl(var(--bg-cr-solid-sage));
}

.hover\:bg-nw-cr-solid-sandalwood:hover {
  background-color: hsl(8 45% 51%);
  background-color: hsl(var(--bg-cr-solid-sandalwood));
}

.hover\:bg-nw-cr-solid-wildflower:hover {
  background-color: hsl(350 22% 50%);
  background-color: hsl(var(--bg-cr-solid-wildflower));
}

.hover\:bg-nw-disabled:hover {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-disabled));
}

.hover\:bg-nw-disabled-subtle:hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-disabled-subtle));
}

.hover\:bg-nw-error-primary:hover {
  background-color: hsl(5 86% 97%);
  background-color: hsl(var(--bg-error-primary));
}

.hover\:bg-nw-error-secondary:hover {
  background-color: hsl(4 100% 94%);
  background-color: hsl(var(--bg-error-secondary));
}

.hover\:bg-nw-error-solid:hover {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--bg-error-solid));
}

.hover\:bg-nw-featured-icon:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--featured-icon-bg));
}

.hover\:bg-nw-modal-content:hover {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-modal-content));
}

.hover\:bg-nw-overlay:hover {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-overlay));
}

.hover\:bg-nw-paper:hover {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-paper));
}

.hover\:bg-nw-primary:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary));
}

.hover\:bg-nw-primary-alt:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-alt));
}

.hover\:bg-nw-primary-card:hover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-card));
}

.hover\:bg-nw-primary-hover:hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-primary-hover));
}

.hover\:bg-nw-primary-solid:hover {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-primary-solid));
}

.hover\:bg-nw-quaternary:hover {
  background-color: hsl(20 6% 90%);
  background-color: hsl(var(--bg-quaternary));
}

.hover\:bg-nw-secondary:hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary));
}

.hover\:bg-nw-secondary-alt:hover {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary-alt));
}

.hover\:bg-nw-secondary-hover:hover {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-secondary-hover));
}

.hover\:bg-nw-secondary-subtle:hover {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-secondary-subtle));
}

.hover\:bg-nw-success-primary:hover {
  background-color: hsl(129 41% 97%);
  background-color: hsl(var(--bg-success-primary));
}

.hover\:bg-nw-success-secondary:hover {
  background-color: hsl(133 47% 93%);
  background-color: hsl(var(--bg-success-secondary));
}

.hover\:bg-nw-success-solid:hover {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--bg-success-solid));
}

.hover\:bg-nw-tertiary:hover {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-tertiary));
}

.hover\:bg-nw-warning-primary:hover {
  background-color: hsl(56 88% 97%);
  background-color: hsl(var(--bg-warning-primary));
}

.hover\:bg-nw-warning-secondary:hover {
  background-color: hsl(53 97% 88%);
  background-color: hsl(var(--bg-warning-secondary));
}

.hover\:bg-nw-warning-solid:hover {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--bg-warning-solid));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-w-brand-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.focus\:bg-w-brand-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
}

.focus\:bg-w-brand-tertiary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
}

.focus\:bg-w-status-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.focus\:bg-w-status-success-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
}

.focus\:bg-w-status-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
}

.focus\:bg-w-status-warning-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
}

.focus\:bg-w-status-error:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
}

.focus\:bg-w-status-error-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}

.focus\:bg-w-status-info:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
}

.focus\:bg-w-status-info-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus\:bg-w-background-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.focus\:bg-w-background-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus\:bg-w-background-tertiary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
}

.focus\:bg-w-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus\:bg-w-text:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.focus\:bg-w-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-w-border:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.focus\:bg-w-divider:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-lighter:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-medium:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
}

.focus\:bg-w-gray-darker:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

.focus\:bg-w-purple-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}

.focus\:bg-w-purple-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
}

.focus\:bg-w-blue-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
}

.focus\:bg-w-blue-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
}

.focus\:bg-w-blue-facebook:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.focus\:bg-w-blue-darker:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
}

.focus\:bg-w-cerulean-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
}

.focus\:bg-w-turquoise-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
}

.focus\:bg-w-green-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
}

.focus\:bg-w-green-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
}

.focus\:bg-w-green-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
}

.focus\:bg-w-yellow-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.focus\:bg-w-orange-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
}

.focus\:bg-w-red-lighter:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
}

.focus\:bg-w-red-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
}

.focus\:bg-w-red-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
}

.focus\:bg-w-red-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-cyan:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-lavender:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
}

.focus\:bg-w-off-white-almond:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
}

.focus\:bg-w-off-black-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus\:bg-nw-black:focus {
  background-color: hsl(0 0% 0%);
  background-color: hsl(var(--black));
}

.focus\:bg-nw-transparent:focus {
  background-color: hsl(0 0% 100% / 0);
  background-color: hsl(var(--transparent));
}

.focus\:bg-nw-alpha-white-10:focus {
  background-color: hsl(0 0% 100% / 10%);
  background-color: hsl(var(--alpha-white-10));
}

.focus\:bg-nw-alpha-white-20:focus {
  background-color: hsl(0 0% 100% / 20%);
  background-color: hsl(var(--alpha-white-20));
}

.focus\:bg-nw-alpha-white-30:focus {
  background-color: hsl(0 0% 100% / 30%);
  background-color: hsl(var(--alpha-white-30));
}

.focus\:bg-nw-alpha-white-40:focus {
  background-color: hsl(0 0% 100% / 40%);
  background-color: hsl(var(--alpha-white-40));
}

.focus\:bg-nw-alpha-white-50:focus {
  background-color: hsl(0 0% 100% / 50%);
  background-color: hsl(var(--alpha-white-50));
}

.focus\:bg-nw-alpha-white-60:focus {
  background-color: hsl(0 0% 100% / 60%);
  background-color: hsl(var(--alpha-white-60));
}

.focus\:bg-nw-alpha-white-70:focus {
  background-color: hsl(0 0% 100% / 70%);
  background-color: hsl(var(--alpha-white-70));
}

.focus\:bg-nw-alpha-white-80:focus {
  background-color: hsl(0 0% 100% / 80%);
  background-color: hsl(var(--alpha-white-80));
}

.focus\:bg-nw-alpha-white-90:focus {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.focus\:bg-nw-alpha-white-100:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--alpha-white-100));
}

.focus\:bg-nw-alpha-black-10:focus {
  background-color: hsl(24 12% 8% / 10%);
  background-color: hsl(var(--alpha-black-10));
}

.focus\:bg-nw-alpha-black-20:focus {
  background-color: hsl(24 12% 8% / 20%);
  background-color: hsl(var(--alpha-black-20));
}

.focus\:bg-nw-alpha-black-30:focus {
  background-color: hsl(24 12% 8% / 30%);
  background-color: hsl(var(--alpha-black-30));
}

.focus\:bg-nw-alpha-black-40:focus {
  background-color: hsl(24 12% 8% / 40%);
  background-color: hsl(var(--alpha-black-40));
}

.focus\:bg-nw-alpha-black-50:focus {
  background-color: hsl(24 12% 8% / 50%);
  background-color: hsl(var(--alpha-black-50));
}

.focus\:bg-nw-alpha-black-60:focus {
  background-color: hsl(24 12% 8% / 60%);
  background-color: hsl(var(--alpha-black-60));
}

.focus\:bg-nw-alpha-black-70:focus {
  background-color: hsl(24 12% 8% / 70%);
  background-color: hsl(var(--alpha-black-70));
}

.focus\:bg-nw-alpha-black-80:focus {
  background-color: hsl(24 12% 8% / 80%);
  background-color: hsl(var(--alpha-black-80));
}

.focus\:bg-nw-alpha-black-90:focus {
  background-color: hsl(24 12% 8% / 90%);
  background-color: hsl(var(--alpha-black-90));
}

.focus\:bg-nw-alpha-black-100:focus {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--alpha-black-100));
}

.focus\:bg-nw-avatar-bg:focus {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--periwinkle-100));
}

.focus\:bg-nw-avatar-contrast-border:focus {
  background-color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:bg-nw-avatar-contrast-border-brand:focus {
  background-color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:bg-nw-avatar-focus-border:focus {
  background-color: hsl(0 0% 63.9% / 14%);
}

.focus\:bg-nw-avatar-placeholder-text:focus {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--periwinkle-500));
}

.focus\:bg-nw-avatar-profile-photo-border:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--white));
}

.focus\:bg-nw-avatar-recipient-bg-aqua:focus {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--aqua-400));
}

.focus\:bg-nw-avatar-recipient-bg-berry:focus {
  background-color: hsl(324 35% 60%);
  background-color: hsl(var(--berry-500));
}

.focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
  background-color: hsl(144 17% 52%);
  background-color: hsl(var(--evergreen-400));
}

.focus\:bg-nw-avatar-recipient-bg-herb:focus {
  background-color: hsl(65 21% 54%);
  background-color: hsl(var(--herb-400));
}

.focus\:bg-nw-avatar-recipient-bg-honey:focus {
  background-color: hsl(35 85% 53%);
  background-color: hsl(var(--honey-400));
}

.focus\:bg-nw-avatar-recipient-bg-lavender:focus {
  background-color: hsl(240 37% 66%);
  background-color: hsl(var(--lavender-500));
}

.focus\:bg-nw-avatar-recipient-bg-mist:focus {
  background-color: hsl(205 19% 46%);
  background-color: hsl(var(--mist-500));
}

.focus\:bg-nw-avatar-recipient-bg-peach:focus {
  background-color: hsl(13 97% 71%);
  background-color: hsl(var(--peach-400));
}

.focus\:bg-nw-avatar-recipient-bg-plum:focus {
  background-color: hsl(302 31% 49%);
  background-color: hsl(var(--plum-600));
}

.focus\:bg-nw-avatar-recipient-bg-sage:focus {
  background-color: hsl(173 20% 40%);
  background-color: hsl(var(--sage-500));
}

.focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
  background-color: hsl(8 53% 60%);
  background-color: hsl(var(--sandalwood-500));
}

.focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
  background-color: hsl(353 26% 60%);
  background-color: hsl(var(--wildflower-500));
}

.focus\:bg-nw-avatar-recipient-border:focus {
  background-color: hsl(0 0% 100% / 90%);
  background-color: hsl(var(--alpha-white-90));
}

.focus\:bg-nw-calendar-date-default:focus {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--calendar-date-default));
}

.focus\:bg-nw-calendar-date-disabled:focus {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--calendar-date-disabled));
}

.focus\:bg-nw-calendar-default:focus {
  background-color: hsl(270 49% 56%);
  background-color: hsl(var(--calendar-default));
}

.focus\:bg-nw-calendar-aqua:focus {
  background-color: hsl(186 50% 53%);
  background-color: hsl(var(--calendar-aqua));
}

.focus\:bg-nw-calendar-disabled:focus {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--calendar-disabled));
}

.focus\:bg-nw-calendar-multi-day:focus {
  background-color: hsl(267 61% 85%);
  background-color: hsl(var(--calendar-multi-day));
}

.focus\:bg-nw-calendar-blue:focus {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--calendar-blue));
}

.focus\:bg-nw-fg-brand-primary:focus {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary));
}

.focus\:bg-nw-fg-brand-primary-alt:focus {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--fg-brand-primary-alt));
}

.focus\:bg-nw-fg-brand-primary-hover:focus {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--fg-brand-primary-hover));
}

.focus\:bg-nw-fg-brand-quarternary:focus {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--fg-brand-quarternary));
}

.focus\:bg-nw-fg-brand-quinary:focus {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--fg-brand-quinary));
}

.focus\:bg-nw-fg-brand-secondary:focus {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary));
}

.focus\:bg-nw-fg-brand-secondary-alt:focus {
  background-color: hsl(226 95% 75%);
  background-color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:bg-nw-fg-brand-senary-alt:focus {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--fg-brand-senary-alt));
}

.focus\:bg-nw-fg-brand-tertiary:focus {
  background-color: hsl(221 100% 82%);
  background-color: hsl(var(--fg-brand-tertiary));
}

.focus\:bg-nw-fg-disabled:focus {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-disabled));
}

.focus\:bg-nw-fg-disabled-subtle:focus {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-disabled-subtle));
}

.focus\:bg-nw-fg-error-primary:focus {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--fg-error-primary));
}

.focus\:bg-nw-fg-error-secondary:focus {
  background-color: hsl(5 96% 67%);
  background-color: hsl(var(--fg-error-secondary));
}

.focus\:bg-nw-fg-primary:focus {
  background-color: hsl(24 10% 10%);
  background-color: hsl(var(--fg-primary));
}

.focus\:bg-nw-fg-quaternary:focus {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quaternary));
}

.focus\:bg-nw-fg-quaternary-hover:focus {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-quaternary-hover));
}

.focus\:bg-nw-fg-quinary:focus {
  background-color: hsl(25 7% 64%);
  background-color: hsl(var(--fg-quinary));
}

.focus\:bg-nw-fg-quinary-hover:focus {
  background-color: hsl(26 6% 45%);
  background-color: hsl(var(--fg-quinary-hover));
}

.focus\:bg-nw-fg-secondary:focus {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-secondary));
}

.focus\:bg-nw-fg-secondary-hover:focus {
  background-color: hsl(12 6% 15%);
  background-color: hsl(var(--fg-secondary-hover));
}

.focus\:bg-nw-fg-senary:focus {
  background-color: hsl(26 8% 83%);
  background-color: hsl(var(--fg-senary));
}

.focus\:bg-nw-fg-success-primary:focus {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--fg-success-primary));
}

.focus\:bg-nw-fg-success-secondary:focus {
  background-color: hsl(136 37% 58%);
  background-color: hsl(var(--fg-success-secondary));
}

.focus\:bg-nw-fg-tertiary:focus {
  background-color: hsl(33 5% 32%);
  background-color: hsl(var(--fg-tertiary));
}

.focus\:bg-nw-fg-tertiary-hover:focus {
  background-color: hsl(30 6% 25%);
  background-color: hsl(var(--fg-tertiary-hover));
}

.focus\:bg-nw-fg-warning-primary:focus {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--fg-warning-primary));
}

.focus\:bg-nw-fg-warning-secondary:focus {
  background-color: hsl(46 96% 53%);
  background-color: hsl(var(--fg-warning-secondary));
}

.focus\:bg-nw-fg-white:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--fg-white));
}

.focus\:bg-nw-sent-message-bg:focus {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--sent-message-bg));
}

.focus\:bg-nw-sent-message-text-link:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--sent-message-text-link));
}

.focus\:bg-nw-sent-message-text-link-visited:focus {
  background-color: hsl(219 100% 89%);
  background-color: hsl(var(--sent-message-text-link-visited));
}

.focus\:bg-nw-partner-rover-green:focus {
  background-color: hsl(156 100% 37%);
  background-color: hsl(var(--partner-rover-green));
}

.focus\:bg-nw-active:focus {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-active));
}

.focus\:bg-nw-brand-primary:focus {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary));
}

.focus\:bg-nw-brand-primary-alt:focus {
  background-color: hsl(217 100% 96%);
  background-color: hsl(var(--bg-brand-primary-alt));
}

.focus\:bg-nw-brand-primary-hover:focus {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-primary-hover));
}

.focus\:bg-nw-brand-secondary:focus {
  background-color: hsl(219 100% 94%);
  background-color: hsl(var(--bg-brand-secondary));
}

.focus\:bg-nw-brand-section:focus {
  background-color: hsl(237 62% 51%);
  background-color: hsl(var(--bg-brand-section));
}

.focus\:bg-nw-brand-section-subtle:focus {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-section-subtle));
}

.focus\:bg-nw-brand-solid:focus {
  background-color: hsl(230 89% 67%);
  background-color: hsl(var(--bg-brand-solid));
}

.focus\:bg-nw-brand-solid-hover:focus {
  background-color: hsl(235 80% 59%);
  background-color: hsl(var(--bg-brand-solid-hover));
}

.focus\:bg-nw-cr-solid-aqua:focus {
  background-color: hsl(189 53% 36%);
  background-color: hsl(var(--bg-cr-solid-aqua));
}

.focus\:bg-nw-cr-solid-berry:focus {
  background-color: hsl(328 30% 51%);
  background-color: hsl(var(--bg-cr-solid-berry));
}

.focus\:bg-nw-cr-solid-evergreen:focus {
  background-color: hsl(147 22% 39%);
  background-color: hsl(var(--bg-cr-solid-evergreen));
}

.focus\:bg-nw-cr-solid-herb:focus {
  background-color: hsl(66 21% 44%);
  background-color: hsl(var(--bg-cr-solid-herb));
}

.focus\:bg-nw-cr-solid-honey:focus {
  background-color: hsl(33 83% 47%);
  background-color: hsl(var(--bg-cr-solid-honey));
}

.focus\:bg-nw-cr-solid-lavender:focus {
  background-color: hsl(245 34% 59%);
  background-color: hsl(var(--bg-cr-solid-lavender));
}

.focus\:bg-nw-cr-solid-mist:focus {
  background-color: hsl(206 18% 36%);
  background-color: hsl(var(--bg-cr-solid-mist));
}

.focus\:bg-nw-cr-solid-peach:focus {
  background-color: hsl(13 90% 60%);
  background-color: hsl(var(--bg-cr-solid-peach));
}

.focus\:bg-nw-cr-solid-plum:focus {
  background-color: hsl(304 32% 40%);
  background-color: hsl(var(--bg-cr-solid-plum));
}

.focus\:bg-nw-cr-solid-sage:focus {
  background-color: hsl(173 20% 32%);
  background-color: hsl(var(--bg-cr-solid-sage));
}

.focus\:bg-nw-cr-solid-sandalwood:focus {
  background-color: hsl(8 45% 51%);
  background-color: hsl(var(--bg-cr-solid-sandalwood));
}

.focus\:bg-nw-cr-solid-wildflower:focus {
  background-color: hsl(350 22% 50%);
  background-color: hsl(var(--bg-cr-solid-wildflower));
}

.focus\:bg-nw-disabled:focus {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-disabled));
}

.focus\:bg-nw-disabled-subtle:focus {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-disabled-subtle));
}

.focus\:bg-nw-error-primary:focus {
  background-color: hsl(5 86% 97%);
  background-color: hsl(var(--bg-error-primary));
}

.focus\:bg-nw-error-secondary:focus {
  background-color: hsl(4 100% 94%);
  background-color: hsl(var(--bg-error-secondary));
}

.focus\:bg-nw-error-solid:focus {
  background-color: hsl(5 90% 60%);
  background-color: hsl(var(--bg-error-solid));
}

.focus\:bg-nw-featured-icon:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--featured-icon-bg));
}

.focus\:bg-nw-modal-content:focus {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-modal-content));
}

.focus\:bg-nw-overlay:focus {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-overlay));
}

.focus\:bg-nw-paper:focus {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-paper));
}

.focus\:bg-nw-primary:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary));
}

.focus\:bg-nw-primary-alt:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-alt));
}

.focus\:bg-nw-primary-card:focus {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--bg-primary-card));
}

.focus\:bg-nw-primary-hover:focus {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-primary-hover));
}

.focus\:bg-nw-primary-solid:focus {
  background-color: hsl(24 12% 8%);
  background-color: hsl(var(--bg-primary-solid));
}

.focus\:bg-nw-quaternary:focus {
  background-color: hsl(20 6% 90%);
  background-color: hsl(var(--bg-quaternary));
}

.focus\:bg-nw-secondary:focus {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary));
}

.focus\:bg-nw-secondary-alt:focus {
  background-color: hsl(60 9% 98%);
  background-color: hsl(var(--bg-secondary-alt));
}

.focus\:bg-nw-secondary-hover:focus {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-secondary-hover));
}

.focus\:bg-nw-secondary-subtle:focus {
  background-color: hsl(60 20% 99%);
  background-color: hsl(var(--bg-secondary-subtle));
}

.focus\:bg-nw-success-primary:focus {
  background-color: hsl(129 41% 97%);
  background-color: hsl(var(--bg-success-primary));
}

.focus\:bg-nw-success-secondary:focus {
  background-color: hsl(133 47% 93%);
  background-color: hsl(var(--bg-success-secondary));
}

.focus\:bg-nw-success-solid:focus {
  background-color: hsl(136 39% 45%);
  background-color: hsl(var(--bg-success-solid));
}

.focus\:bg-nw-tertiary:focus {
  background-color: hsl(60 5% 96%);
  background-color: hsl(var(--bg-tertiary));
}

.focus\:bg-nw-warning-primary:focus {
  background-color: hsl(56 88% 97%);
  background-color: hsl(var(--bg-warning-primary));
}

.focus\:bg-nw-warning-secondary:focus {
  background-color: hsl(53 97% 88%);
  background-color: hsl(var(--bg-warning-secondary));
}

.focus\:bg-nw-warning-solid:focus {
  background-color: hsl(43 93% 47%);
  background-color: hsl(var(--bg-warning-solid));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-w-brand-primary {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.from-w-brand-secondary {
  --tw-gradient-from: #486DE7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.from-w-brand-tertiary {
  --tw-gradient-from: #E12723;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.from-w-status-success {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.from-w-status-success-light {
  --tw-gradient-from: #E9FAE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.from-w-status-warning {
  --tw-gradient-from: #FFCA6B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.from-w-status-warning-light {
  --tw-gradient-from: #FFF4E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.from-w-status-error {
  --tw-gradient-from: #D91F1B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.from-w-status-error-light {
  --tw-gradient-from: #FFF1F1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.from-w-status-info {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.from-w-status-info-light {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.from-w-background-primary {
  --tw-gradient-from: #F8F8F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.from-w-background-secondary {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.from-w-background-tertiary {
  --tw-gradient-from: #FFE9E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.from-w-dark {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.from-w-text {
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.from-w-light {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-w-border {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.from-w-divider {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.from-w-gray-lighter {
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.from-w-gray-light {
  --tw-gradient-from: #B6B6B6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.from-w-gray-base {
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.from-w-gray-medium {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.from-w-gray-dark {
  --tw-gradient-from: #727375;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.from-w-gray-darker {
  --tw-gradient-from: #555555;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.from-w-purple-base {
  --tw-gradient-from: #662D91;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.from-w-purple-dark {
  --tw-gradient-from: #551A8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.from-w-blue-light {
  --tw-gradient-from: #7392D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.from-w-blue-base {
  --tw-gradient-from: #025699;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.from-w-blue-facebook {
  --tw-gradient-from: #3B5998;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.from-w-blue-darker {
  --tw-gradient-from: #000066;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.from-w-cerulean-base {
  --tw-gradient-from: #00ACED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.from-w-turquoise-base {
  --tw-gradient-from: #50E3C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.from-w-green-light {
  --tw-gradient-from: #7ED321;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.from-w-green-base {
  --tw-gradient-from: #6AC865;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.from-w-green-dark {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.from-w-yellow-base {
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.from-w-orange-base {
  --tw-gradient-from: #FF9E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.from-w-red-lighter {
  --tw-gradient-from: #F79B95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.from-w-red-light {
  --tw-gradient-from: #FF7165;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.from-w-red-base {
  --tw-gradient-from: #FF4738;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.from-w-red-dark {
  --tw-gradient-from: #FF1300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.from-w-off-white-light {
  --tw-gradient-from: #F7F7F7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.from-w-off-white-base {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.from-w-off-white-cyan {
  --tw-gradient-from: #ECFDF9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.from-w-off-white-blue {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.from-w-off-white-lavender {
  --tw-gradient-from: #DFD1F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.from-w-off-white-almond {
  --tw-gradient-from: #F6DFD5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.from-w-off-black-base {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.from-nw-black {
  --tw-gradient-from: hsl(var(--black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-transparent {
  --tw-gradient-from: hsl(var(--transparent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-10 {
  --tw-gradient-from: hsl(var(--alpha-white-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-20 {
  --tw-gradient-from: hsl(var(--alpha-white-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-30 {
  --tw-gradient-from: hsl(var(--alpha-white-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-40 {
  --tw-gradient-from: hsl(var(--alpha-white-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-50 {
  --tw-gradient-from: hsl(var(--alpha-white-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-60 {
  --tw-gradient-from: hsl(var(--alpha-white-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-70 {
  --tw-gradient-from: hsl(var(--alpha-white-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-80 {
  --tw-gradient-from: hsl(var(--alpha-white-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-90 {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-white-100 {
  --tw-gradient-from: hsl(var(--alpha-white-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-10 {
  --tw-gradient-from: hsl(var(--alpha-black-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-20 {
  --tw-gradient-from: hsl(var(--alpha-black-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-30 {
  --tw-gradient-from: hsl(var(--alpha-black-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-40 {
  --tw-gradient-from: hsl(var(--alpha-black-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-50 {
  --tw-gradient-from: hsl(var(--alpha-black-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-60 {
  --tw-gradient-from: hsl(var(--alpha-black-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-70 {
  --tw-gradient-from: hsl(var(--alpha-black-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-80 {
  --tw-gradient-from: hsl(var(--alpha-black-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-90 {
  --tw-gradient-from: hsl(var(--alpha-black-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-alpha-black-100 {
  --tw-gradient-from: hsl(var(--alpha-black-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-bg {
  --tw-gradient-from: hsl(var(--periwinkle-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-contrast-border {
  --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-contrast-border-brand {
  --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-focus-border {
  --tw-gradient-from: hsl(0 0% 63.9% / 14%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-placeholder-text {
  --tw-gradient-from: hsl(var(--periwinkle-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-profile-photo-border {
  --tw-gradient-from: hsl(var(--white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-aqua {
  --tw-gradient-from: hsl(var(--aqua-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-berry {
  --tw-gradient-from: hsl(var(--berry-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-evergreen {
  --tw-gradient-from: hsl(var(--evergreen-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-herb {
  --tw-gradient-from: hsl(var(--herb-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-honey {
  --tw-gradient-from: hsl(var(--honey-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-lavender {
  --tw-gradient-from: hsl(var(--lavender-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-mist {
  --tw-gradient-from: hsl(var(--mist-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-peach {
  --tw-gradient-from: hsl(var(--peach-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-plum {
  --tw-gradient-from: hsl(var(--plum-600));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-sage {
  --tw-gradient-from: hsl(var(--sage-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-sandalwood {
  --tw-gradient-from: hsl(var(--sandalwood-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-bg-wildflower {
  --tw-gradient-from: hsl(var(--wildflower-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-avatar-recipient-border {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-date-default {
  --tw-gradient-from: hsl(var(--calendar-date-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-date-disabled {
  --tw-gradient-from: hsl(var(--calendar-date-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-default {
  --tw-gradient-from: hsl(var(--calendar-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-aqua {
  --tw-gradient-from: hsl(var(--calendar-aqua));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-disabled {
  --tw-gradient-from: hsl(var(--calendar-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-multi-day {
  --tw-gradient-from: hsl(var(--calendar-multi-day));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-calendar-blue {
  --tw-gradient-from: hsl(var(--calendar-blue));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-primary {
  --tw-gradient-from: hsl(var(--fg-brand-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-primary-alt {
  --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-primary-hover {
  --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-quarternary {
  --tw-gradient-from: hsl(var(--fg-brand-quarternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-quinary {
  --tw-gradient-from: hsl(var(--fg-brand-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-secondary {
  --tw-gradient-from: hsl(var(--fg-brand-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-secondary-alt {
  --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-senary-alt {
  --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-brand-tertiary {
  --tw-gradient-from: hsl(var(--fg-brand-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-disabled {
  --tw-gradient-from: hsl(var(--fg-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-disabled-subtle {
  --tw-gradient-from: hsl(var(--fg-disabled-subtle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-error-primary {
  --tw-gradient-from: hsl(var(--fg-error-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-error-secondary {
  --tw-gradient-from: hsl(var(--fg-error-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-primary {
  --tw-gradient-from: hsl(var(--fg-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-quaternary {
  --tw-gradient-from: hsl(var(--fg-quaternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-quaternary-hover {
  --tw-gradient-from: hsl(var(--fg-quaternary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-quinary {
  --tw-gradient-from: hsl(var(--fg-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-quinary-hover {
  --tw-gradient-from: hsl(var(--fg-quinary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-secondary {
  --tw-gradient-from: hsl(var(--fg-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-secondary-hover {
  --tw-gradient-from: hsl(var(--fg-secondary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-senary {
  --tw-gradient-from: hsl(var(--fg-senary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-success-primary {
  --tw-gradient-from: hsl(var(--fg-success-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-success-secondary {
  --tw-gradient-from: hsl(var(--fg-success-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-tertiary {
  --tw-gradient-from: hsl(var(--fg-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-tertiary-hover {
  --tw-gradient-from: hsl(var(--fg-tertiary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-warning-primary {
  --tw-gradient-from: hsl(var(--fg-warning-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-warning-secondary {
  --tw-gradient-from: hsl(var(--fg-warning-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-fg-white {
  --tw-gradient-from: hsl(var(--fg-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-sent-message-bg {
  --tw-gradient-from: hsl(var(--sent-message-bg));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-sent-message-text-link {
  --tw-gradient-from: hsl(var(--sent-message-text-link));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-sent-message-text-link-visited {
  --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nw-partner-rover-green {
  --tw-gradient-from: hsl(var(--partner-rover-green));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-w-brand-primary:hover {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.hover\:from-w-brand-secondary:hover {
  --tw-gradient-from: #486DE7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.hover\:from-w-brand-tertiary:hover {
  --tw-gradient-from: #E12723;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.hover\:from-w-status-success:hover {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.hover\:from-w-status-success-light:hover {
  --tw-gradient-from: #E9FAE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.hover\:from-w-status-warning:hover {
  --tw-gradient-from: #FFCA6B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.hover\:from-w-status-warning-light:hover {
  --tw-gradient-from: #FFF4E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.hover\:from-w-status-error:hover {
  --tw-gradient-from: #D91F1B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.hover\:from-w-status-error-light:hover {
  --tw-gradient-from: #FFF1F1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.hover\:from-w-status-info:hover {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.hover\:from-w-status-info-light:hover {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:from-w-background-primary:hover {
  --tw-gradient-from: #F8F8F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.hover\:from-w-background-secondary:hover {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:from-w-background-tertiary:hover {
  --tw-gradient-from: #FFE9E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.hover\:from-w-dark:hover {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:from-w-text:hover {
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.hover\:from-w-light:hover {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-w-border:hover {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.hover\:from-w-divider:hover {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:from-w-gray-lighter:hover {
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.hover\:from-w-gray-light:hover {
  --tw-gradient-from: #B6B6B6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.hover\:from-w-gray-base:hover {
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.hover\:from-w-gray-medium:hover {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.hover\:from-w-gray-dark:hover {
  --tw-gradient-from: #727375;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.hover\:from-w-gray-darker:hover {
  --tw-gradient-from: #555555;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.hover\:from-w-purple-base:hover {
  --tw-gradient-from: #662D91;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.hover\:from-w-purple-dark:hover {
  --tw-gradient-from: #551A8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.hover\:from-w-blue-light:hover {
  --tw-gradient-from: #7392D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.hover\:from-w-blue-base:hover {
  --tw-gradient-from: #025699;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.hover\:from-w-blue-facebook:hover {
  --tw-gradient-from: #3B5998;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.hover\:from-w-blue-darker:hover {
  --tw-gradient-from: #000066;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.hover\:from-w-cerulean-base:hover {
  --tw-gradient-from: #00ACED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.hover\:from-w-turquoise-base:hover {
  --tw-gradient-from: #50E3C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.hover\:from-w-green-light:hover {
  --tw-gradient-from: #7ED321;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.hover\:from-w-green-base:hover {
  --tw-gradient-from: #6AC865;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.hover\:from-w-green-dark:hover {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.hover\:from-w-yellow-base:hover {
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.hover\:from-w-orange-base:hover {
  --tw-gradient-from: #FF9E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.hover\:from-w-red-lighter:hover {
  --tw-gradient-from: #F79B95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.hover\:from-w-red-light:hover {
  --tw-gradient-from: #FF7165;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.hover\:from-w-red-base:hover {
  --tw-gradient-from: #FF4738;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.hover\:from-w-red-dark:hover {
  --tw-gradient-from: #FF1300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.hover\:from-w-off-white-light:hover {
  --tw-gradient-from: #F7F7F7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.hover\:from-w-off-white-base:hover {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:from-w-off-white-cyan:hover {
  --tw-gradient-from: #ECFDF9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.hover\:from-w-off-white-blue:hover {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:from-w-off-white-lavender:hover {
  --tw-gradient-from: #DFD1F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.hover\:from-w-off-white-almond:hover {
  --tw-gradient-from: #F6DFD5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.hover\:from-w-off-black-base:hover {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:from-nw-black:hover {
  --tw-gradient-from: hsl(var(--black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-transparent:hover {
  --tw-gradient-from: hsl(var(--transparent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-10:hover {
  --tw-gradient-from: hsl(var(--alpha-white-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-20:hover {
  --tw-gradient-from: hsl(var(--alpha-white-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-30:hover {
  --tw-gradient-from: hsl(var(--alpha-white-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-40:hover {
  --tw-gradient-from: hsl(var(--alpha-white-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-50:hover {
  --tw-gradient-from: hsl(var(--alpha-white-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-60:hover {
  --tw-gradient-from: hsl(var(--alpha-white-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-70:hover {
  --tw-gradient-from: hsl(var(--alpha-white-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-80:hover {
  --tw-gradient-from: hsl(var(--alpha-white-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-90:hover {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-white-100:hover {
  --tw-gradient-from: hsl(var(--alpha-white-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-10:hover {
  --tw-gradient-from: hsl(var(--alpha-black-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-20:hover {
  --tw-gradient-from: hsl(var(--alpha-black-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-30:hover {
  --tw-gradient-from: hsl(var(--alpha-black-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-40:hover {
  --tw-gradient-from: hsl(var(--alpha-black-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-50:hover {
  --tw-gradient-from: hsl(var(--alpha-black-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-60:hover {
  --tw-gradient-from: hsl(var(--alpha-black-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-70:hover {
  --tw-gradient-from: hsl(var(--alpha-black-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-80:hover {
  --tw-gradient-from: hsl(var(--alpha-black-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-90:hover {
  --tw-gradient-from: hsl(var(--alpha-black-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-alpha-black-100:hover {
  --tw-gradient-from: hsl(var(--alpha-black-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-bg:hover {
  --tw-gradient-from: hsl(var(--periwinkle-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-contrast-border:hover {
  --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-contrast-border-brand:hover {
  --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-focus-border:hover {
  --tw-gradient-from: hsl(0 0% 63.9% / 14%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-placeholder-text:hover {
  --tw-gradient-from: hsl(var(--periwinkle-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-profile-photo-border:hover {
  --tw-gradient-from: hsl(var(--white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-aqua:hover {
  --tw-gradient-from: hsl(var(--aqua-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-berry:hover {
  --tw-gradient-from: hsl(var(--berry-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-evergreen:hover {
  --tw-gradient-from: hsl(var(--evergreen-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-herb:hover {
  --tw-gradient-from: hsl(var(--herb-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-honey:hover {
  --tw-gradient-from: hsl(var(--honey-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-lavender:hover {
  --tw-gradient-from: hsl(var(--lavender-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-mist:hover {
  --tw-gradient-from: hsl(var(--mist-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-peach:hover {
  --tw-gradient-from: hsl(var(--peach-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-plum:hover {
  --tw-gradient-from: hsl(var(--plum-600));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-sage:hover {
  --tw-gradient-from: hsl(var(--sage-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
  --tw-gradient-from: hsl(var(--sandalwood-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-bg-wildflower:hover {
  --tw-gradient-from: hsl(var(--wildflower-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-avatar-recipient-border:hover {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-date-default:hover {
  --tw-gradient-from: hsl(var(--calendar-date-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-date-disabled:hover {
  --tw-gradient-from: hsl(var(--calendar-date-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-default:hover {
  --tw-gradient-from: hsl(var(--calendar-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-aqua:hover {
  --tw-gradient-from: hsl(var(--calendar-aqua));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-disabled:hover {
  --tw-gradient-from: hsl(var(--calendar-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-multi-day:hover {
  --tw-gradient-from: hsl(var(--calendar-multi-day));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-calendar-blue:hover {
  --tw-gradient-from: hsl(var(--calendar-blue));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-primary:hover {
  --tw-gradient-from: hsl(var(--fg-brand-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-primary-alt:hover {
  --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-primary-hover:hover {
  --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-quarternary:hover {
  --tw-gradient-from: hsl(var(--fg-brand-quarternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-quinary:hover {
  --tw-gradient-from: hsl(var(--fg-brand-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-secondary:hover {
  --tw-gradient-from: hsl(var(--fg-brand-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-secondary-alt:hover {
  --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-senary-alt:hover {
  --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-brand-tertiary:hover {
  --tw-gradient-from: hsl(var(--fg-brand-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-disabled:hover {
  --tw-gradient-from: hsl(var(--fg-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-disabled-subtle:hover {
  --tw-gradient-from: hsl(var(--fg-disabled-subtle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-error-primary:hover {
  --tw-gradient-from: hsl(var(--fg-error-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-error-secondary:hover {
  --tw-gradient-from: hsl(var(--fg-error-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-primary:hover {
  --tw-gradient-from: hsl(var(--fg-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-quaternary:hover {
  --tw-gradient-from: hsl(var(--fg-quaternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-quaternary-hover:hover {
  --tw-gradient-from: hsl(var(--fg-quaternary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-quinary:hover {
  --tw-gradient-from: hsl(var(--fg-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-quinary-hover:hover {
  --tw-gradient-from: hsl(var(--fg-quinary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-secondary:hover {
  --tw-gradient-from: hsl(var(--fg-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-secondary-hover:hover {
  --tw-gradient-from: hsl(var(--fg-secondary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-senary:hover {
  --tw-gradient-from: hsl(var(--fg-senary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-success-primary:hover {
  --tw-gradient-from: hsl(var(--fg-success-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-success-secondary:hover {
  --tw-gradient-from: hsl(var(--fg-success-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-tertiary:hover {
  --tw-gradient-from: hsl(var(--fg-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-tertiary-hover:hover {
  --tw-gradient-from: hsl(var(--fg-tertiary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-warning-primary:hover {
  --tw-gradient-from: hsl(var(--fg-warning-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-warning-secondary:hover {
  --tw-gradient-from: hsl(var(--fg-warning-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-fg-white:hover {
  --tw-gradient-from: hsl(var(--fg-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-sent-message-bg:hover {
  --tw-gradient-from: hsl(var(--sent-message-bg));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-sent-message-text-link:hover {
  --tw-gradient-from: hsl(var(--sent-message-text-link));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-sent-message-text-link-visited:hover {
  --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nw-partner-rover-green:hover {
  --tw-gradient-from: hsl(var(--partner-rover-green));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-w-brand-primary:focus {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.focus\:from-w-brand-secondary:focus {
  --tw-gradient-from: #486DE7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.focus\:from-w-brand-tertiary:focus {
  --tw-gradient-from: #E12723;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.focus\:from-w-status-success:focus {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.focus\:from-w-status-success-light:focus {
  --tw-gradient-from: #E9FAE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.focus\:from-w-status-warning:focus {
  --tw-gradient-from: #FFCA6B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.focus\:from-w-status-warning-light:focus {
  --tw-gradient-from: #FFF4E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.focus\:from-w-status-error:focus {
  --tw-gradient-from: #D91F1B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.focus\:from-w-status-error-light:focus {
  --tw-gradient-from: #FFF1F1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.focus\:from-w-status-info:focus {
  --tw-gradient-from: #1436A4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.focus\:from-w-status-info-light:focus {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:from-w-background-primary:focus {
  --tw-gradient-from: #F8F8F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.focus\:from-w-background-secondary:focus {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:from-w-background-tertiary:focus {
  --tw-gradient-from: #FFE9E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.focus\:from-w-dark:focus {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:from-w-text:focus {
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.focus\:from-w-light:focus {
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-w-border:focus {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.focus\:from-w-divider:focus {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:from-w-gray-lighter:focus {
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.focus\:from-w-gray-light:focus {
  --tw-gradient-from: #B6B6B6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.focus\:from-w-gray-base:focus {
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.focus\:from-w-gray-medium:focus {
  --tw-gradient-from: #949494;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.focus\:from-w-gray-dark:focus {
  --tw-gradient-from: #727375;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.focus\:from-w-gray-darker:focus {
  --tw-gradient-from: #555555;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.focus\:from-w-purple-base:focus {
  --tw-gradient-from: #662D91;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.focus\:from-w-purple-dark:focus {
  --tw-gradient-from: #551A8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.focus\:from-w-blue-light:focus {
  --tw-gradient-from: #7392D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.focus\:from-w-blue-base:focus {
  --tw-gradient-from: #025699;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.focus\:from-w-blue-facebook:focus {
  --tw-gradient-from: #3B5998;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.focus\:from-w-blue-darker:focus {
  --tw-gradient-from: #000066;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.focus\:from-w-cerulean-base:focus {
  --tw-gradient-from: #00ACED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.focus\:from-w-turquoise-base:focus {
  --tw-gradient-from: #50E3C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.focus\:from-w-green-light:focus {
  --tw-gradient-from: #7ED321;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.focus\:from-w-green-base:focus {
  --tw-gradient-from: #6AC865;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.focus\:from-w-green-dark:focus {
  --tw-gradient-from: #008000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.focus\:from-w-yellow-base:focus {
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.focus\:from-w-orange-base:focus {
  --tw-gradient-from: #FF9E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.focus\:from-w-red-lighter:focus {
  --tw-gradient-from: #F79B95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.focus\:from-w-red-light:focus {
  --tw-gradient-from: #FF7165;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.focus\:from-w-red-base:focus {
  --tw-gradient-from: #FF4738;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.focus\:from-w-red-dark:focus {
  --tw-gradient-from: #FF1300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.focus\:from-w-off-white-light:focus {
  --tw-gradient-from: #F7F7F7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.focus\:from-w-off-white-base:focus {
  --tw-gradient-from: #EDEDED;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:from-w-off-white-cyan:focus {
  --tw-gradient-from: #ECFDF9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.focus\:from-w-off-white-blue:focus {
  --tw-gradient-from: #F1F4FC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:from-w-off-white-lavender:focus {
  --tw-gradient-from: #DFD1F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.focus\:from-w-off-white-almond:focus {
  --tw-gradient-from: #F6DFD5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.focus\:from-w-off-black-base:focus {
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:from-nw-black:focus {
  --tw-gradient-from: hsl(var(--black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-transparent:focus {
  --tw-gradient-from: hsl(var(--transparent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-10:focus {
  --tw-gradient-from: hsl(var(--alpha-white-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-20:focus {
  --tw-gradient-from: hsl(var(--alpha-white-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-30:focus {
  --tw-gradient-from: hsl(var(--alpha-white-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-40:focus {
  --tw-gradient-from: hsl(var(--alpha-white-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-50:focus {
  --tw-gradient-from: hsl(var(--alpha-white-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-60:focus {
  --tw-gradient-from: hsl(var(--alpha-white-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-70:focus {
  --tw-gradient-from: hsl(var(--alpha-white-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-80:focus {
  --tw-gradient-from: hsl(var(--alpha-white-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-90:focus {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-white-100:focus {
  --tw-gradient-from: hsl(var(--alpha-white-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-10:focus {
  --tw-gradient-from: hsl(var(--alpha-black-10));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-20:focus {
  --tw-gradient-from: hsl(var(--alpha-black-20));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-30:focus {
  --tw-gradient-from: hsl(var(--alpha-black-30));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-40:focus {
  --tw-gradient-from: hsl(var(--alpha-black-40));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-50:focus {
  --tw-gradient-from: hsl(var(--alpha-black-50));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-60:focus {
  --tw-gradient-from: hsl(var(--alpha-black-60));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-70:focus {
  --tw-gradient-from: hsl(var(--alpha-black-70));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-80:focus {
  --tw-gradient-from: hsl(var(--alpha-black-80));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-90:focus {
  --tw-gradient-from: hsl(var(--alpha-black-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-alpha-black-100:focus {
  --tw-gradient-from: hsl(var(--alpha-black-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-bg:focus {
  --tw-gradient-from: hsl(var(--periwinkle-100));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-contrast-border:focus {
  --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-contrast-border-brand:focus {
  --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-focus-border:focus {
  --tw-gradient-from: hsl(0 0% 63.9% / 14%);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-placeholder-text:focus {
  --tw-gradient-from: hsl(var(--periwinkle-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-profile-photo-border:focus {
  --tw-gradient-from: hsl(var(--white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-aqua:focus {
  --tw-gradient-from: hsl(var(--aqua-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-berry:focus {
  --tw-gradient-from: hsl(var(--berry-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-evergreen:focus {
  --tw-gradient-from: hsl(var(--evergreen-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-herb:focus {
  --tw-gradient-from: hsl(var(--herb-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-honey:focus {
  --tw-gradient-from: hsl(var(--honey-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-lavender:focus {
  --tw-gradient-from: hsl(var(--lavender-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-mist:focus {
  --tw-gradient-from: hsl(var(--mist-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-peach:focus {
  --tw-gradient-from: hsl(var(--peach-400));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-plum:focus {
  --tw-gradient-from: hsl(var(--plum-600));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-sage:focus {
  --tw-gradient-from: hsl(var(--sage-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
  --tw-gradient-from: hsl(var(--sandalwood-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-bg-wildflower:focus {
  --tw-gradient-from: hsl(var(--wildflower-500));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-avatar-recipient-border:focus {
  --tw-gradient-from: hsl(var(--alpha-white-90));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-date-default:focus {
  --tw-gradient-from: hsl(var(--calendar-date-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-date-disabled:focus {
  --tw-gradient-from: hsl(var(--calendar-date-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-default:focus {
  --tw-gradient-from: hsl(var(--calendar-default));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-aqua:focus {
  --tw-gradient-from: hsl(var(--calendar-aqua));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-disabled:focus {
  --tw-gradient-from: hsl(var(--calendar-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-multi-day:focus {
  --tw-gradient-from: hsl(var(--calendar-multi-day));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-calendar-blue:focus {
  --tw-gradient-from: hsl(var(--calendar-blue));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-primary:focus {
  --tw-gradient-from: hsl(var(--fg-brand-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-primary-alt:focus {
  --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-primary-hover:focus {
  --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-quarternary:focus {
  --tw-gradient-from: hsl(var(--fg-brand-quarternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-quinary:focus {
  --tw-gradient-from: hsl(var(--fg-brand-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-secondary:focus {
  --tw-gradient-from: hsl(var(--fg-brand-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-secondary-alt:focus {
  --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-senary-alt:focus {
  --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-brand-tertiary:focus {
  --tw-gradient-from: hsl(var(--fg-brand-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-disabled:focus {
  --tw-gradient-from: hsl(var(--fg-disabled));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-disabled-subtle:focus {
  --tw-gradient-from: hsl(var(--fg-disabled-subtle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-error-primary:focus {
  --tw-gradient-from: hsl(var(--fg-error-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-error-secondary:focus {
  --tw-gradient-from: hsl(var(--fg-error-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-primary:focus {
  --tw-gradient-from: hsl(var(--fg-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-quaternary:focus {
  --tw-gradient-from: hsl(var(--fg-quaternary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-quaternary-hover:focus {
  --tw-gradient-from: hsl(var(--fg-quaternary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-quinary:focus {
  --tw-gradient-from: hsl(var(--fg-quinary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-quinary-hover:focus {
  --tw-gradient-from: hsl(var(--fg-quinary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-secondary:focus {
  --tw-gradient-from: hsl(var(--fg-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-secondary-hover:focus {
  --tw-gradient-from: hsl(var(--fg-secondary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-senary:focus {
  --tw-gradient-from: hsl(var(--fg-senary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-success-primary:focus {
  --tw-gradient-from: hsl(var(--fg-success-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-success-secondary:focus {
  --tw-gradient-from: hsl(var(--fg-success-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-tertiary:focus {
  --tw-gradient-from: hsl(var(--fg-tertiary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-tertiary-hover:focus {
  --tw-gradient-from: hsl(var(--fg-tertiary-hover));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-warning-primary:focus {
  --tw-gradient-from: hsl(var(--fg-warning-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-warning-secondary:focus {
  --tw-gradient-from: hsl(var(--fg-warning-secondary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-fg-white:focus {
  --tw-gradient-from: hsl(var(--fg-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-sent-message-bg:focus {
  --tw-gradient-from: hsl(var(--sent-message-bg));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-sent-message-text-link:focus {
  --tw-gradient-from: hsl(var(--sent-message-text-link));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-sent-message-text-link-visited:focus {
  --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nw-partner-rover-green:focus {
  --tw-gradient-from: hsl(var(--partner-rover-green));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-w-brand-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.via-w-brand-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.via-w-brand-tertiary {
  --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.via-w-status-success {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.via-w-status-success-light {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.via-w-status-warning {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.via-w-status-warning-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.via-w-status-error {
  --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.via-w-status-error-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.via-w-status-info {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.via-w-status-info-light {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.via-w-background-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.via-w-background-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.via-w-background-tertiary {
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.via-w-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.via-w-text {
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.via-w-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-w-border {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.via-w-divider {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.via-w-gray-lighter {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.via-w-gray-light {
  --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.via-w-gray-base {
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.via-w-gray-medium {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.via-w-gray-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.via-w-gray-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.via-w-purple-base {
  --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.via-w-purple-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.via-w-blue-light {
  --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.via-w-blue-base {
  --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.via-w-blue-facebook {
  --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.via-w-blue-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.via-w-cerulean-base {
  --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.via-w-turquoise-base {
  --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.via-w-green-light {
  --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.via-w-green-base {
  --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.via-w-green-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.via-w-yellow-base {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.via-w-orange-base {
  --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.via-w-red-lighter {
  --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.via-w-red-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.via-w-red-base {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.via-w-red-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.via-w-off-white-light {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.via-w-off-white-base {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.via-w-off-white-cyan {
  --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.via-w-off-white-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.via-w-off-white-lavender {
  --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.via-w-off-white-almond {
  --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.via-w-off-black-base {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.via-nw-black {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-10 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-20 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-30 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-40 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-50 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-60 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-70 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-80 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-90 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-white-100 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-10 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-20 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-30 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-40 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-50 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-60 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-70 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-80 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-90 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-alpha-black-100 {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-bg {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-contrast-border {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-contrast-border-brand {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-focus-border {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-placeholder-text {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-profile-photo-border {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-aqua {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-berry {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-evergreen {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-herb {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-honey {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-lavender {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-mist {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-peach {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-plum {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-sage {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-sandalwood {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-bg-wildflower {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-avatar-recipient-border {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-date-default {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-date-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-default {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-aqua {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-multi-day {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-calendar-blue {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-primary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-primary-alt {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-primary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-quarternary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-quinary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-secondary-alt {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-senary-alt {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-brand-tertiary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-disabled-subtle {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-error-primary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-error-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-primary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-quaternary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-quaternary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-quinary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-quinary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-secondary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-senary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-success-primary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-success-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-tertiary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-tertiary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-warning-primary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-warning-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-fg-white {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-sent-message-bg {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-sent-message-text-link {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-sent-message-text-link-visited {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nw-partner-rover-green {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-w-brand-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.hover\:via-w-brand-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.hover\:via-w-brand-tertiary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.hover\:via-w-status-success:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.hover\:via-w-status-success-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.hover\:via-w-status-warning:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.hover\:via-w-status-warning-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.hover\:via-w-status-error:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.hover\:via-w-status-error-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.hover\:via-w-status-info:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.hover\:via-w-status-info-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:via-w-background-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.hover\:via-w-background-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:via-w-background-tertiary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.hover\:via-w-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:via-w-text:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.hover\:via-w-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-w-border:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.hover\:via-w-divider:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:via-w-gray-lighter:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.hover\:via-w-gray-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.hover\:via-w-gray-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.hover\:via-w-gray-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.hover\:via-w-gray-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.hover\:via-w-gray-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.hover\:via-w-purple-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.hover\:via-w-purple-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.hover\:via-w-blue-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.hover\:via-w-blue-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.hover\:via-w-blue-facebook:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.hover\:via-w-blue-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.hover\:via-w-cerulean-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.hover\:via-w-turquoise-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.hover\:via-w-green-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.hover\:via-w-green-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.hover\:via-w-green-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.hover\:via-w-yellow-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.hover\:via-w-orange-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.hover\:via-w-red-lighter:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.hover\:via-w-red-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.hover\:via-w-red-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.hover\:via-w-red-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.hover\:via-w-off-white-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.hover\:via-w-off-white-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:via-w-off-white-cyan:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.hover\:via-w-off-white-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.hover\:via-w-off-white-lavender:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.hover\:via-w-off-white-almond:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.hover\:via-w-off-black-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:via-nw-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-10:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-20:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-30:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-40:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-60:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-70:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-80:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-90:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-white-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-10:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-20:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-30:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-40:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-60:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-70:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-80:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-90:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-alpha-black-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-bg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-contrast-border:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-contrast-border-brand:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-focus-border:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-placeholder-text:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-profile-photo-border:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-aqua:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-berry:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-evergreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-herb:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-honey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-lavender:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-mist:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-peach:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-plum:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-sage:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-bg-wildflower:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-avatar-recipient-border:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-date-default:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-date-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-default:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-aqua:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-multi-day:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-calendar-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-primary-alt:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-primary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-quarternary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-quinary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-secondary-alt:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-senary-alt:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-brand-tertiary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-disabled-subtle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-error-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-error-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-quaternary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-quaternary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-quinary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-quinary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-secondary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-senary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-success-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-success-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-tertiary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-tertiary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-warning-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-warning-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-fg-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-sent-message-bg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-sent-message-text-link:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-sent-message-text-link-visited:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nw-partner-rover-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-w-brand-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.focus\:via-w-brand-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
}

.focus\:via-w-brand-tertiary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
}

.focus\:via-w-status-success:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.focus\:via-w-status-success-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
}

.focus\:via-w-status-warning:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
}

.focus\:via-w-status-warning-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
}

.focus\:via-w-status-error:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
}

.focus\:via-w-status-error-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}

.focus\:via-w-status-info:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
}

.focus\:via-w-status-info-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:via-w-background-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.focus\:via-w-background-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:via-w-background-tertiary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
}

.focus\:via-w-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:via-w-text:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.focus\:via-w-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-w-border:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.focus\:via-w-divider:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:via-w-gray-lighter:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.focus\:via-w-gray-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
}

.focus\:via-w-gray-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.focus\:via-w-gray-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
}

.focus\:via-w-gray-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
}

.focus\:via-w-gray-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
}

.focus\:via-w-purple-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
}

.focus\:via-w-purple-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
}

.focus\:via-w-blue-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
}

.focus\:via-w-blue-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
}

.focus\:via-w-blue-facebook:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
}

.focus\:via-w-blue-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
}

.focus\:via-w-cerulean-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
}

.focus\:via-w-turquoise-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
}

.focus\:via-w-green-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
}

.focus\:via-w-green-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
}

.focus\:via-w-green-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
}

.focus\:via-w-yellow-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.focus\:via-w-orange-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
}

.focus\:via-w-red-lighter:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
}

.focus\:via-w-red-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
}

.focus\:via-w-red-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
}

.focus\:via-w-red-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
}

.focus\:via-w-off-white-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
}

.focus\:via-w-off-white-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:via-w-off-white-cyan:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
}

.focus\:via-w-off-white-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
}

.focus\:via-w-off-white-lavender:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
}

.focus\:via-w-off-white-almond:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
}

.focus\:via-w-off-black-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:via-nw-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-10:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-20:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-30:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-40:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-60:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-70:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-80:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-90:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-white-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-10:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-20:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-30:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-40:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-60:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-70:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-80:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-90:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-alpha-black-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-bg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-contrast-border:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-contrast-border-brand:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-focus-border:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-placeholder-text:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-profile-photo-border:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-aqua:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-berry:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-evergreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-herb:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-honey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-lavender:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-mist:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-peach:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-plum:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-sage:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-bg-wildflower:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-avatar-recipient-border:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-date-default:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-date-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-default:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-aqua:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-multi-day:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-calendar-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-primary-alt:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-primary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-quarternary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-quinary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-secondary-alt:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-senary-alt:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-brand-tertiary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-disabled-subtle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-error-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-error-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-quaternary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-quaternary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-quinary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-quinary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-secondary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-senary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-success-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-success-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-tertiary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-tertiary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-warning-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-warning-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-fg-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-sent-message-bg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-sent-message-text-link:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-sent-message-text-link-visited:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nw-partner-rover-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-w-brand-primary {
  --tw-gradient-to: #1436A4;
}

.to-w-brand-secondary {
  --tw-gradient-to: #486DE7;
}

.to-w-brand-tertiary {
  --tw-gradient-to: #E12723;
}

.to-w-status-success {
  --tw-gradient-to: #008000;
}

.to-w-status-success-light {
  --tw-gradient-to: #E9FAE9;
}

.to-w-status-warning {
  --tw-gradient-to: #FFCA6B;
}

.to-w-status-warning-light {
  --tw-gradient-to: #FFF4E2;
}

.to-w-status-error {
  --tw-gradient-to: #D91F1B;
}

.to-w-status-error-light {
  --tw-gradient-to: #FFF1F1;
}

.to-w-status-info {
  --tw-gradient-to: #1436A4;
}

.to-w-status-info-light {
  --tw-gradient-to: #F1F4FC;
}

.to-w-background-primary {
  --tw-gradient-to: #F8F8F8;
}

.to-w-background-secondary {
  --tw-gradient-to: #F1F4FC;
}

.to-w-background-tertiary {
  --tw-gradient-to: #FFE9E2;
}

.to-w-dark {
  --tw-gradient-to: #222222;
}

.to-w-text {
  --tw-gradient-to: #727272;
}

.to-w-light {
  --tw-gradient-to: #FFFFFF;
}

.to-w-border {
  --tw-gradient-to: #949494;
}

.to-w-divider {
  --tw-gradient-to: #EDEDED;
}

.to-w-gray-lighter {
  --tw-gradient-to: #D6D6D6;
}

.to-w-gray-light {
  --tw-gradient-to: #B6B6B6;
}

.to-w-gray-base {
  --tw-gradient-to: #999999;
}

.to-w-gray-medium {
  --tw-gradient-to: #949494;
}

.to-w-gray-dark {
  --tw-gradient-to: #727375;
}

.to-w-gray-darker {
  --tw-gradient-to: #555555;
}

.to-w-purple-base {
  --tw-gradient-to: #662D91;
}

.to-w-purple-dark {
  --tw-gradient-to: #551A8B;
}

.to-w-blue-light {
  --tw-gradient-to: #7392D5;
}

.to-w-blue-base {
  --tw-gradient-to: #025699;
}

.to-w-blue-facebook {
  --tw-gradient-to: #3B5998;
}

.to-w-blue-darker {
  --tw-gradient-to: #000066;
}

.to-w-cerulean-base {
  --tw-gradient-to: #00ACED;
}

.to-w-turquoise-base {
  --tw-gradient-to: #50E3C2;
}

.to-w-green-light {
  --tw-gradient-to: #7ED321;
}

.to-w-green-base {
  --tw-gradient-to: #6AC865;
}

.to-w-green-dark {
  --tw-gradient-to: #008000;
}

.to-w-yellow-base {
  --tw-gradient-to: #FFCC00;
}

.to-w-orange-base {
  --tw-gradient-to: #FF9E1F;
}

.to-w-red-lighter {
  --tw-gradient-to: #F79B95;
}

.to-w-red-light {
  --tw-gradient-to: #FF7165;
}

.to-w-red-base {
  --tw-gradient-to: #FF4738;
}

.to-w-red-dark {
  --tw-gradient-to: #FF1300;
}

.to-w-off-white-light {
  --tw-gradient-to: #F7F7F7;
}

.to-w-off-white-base {
  --tw-gradient-to: #EDEDED;
}

.to-w-off-white-cyan {
  --tw-gradient-to: #ECFDF9;
}

.to-w-off-white-blue {
  --tw-gradient-to: #F1F4FC;
}

.to-w-off-white-lavender {
  --tw-gradient-to: #DFD1F2;
}

.to-w-off-white-almond {
  --tw-gradient-to: #F6DFD5;
}

.to-w-off-black-base {
  --tw-gradient-to: #222222;
}

.to-nw-black {
  --tw-gradient-to: hsl(var(--black));
}

.to-nw-transparent {
  --tw-gradient-to: hsl(var(--transparent));
}

.to-nw-alpha-white-10 {
  --tw-gradient-to: hsl(var(--alpha-white-10));
}

.to-nw-alpha-white-20 {
  --tw-gradient-to: hsl(var(--alpha-white-20));
}

.to-nw-alpha-white-30 {
  --tw-gradient-to: hsl(var(--alpha-white-30));
}

.to-nw-alpha-white-40 {
  --tw-gradient-to: hsl(var(--alpha-white-40));
}

.to-nw-alpha-white-50 {
  --tw-gradient-to: hsl(var(--alpha-white-50));
}

.to-nw-alpha-white-60 {
  --tw-gradient-to: hsl(var(--alpha-white-60));
}

.to-nw-alpha-white-70 {
  --tw-gradient-to: hsl(var(--alpha-white-70));
}

.to-nw-alpha-white-80 {
  --tw-gradient-to: hsl(var(--alpha-white-80));
}

.to-nw-alpha-white-90 {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.to-nw-alpha-white-100 {
  --tw-gradient-to: hsl(var(--alpha-white-100));
}

.to-nw-alpha-black-10 {
  --tw-gradient-to: hsl(var(--alpha-black-10));
}

.to-nw-alpha-black-20 {
  --tw-gradient-to: hsl(var(--alpha-black-20));
}

.to-nw-alpha-black-30 {
  --tw-gradient-to: hsl(var(--alpha-black-30));
}

.to-nw-alpha-black-40 {
  --tw-gradient-to: hsl(var(--alpha-black-40));
}

.to-nw-alpha-black-50 {
  --tw-gradient-to: hsl(var(--alpha-black-50));
}

.to-nw-alpha-black-60 {
  --tw-gradient-to: hsl(var(--alpha-black-60));
}

.to-nw-alpha-black-70 {
  --tw-gradient-to: hsl(var(--alpha-black-70));
}

.to-nw-alpha-black-80 {
  --tw-gradient-to: hsl(var(--alpha-black-80));
}

.to-nw-alpha-black-90 {
  --tw-gradient-to: hsl(var(--alpha-black-90));
}

.to-nw-alpha-black-100 {
  --tw-gradient-to: hsl(var(--alpha-black-100));
}

.to-nw-avatar-bg {
  --tw-gradient-to: hsl(var(--periwinkle-100));
}

.to-nw-avatar-contrast-border {
  --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
}

.to-nw-avatar-contrast-border-brand {
  --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
}

.to-nw-avatar-focus-border {
  --tw-gradient-to: hsl(0 0% 63.9% / 14%);
}

.to-nw-avatar-placeholder-text {
  --tw-gradient-to: hsl(var(--periwinkle-500));
}

.to-nw-avatar-profile-photo-border {
  --tw-gradient-to: hsl(var(--white));
}

.to-nw-avatar-recipient-bg-aqua {
  --tw-gradient-to: hsl(var(--aqua-400));
}

.to-nw-avatar-recipient-bg-berry {
  --tw-gradient-to: hsl(var(--berry-500));
}

.to-nw-avatar-recipient-bg-evergreen {
  --tw-gradient-to: hsl(var(--evergreen-400));
}

.to-nw-avatar-recipient-bg-herb {
  --tw-gradient-to: hsl(var(--herb-400));
}

.to-nw-avatar-recipient-bg-honey {
  --tw-gradient-to: hsl(var(--honey-400));
}

.to-nw-avatar-recipient-bg-lavender {
  --tw-gradient-to: hsl(var(--lavender-500));
}

.to-nw-avatar-recipient-bg-mist {
  --tw-gradient-to: hsl(var(--mist-500));
}

.to-nw-avatar-recipient-bg-peach {
  --tw-gradient-to: hsl(var(--peach-400));
}

.to-nw-avatar-recipient-bg-plum {
  --tw-gradient-to: hsl(var(--plum-600));
}

.to-nw-avatar-recipient-bg-sage {
  --tw-gradient-to: hsl(var(--sage-500));
}

.to-nw-avatar-recipient-bg-sandalwood {
  --tw-gradient-to: hsl(var(--sandalwood-500));
}

.to-nw-avatar-recipient-bg-wildflower {
  --tw-gradient-to: hsl(var(--wildflower-500));
}

.to-nw-avatar-recipient-border {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.to-nw-calendar-date-default {
  --tw-gradient-to: hsl(var(--calendar-date-default));
}

.to-nw-calendar-date-disabled {
  --tw-gradient-to: hsl(var(--calendar-date-disabled));
}

.to-nw-calendar-default {
  --tw-gradient-to: hsl(var(--calendar-default));
}

.to-nw-calendar-aqua {
  --tw-gradient-to: hsl(var(--calendar-aqua));
}

.to-nw-calendar-disabled {
  --tw-gradient-to: hsl(var(--calendar-disabled));
}

.to-nw-calendar-multi-day {
  --tw-gradient-to: hsl(var(--calendar-multi-day));
}

.to-nw-calendar-blue {
  --tw-gradient-to: hsl(var(--calendar-blue));
}

.to-nw-fg-brand-primary {
  --tw-gradient-to: hsl(var(--fg-brand-primary));
}

.to-nw-fg-brand-primary-alt {
  --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
}

.to-nw-fg-brand-primary-hover {
  --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
}

.to-nw-fg-brand-quarternary {
  --tw-gradient-to: hsl(var(--fg-brand-quarternary));
}

.to-nw-fg-brand-quinary {
  --tw-gradient-to: hsl(var(--fg-brand-quinary));
}

.to-nw-fg-brand-secondary {
  --tw-gradient-to: hsl(var(--fg-brand-secondary));
}

.to-nw-fg-brand-secondary-alt {
  --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
}

.to-nw-fg-brand-senary-alt {
  --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
}

.to-nw-fg-brand-tertiary {
  --tw-gradient-to: hsl(var(--fg-brand-tertiary));
}

.to-nw-fg-disabled {
  --tw-gradient-to: hsl(var(--fg-disabled));
}

.to-nw-fg-disabled-subtle {
  --tw-gradient-to: hsl(var(--fg-disabled-subtle));
}

.to-nw-fg-error-primary {
  --tw-gradient-to: hsl(var(--fg-error-primary));
}

.to-nw-fg-error-secondary {
  --tw-gradient-to: hsl(var(--fg-error-secondary));
}

.to-nw-fg-primary {
  --tw-gradient-to: hsl(var(--fg-primary));
}

.to-nw-fg-quaternary {
  --tw-gradient-to: hsl(var(--fg-quaternary));
}

.to-nw-fg-quaternary-hover {
  --tw-gradient-to: hsl(var(--fg-quaternary-hover));
}

.to-nw-fg-quinary {
  --tw-gradient-to: hsl(var(--fg-quinary));
}

.to-nw-fg-quinary-hover {
  --tw-gradient-to: hsl(var(--fg-quinary-hover));
}

.to-nw-fg-secondary {
  --tw-gradient-to: hsl(var(--fg-secondary));
}

.to-nw-fg-secondary-hover {
  --tw-gradient-to: hsl(var(--fg-secondary-hover));
}

.to-nw-fg-senary {
  --tw-gradient-to: hsl(var(--fg-senary));
}

.to-nw-fg-success-primary {
  --tw-gradient-to: hsl(var(--fg-success-primary));
}

.to-nw-fg-success-secondary {
  --tw-gradient-to: hsl(var(--fg-success-secondary));
}

.to-nw-fg-tertiary {
  --tw-gradient-to: hsl(var(--fg-tertiary));
}

.to-nw-fg-tertiary-hover {
  --tw-gradient-to: hsl(var(--fg-tertiary-hover));
}

.to-nw-fg-warning-primary {
  --tw-gradient-to: hsl(var(--fg-warning-primary));
}

.to-nw-fg-warning-secondary {
  --tw-gradient-to: hsl(var(--fg-warning-secondary));
}

.to-nw-fg-white {
  --tw-gradient-to: hsl(var(--fg-white));
}

.to-nw-sent-message-bg {
  --tw-gradient-to: hsl(var(--sent-message-bg));
}

.to-nw-sent-message-text-link {
  --tw-gradient-to: hsl(var(--sent-message-text-link));
}

.to-nw-sent-message-text-link-visited {
  --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
}

.to-nw-partner-rover-green {
  --tw-gradient-to: hsl(var(--partner-rover-green));
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-w-brand-primary:hover {
  --tw-gradient-to: #1436A4;
}

.hover\:to-w-brand-secondary:hover {
  --tw-gradient-to: #486DE7;
}

.hover\:to-w-brand-tertiary:hover {
  --tw-gradient-to: #E12723;
}

.hover\:to-w-status-success:hover {
  --tw-gradient-to: #008000;
}

.hover\:to-w-status-success-light:hover {
  --tw-gradient-to: #E9FAE9;
}

.hover\:to-w-status-warning:hover {
  --tw-gradient-to: #FFCA6B;
}

.hover\:to-w-status-warning-light:hover {
  --tw-gradient-to: #FFF4E2;
}

.hover\:to-w-status-error:hover {
  --tw-gradient-to: #D91F1B;
}

.hover\:to-w-status-error-light:hover {
  --tw-gradient-to: #FFF1F1;
}

.hover\:to-w-status-info:hover {
  --tw-gradient-to: #1436A4;
}

.hover\:to-w-status-info-light:hover {
  --tw-gradient-to: #F1F4FC;
}

.hover\:to-w-background-primary:hover {
  --tw-gradient-to: #F8F8F8;
}

.hover\:to-w-background-secondary:hover {
  --tw-gradient-to: #F1F4FC;
}

.hover\:to-w-background-tertiary:hover {
  --tw-gradient-to: #FFE9E2;
}

.hover\:to-w-dark:hover {
  --tw-gradient-to: #222222;
}

.hover\:to-w-text:hover {
  --tw-gradient-to: #727272;
}

.hover\:to-w-light:hover {
  --tw-gradient-to: #FFFFFF;
}

.hover\:to-w-border:hover {
  --tw-gradient-to: #949494;
}

.hover\:to-w-divider:hover {
  --tw-gradient-to: #EDEDED;
}

.hover\:to-w-gray-lighter:hover {
  --tw-gradient-to: #D6D6D6;
}

.hover\:to-w-gray-light:hover {
  --tw-gradient-to: #B6B6B6;
}

.hover\:to-w-gray-base:hover {
  --tw-gradient-to: #999999;
}

.hover\:to-w-gray-medium:hover {
  --tw-gradient-to: #949494;
}

.hover\:to-w-gray-dark:hover {
  --tw-gradient-to: #727375;
}

.hover\:to-w-gray-darker:hover {
  --tw-gradient-to: #555555;
}

.hover\:to-w-purple-base:hover {
  --tw-gradient-to: #662D91;
}

.hover\:to-w-purple-dark:hover {
  --tw-gradient-to: #551A8B;
}

.hover\:to-w-blue-light:hover {
  --tw-gradient-to: #7392D5;
}

.hover\:to-w-blue-base:hover {
  --tw-gradient-to: #025699;
}

.hover\:to-w-blue-facebook:hover {
  --tw-gradient-to: #3B5998;
}

.hover\:to-w-blue-darker:hover {
  --tw-gradient-to: #000066;
}

.hover\:to-w-cerulean-base:hover {
  --tw-gradient-to: #00ACED;
}

.hover\:to-w-turquoise-base:hover {
  --tw-gradient-to: #50E3C2;
}

.hover\:to-w-green-light:hover {
  --tw-gradient-to: #7ED321;
}

.hover\:to-w-green-base:hover {
  --tw-gradient-to: #6AC865;
}

.hover\:to-w-green-dark:hover {
  --tw-gradient-to: #008000;
}

.hover\:to-w-yellow-base:hover {
  --tw-gradient-to: #FFCC00;
}

.hover\:to-w-orange-base:hover {
  --tw-gradient-to: #FF9E1F;
}

.hover\:to-w-red-lighter:hover {
  --tw-gradient-to: #F79B95;
}

.hover\:to-w-red-light:hover {
  --tw-gradient-to: #FF7165;
}

.hover\:to-w-red-base:hover {
  --tw-gradient-to: #FF4738;
}

.hover\:to-w-red-dark:hover {
  --tw-gradient-to: #FF1300;
}

.hover\:to-w-off-white-light:hover {
  --tw-gradient-to: #F7F7F7;
}

.hover\:to-w-off-white-base:hover {
  --tw-gradient-to: #EDEDED;
}

.hover\:to-w-off-white-cyan:hover {
  --tw-gradient-to: #ECFDF9;
}

.hover\:to-w-off-white-blue:hover {
  --tw-gradient-to: #F1F4FC;
}

.hover\:to-w-off-white-lavender:hover {
  --tw-gradient-to: #DFD1F2;
}

.hover\:to-w-off-white-almond:hover {
  --tw-gradient-to: #F6DFD5;
}

.hover\:to-w-off-black-base:hover {
  --tw-gradient-to: #222222;
}

.hover\:to-nw-black:hover {
  --tw-gradient-to: hsl(var(--black));
}

.hover\:to-nw-transparent:hover {
  --tw-gradient-to: hsl(var(--transparent));
}

.hover\:to-nw-alpha-white-10:hover {
  --tw-gradient-to: hsl(var(--alpha-white-10));
}

.hover\:to-nw-alpha-white-20:hover {
  --tw-gradient-to: hsl(var(--alpha-white-20));
}

.hover\:to-nw-alpha-white-30:hover {
  --tw-gradient-to: hsl(var(--alpha-white-30));
}

.hover\:to-nw-alpha-white-40:hover {
  --tw-gradient-to: hsl(var(--alpha-white-40));
}

.hover\:to-nw-alpha-white-50:hover {
  --tw-gradient-to: hsl(var(--alpha-white-50));
}

.hover\:to-nw-alpha-white-60:hover {
  --tw-gradient-to: hsl(var(--alpha-white-60));
}

.hover\:to-nw-alpha-white-70:hover {
  --tw-gradient-to: hsl(var(--alpha-white-70));
}

.hover\:to-nw-alpha-white-80:hover {
  --tw-gradient-to: hsl(var(--alpha-white-80));
}

.hover\:to-nw-alpha-white-90:hover {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.hover\:to-nw-alpha-white-100:hover {
  --tw-gradient-to: hsl(var(--alpha-white-100));
}

.hover\:to-nw-alpha-black-10:hover {
  --tw-gradient-to: hsl(var(--alpha-black-10));
}

.hover\:to-nw-alpha-black-20:hover {
  --tw-gradient-to: hsl(var(--alpha-black-20));
}

.hover\:to-nw-alpha-black-30:hover {
  --tw-gradient-to: hsl(var(--alpha-black-30));
}

.hover\:to-nw-alpha-black-40:hover {
  --tw-gradient-to: hsl(var(--alpha-black-40));
}

.hover\:to-nw-alpha-black-50:hover {
  --tw-gradient-to: hsl(var(--alpha-black-50));
}

.hover\:to-nw-alpha-black-60:hover {
  --tw-gradient-to: hsl(var(--alpha-black-60));
}

.hover\:to-nw-alpha-black-70:hover {
  --tw-gradient-to: hsl(var(--alpha-black-70));
}

.hover\:to-nw-alpha-black-80:hover {
  --tw-gradient-to: hsl(var(--alpha-black-80));
}

.hover\:to-nw-alpha-black-90:hover {
  --tw-gradient-to: hsl(var(--alpha-black-90));
}

.hover\:to-nw-alpha-black-100:hover {
  --tw-gradient-to: hsl(var(--alpha-black-100));
}

.hover\:to-nw-avatar-bg:hover {
  --tw-gradient-to: hsl(var(--periwinkle-100));
}

.hover\:to-nw-avatar-contrast-border:hover {
  --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
}

.hover\:to-nw-avatar-contrast-border-brand:hover {
  --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
}

.hover\:to-nw-avatar-focus-border:hover {
  --tw-gradient-to: hsl(0 0% 63.9% / 14%);
}

.hover\:to-nw-avatar-placeholder-text:hover {
  --tw-gradient-to: hsl(var(--periwinkle-500));
}

.hover\:to-nw-avatar-profile-photo-border:hover {
  --tw-gradient-to: hsl(var(--white));
}

.hover\:to-nw-avatar-recipient-bg-aqua:hover {
  --tw-gradient-to: hsl(var(--aqua-400));
}

.hover\:to-nw-avatar-recipient-bg-berry:hover {
  --tw-gradient-to: hsl(var(--berry-500));
}

.hover\:to-nw-avatar-recipient-bg-evergreen:hover {
  --tw-gradient-to: hsl(var(--evergreen-400));
}

.hover\:to-nw-avatar-recipient-bg-herb:hover {
  --tw-gradient-to: hsl(var(--herb-400));
}

.hover\:to-nw-avatar-recipient-bg-honey:hover {
  --tw-gradient-to: hsl(var(--honey-400));
}

.hover\:to-nw-avatar-recipient-bg-lavender:hover {
  --tw-gradient-to: hsl(var(--lavender-500));
}

.hover\:to-nw-avatar-recipient-bg-mist:hover {
  --tw-gradient-to: hsl(var(--mist-500));
}

.hover\:to-nw-avatar-recipient-bg-peach:hover {
  --tw-gradient-to: hsl(var(--peach-400));
}

.hover\:to-nw-avatar-recipient-bg-plum:hover {
  --tw-gradient-to: hsl(var(--plum-600));
}

.hover\:to-nw-avatar-recipient-bg-sage:hover {
  --tw-gradient-to: hsl(var(--sage-500));
}

.hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
  --tw-gradient-to: hsl(var(--sandalwood-500));
}

.hover\:to-nw-avatar-recipient-bg-wildflower:hover {
  --tw-gradient-to: hsl(var(--wildflower-500));
}

.hover\:to-nw-avatar-recipient-border:hover {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.hover\:to-nw-calendar-date-default:hover {
  --tw-gradient-to: hsl(var(--calendar-date-default));
}

.hover\:to-nw-calendar-date-disabled:hover {
  --tw-gradient-to: hsl(var(--calendar-date-disabled));
}

.hover\:to-nw-calendar-default:hover {
  --tw-gradient-to: hsl(var(--calendar-default));
}

.hover\:to-nw-calendar-aqua:hover {
  --tw-gradient-to: hsl(var(--calendar-aqua));
}

.hover\:to-nw-calendar-disabled:hover {
  --tw-gradient-to: hsl(var(--calendar-disabled));
}

.hover\:to-nw-calendar-multi-day:hover {
  --tw-gradient-to: hsl(var(--calendar-multi-day));
}

.hover\:to-nw-calendar-blue:hover {
  --tw-gradient-to: hsl(var(--calendar-blue));
}

.hover\:to-nw-fg-brand-primary:hover {
  --tw-gradient-to: hsl(var(--fg-brand-primary));
}

.hover\:to-nw-fg-brand-primary-alt:hover {
  --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
}

.hover\:to-nw-fg-brand-primary-hover:hover {
  --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
}

.hover\:to-nw-fg-brand-quarternary:hover {
  --tw-gradient-to: hsl(var(--fg-brand-quarternary));
}

.hover\:to-nw-fg-brand-quinary:hover {
  --tw-gradient-to: hsl(var(--fg-brand-quinary));
}

.hover\:to-nw-fg-brand-secondary:hover {
  --tw-gradient-to: hsl(var(--fg-brand-secondary));
}

.hover\:to-nw-fg-brand-secondary-alt:hover {
  --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
}

.hover\:to-nw-fg-brand-senary-alt:hover {
  --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
}

.hover\:to-nw-fg-brand-tertiary:hover {
  --tw-gradient-to: hsl(var(--fg-brand-tertiary));
}

.hover\:to-nw-fg-disabled:hover {
  --tw-gradient-to: hsl(var(--fg-disabled));
}

.hover\:to-nw-fg-disabled-subtle:hover {
  --tw-gradient-to: hsl(var(--fg-disabled-subtle));
}

.hover\:to-nw-fg-error-primary:hover {
  --tw-gradient-to: hsl(var(--fg-error-primary));
}

.hover\:to-nw-fg-error-secondary:hover {
  --tw-gradient-to: hsl(var(--fg-error-secondary));
}

.hover\:to-nw-fg-primary:hover {
  --tw-gradient-to: hsl(var(--fg-primary));
}

.hover\:to-nw-fg-quaternary:hover {
  --tw-gradient-to: hsl(var(--fg-quaternary));
}

.hover\:to-nw-fg-quaternary-hover:hover {
  --tw-gradient-to: hsl(var(--fg-quaternary-hover));
}

.hover\:to-nw-fg-quinary:hover {
  --tw-gradient-to: hsl(var(--fg-quinary));
}

.hover\:to-nw-fg-quinary-hover:hover {
  --tw-gradient-to: hsl(var(--fg-quinary-hover));
}

.hover\:to-nw-fg-secondary:hover {
  --tw-gradient-to: hsl(var(--fg-secondary));
}

.hover\:to-nw-fg-secondary-hover:hover {
  --tw-gradient-to: hsl(var(--fg-secondary-hover));
}

.hover\:to-nw-fg-senary:hover {
  --tw-gradient-to: hsl(var(--fg-senary));
}

.hover\:to-nw-fg-success-primary:hover {
  --tw-gradient-to: hsl(var(--fg-success-primary));
}

.hover\:to-nw-fg-success-secondary:hover {
  --tw-gradient-to: hsl(var(--fg-success-secondary));
}

.hover\:to-nw-fg-tertiary:hover {
  --tw-gradient-to: hsl(var(--fg-tertiary));
}

.hover\:to-nw-fg-tertiary-hover:hover {
  --tw-gradient-to: hsl(var(--fg-tertiary-hover));
}

.hover\:to-nw-fg-warning-primary:hover {
  --tw-gradient-to: hsl(var(--fg-warning-primary));
}

.hover\:to-nw-fg-warning-secondary:hover {
  --tw-gradient-to: hsl(var(--fg-warning-secondary));
}

.hover\:to-nw-fg-white:hover {
  --tw-gradient-to: hsl(var(--fg-white));
}

.hover\:to-nw-sent-message-bg:hover {
  --tw-gradient-to: hsl(var(--sent-message-bg));
}

.hover\:to-nw-sent-message-text-link:hover {
  --tw-gradient-to: hsl(var(--sent-message-text-link));
}

.hover\:to-nw-sent-message-text-link-visited:hover {
  --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
}

.hover\:to-nw-partner-rover-green:hover {
  --tw-gradient-to: hsl(var(--partner-rover-green));
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-w-brand-primary:focus {
  --tw-gradient-to: #1436A4;
}

.focus\:to-w-brand-secondary:focus {
  --tw-gradient-to: #486DE7;
}

.focus\:to-w-brand-tertiary:focus {
  --tw-gradient-to: #E12723;
}

.focus\:to-w-status-success:focus {
  --tw-gradient-to: #008000;
}

.focus\:to-w-status-success-light:focus {
  --tw-gradient-to: #E9FAE9;
}

.focus\:to-w-status-warning:focus {
  --tw-gradient-to: #FFCA6B;
}

.focus\:to-w-status-warning-light:focus {
  --tw-gradient-to: #FFF4E2;
}

.focus\:to-w-status-error:focus {
  --tw-gradient-to: #D91F1B;
}

.focus\:to-w-status-error-light:focus {
  --tw-gradient-to: #FFF1F1;
}

.focus\:to-w-status-info:focus {
  --tw-gradient-to: #1436A4;
}

.focus\:to-w-status-info-light:focus {
  --tw-gradient-to: #F1F4FC;
}

.focus\:to-w-background-primary:focus {
  --tw-gradient-to: #F8F8F8;
}

.focus\:to-w-background-secondary:focus {
  --tw-gradient-to: #F1F4FC;
}

.focus\:to-w-background-tertiary:focus {
  --tw-gradient-to: #FFE9E2;
}

.focus\:to-w-dark:focus {
  --tw-gradient-to: #222222;
}

.focus\:to-w-text:focus {
  --tw-gradient-to: #727272;
}

.focus\:to-w-light:focus {
  --tw-gradient-to: #FFFFFF;
}

.focus\:to-w-border:focus {
  --tw-gradient-to: #949494;
}

.focus\:to-w-divider:focus {
  --tw-gradient-to: #EDEDED;
}

.focus\:to-w-gray-lighter:focus {
  --tw-gradient-to: #D6D6D6;
}

.focus\:to-w-gray-light:focus {
  --tw-gradient-to: #B6B6B6;
}

.focus\:to-w-gray-base:focus {
  --tw-gradient-to: #999999;
}

.focus\:to-w-gray-medium:focus {
  --tw-gradient-to: #949494;
}

.focus\:to-w-gray-dark:focus {
  --tw-gradient-to: #727375;
}

.focus\:to-w-gray-darker:focus {
  --tw-gradient-to: #555555;
}

.focus\:to-w-purple-base:focus {
  --tw-gradient-to: #662D91;
}

.focus\:to-w-purple-dark:focus {
  --tw-gradient-to: #551A8B;
}

.focus\:to-w-blue-light:focus {
  --tw-gradient-to: #7392D5;
}

.focus\:to-w-blue-base:focus {
  --tw-gradient-to: #025699;
}

.focus\:to-w-blue-facebook:focus {
  --tw-gradient-to: #3B5998;
}

.focus\:to-w-blue-darker:focus {
  --tw-gradient-to: #000066;
}

.focus\:to-w-cerulean-base:focus {
  --tw-gradient-to: #00ACED;
}

.focus\:to-w-turquoise-base:focus {
  --tw-gradient-to: #50E3C2;
}

.focus\:to-w-green-light:focus {
  --tw-gradient-to: #7ED321;
}

.focus\:to-w-green-base:focus {
  --tw-gradient-to: #6AC865;
}

.focus\:to-w-green-dark:focus {
  --tw-gradient-to: #008000;
}

.focus\:to-w-yellow-base:focus {
  --tw-gradient-to: #FFCC00;
}

.focus\:to-w-orange-base:focus {
  --tw-gradient-to: #FF9E1F;
}

.focus\:to-w-red-lighter:focus {
  --tw-gradient-to: #F79B95;
}

.focus\:to-w-red-light:focus {
  --tw-gradient-to: #FF7165;
}

.focus\:to-w-red-base:focus {
  --tw-gradient-to: #FF4738;
}

.focus\:to-w-red-dark:focus {
  --tw-gradient-to: #FF1300;
}

.focus\:to-w-off-white-light:focus {
  --tw-gradient-to: #F7F7F7;
}

.focus\:to-w-off-white-base:focus {
  --tw-gradient-to: #EDEDED;
}

.focus\:to-w-off-white-cyan:focus {
  --tw-gradient-to: #ECFDF9;
}

.focus\:to-w-off-white-blue:focus {
  --tw-gradient-to: #F1F4FC;
}

.focus\:to-w-off-white-lavender:focus {
  --tw-gradient-to: #DFD1F2;
}

.focus\:to-w-off-white-almond:focus {
  --tw-gradient-to: #F6DFD5;
}

.focus\:to-w-off-black-base:focus {
  --tw-gradient-to: #222222;
}

.focus\:to-nw-black:focus {
  --tw-gradient-to: hsl(var(--black));
}

.focus\:to-nw-transparent:focus {
  --tw-gradient-to: hsl(var(--transparent));
}

.focus\:to-nw-alpha-white-10:focus {
  --tw-gradient-to: hsl(var(--alpha-white-10));
}

.focus\:to-nw-alpha-white-20:focus {
  --tw-gradient-to: hsl(var(--alpha-white-20));
}

.focus\:to-nw-alpha-white-30:focus {
  --tw-gradient-to: hsl(var(--alpha-white-30));
}

.focus\:to-nw-alpha-white-40:focus {
  --tw-gradient-to: hsl(var(--alpha-white-40));
}

.focus\:to-nw-alpha-white-50:focus {
  --tw-gradient-to: hsl(var(--alpha-white-50));
}

.focus\:to-nw-alpha-white-60:focus {
  --tw-gradient-to: hsl(var(--alpha-white-60));
}

.focus\:to-nw-alpha-white-70:focus {
  --tw-gradient-to: hsl(var(--alpha-white-70));
}

.focus\:to-nw-alpha-white-80:focus {
  --tw-gradient-to: hsl(var(--alpha-white-80));
}

.focus\:to-nw-alpha-white-90:focus {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.focus\:to-nw-alpha-white-100:focus {
  --tw-gradient-to: hsl(var(--alpha-white-100));
}

.focus\:to-nw-alpha-black-10:focus {
  --tw-gradient-to: hsl(var(--alpha-black-10));
}

.focus\:to-nw-alpha-black-20:focus {
  --tw-gradient-to: hsl(var(--alpha-black-20));
}

.focus\:to-nw-alpha-black-30:focus {
  --tw-gradient-to: hsl(var(--alpha-black-30));
}

.focus\:to-nw-alpha-black-40:focus {
  --tw-gradient-to: hsl(var(--alpha-black-40));
}

.focus\:to-nw-alpha-black-50:focus {
  --tw-gradient-to: hsl(var(--alpha-black-50));
}

.focus\:to-nw-alpha-black-60:focus {
  --tw-gradient-to: hsl(var(--alpha-black-60));
}

.focus\:to-nw-alpha-black-70:focus {
  --tw-gradient-to: hsl(var(--alpha-black-70));
}

.focus\:to-nw-alpha-black-80:focus {
  --tw-gradient-to: hsl(var(--alpha-black-80));
}

.focus\:to-nw-alpha-black-90:focus {
  --tw-gradient-to: hsl(var(--alpha-black-90));
}

.focus\:to-nw-alpha-black-100:focus {
  --tw-gradient-to: hsl(var(--alpha-black-100));
}

.focus\:to-nw-avatar-bg:focus {
  --tw-gradient-to: hsl(var(--periwinkle-100));
}

.focus\:to-nw-avatar-contrast-border:focus {
  --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
}

.focus\:to-nw-avatar-contrast-border-brand:focus {
  --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
}

.focus\:to-nw-avatar-focus-border:focus {
  --tw-gradient-to: hsl(0 0% 63.9% / 14%);
}

.focus\:to-nw-avatar-placeholder-text:focus {
  --tw-gradient-to: hsl(var(--periwinkle-500));
}

.focus\:to-nw-avatar-profile-photo-border:focus {
  --tw-gradient-to: hsl(var(--white));
}

.focus\:to-nw-avatar-recipient-bg-aqua:focus {
  --tw-gradient-to: hsl(var(--aqua-400));
}

.focus\:to-nw-avatar-recipient-bg-berry:focus {
  --tw-gradient-to: hsl(var(--berry-500));
}

.focus\:to-nw-avatar-recipient-bg-evergreen:focus {
  --tw-gradient-to: hsl(var(--evergreen-400));
}

.focus\:to-nw-avatar-recipient-bg-herb:focus {
  --tw-gradient-to: hsl(var(--herb-400));
}

.focus\:to-nw-avatar-recipient-bg-honey:focus {
  --tw-gradient-to: hsl(var(--honey-400));
}

.focus\:to-nw-avatar-recipient-bg-lavender:focus {
  --tw-gradient-to: hsl(var(--lavender-500));
}

.focus\:to-nw-avatar-recipient-bg-mist:focus {
  --tw-gradient-to: hsl(var(--mist-500));
}

.focus\:to-nw-avatar-recipient-bg-peach:focus {
  --tw-gradient-to: hsl(var(--peach-400));
}

.focus\:to-nw-avatar-recipient-bg-plum:focus {
  --tw-gradient-to: hsl(var(--plum-600));
}

.focus\:to-nw-avatar-recipient-bg-sage:focus {
  --tw-gradient-to: hsl(var(--sage-500));
}

.focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
  --tw-gradient-to: hsl(var(--sandalwood-500));
}

.focus\:to-nw-avatar-recipient-bg-wildflower:focus {
  --tw-gradient-to: hsl(var(--wildflower-500));
}

.focus\:to-nw-avatar-recipient-border:focus {
  --tw-gradient-to: hsl(var(--alpha-white-90));
}

.focus\:to-nw-calendar-date-default:focus {
  --tw-gradient-to: hsl(var(--calendar-date-default));
}

.focus\:to-nw-calendar-date-disabled:focus {
  --tw-gradient-to: hsl(var(--calendar-date-disabled));
}

.focus\:to-nw-calendar-default:focus {
  --tw-gradient-to: hsl(var(--calendar-default));
}

.focus\:to-nw-calendar-aqua:focus {
  --tw-gradient-to: hsl(var(--calendar-aqua));
}

.focus\:to-nw-calendar-disabled:focus {
  --tw-gradient-to: hsl(var(--calendar-disabled));
}

.focus\:to-nw-calendar-multi-day:focus {
  --tw-gradient-to: hsl(var(--calendar-multi-day));
}

.focus\:to-nw-calendar-blue:focus {
  --tw-gradient-to: hsl(var(--calendar-blue));
}

.focus\:to-nw-fg-brand-primary:focus {
  --tw-gradient-to: hsl(var(--fg-brand-primary));
}

.focus\:to-nw-fg-brand-primary-alt:focus {
  --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
}

.focus\:to-nw-fg-brand-primary-hover:focus {
  --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
}

.focus\:to-nw-fg-brand-quarternary:focus {
  --tw-gradient-to: hsl(var(--fg-brand-quarternary));
}

.focus\:to-nw-fg-brand-quinary:focus {
  --tw-gradient-to: hsl(var(--fg-brand-quinary));
}

.focus\:to-nw-fg-brand-secondary:focus {
  --tw-gradient-to: hsl(var(--fg-brand-secondary));
}

.focus\:to-nw-fg-brand-secondary-alt:focus {
  --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
}

.focus\:to-nw-fg-brand-senary-alt:focus {
  --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
}

.focus\:to-nw-fg-brand-tertiary:focus {
  --tw-gradient-to: hsl(var(--fg-brand-tertiary));
}

.focus\:to-nw-fg-disabled:focus {
  --tw-gradient-to: hsl(var(--fg-disabled));
}

.focus\:to-nw-fg-disabled-subtle:focus {
  --tw-gradient-to: hsl(var(--fg-disabled-subtle));
}

.focus\:to-nw-fg-error-primary:focus {
  --tw-gradient-to: hsl(var(--fg-error-primary));
}

.focus\:to-nw-fg-error-secondary:focus {
  --tw-gradient-to: hsl(var(--fg-error-secondary));
}

.focus\:to-nw-fg-primary:focus {
  --tw-gradient-to: hsl(var(--fg-primary));
}

.focus\:to-nw-fg-quaternary:focus {
  --tw-gradient-to: hsl(var(--fg-quaternary));
}

.focus\:to-nw-fg-quaternary-hover:focus {
  --tw-gradient-to: hsl(var(--fg-quaternary-hover));
}

.focus\:to-nw-fg-quinary:focus {
  --tw-gradient-to: hsl(var(--fg-quinary));
}

.focus\:to-nw-fg-quinary-hover:focus {
  --tw-gradient-to: hsl(var(--fg-quinary-hover));
}

.focus\:to-nw-fg-secondary:focus {
  --tw-gradient-to: hsl(var(--fg-secondary));
}

.focus\:to-nw-fg-secondary-hover:focus {
  --tw-gradient-to: hsl(var(--fg-secondary-hover));
}

.focus\:to-nw-fg-senary:focus {
  --tw-gradient-to: hsl(var(--fg-senary));
}

.focus\:to-nw-fg-success-primary:focus {
  --tw-gradient-to: hsl(var(--fg-success-primary));
}

.focus\:to-nw-fg-success-secondary:focus {
  --tw-gradient-to: hsl(var(--fg-success-secondary));
}

.focus\:to-nw-fg-tertiary:focus {
  --tw-gradient-to: hsl(var(--fg-tertiary));
}

.focus\:to-nw-fg-tertiary-hover:focus {
  --tw-gradient-to: hsl(var(--fg-tertiary-hover));
}

.focus\:to-nw-fg-warning-primary:focus {
  --tw-gradient-to: hsl(var(--fg-warning-primary));
}

.focus\:to-nw-fg-warning-secondary:focus {
  --tw-gradient-to: hsl(var(--fg-warning-secondary));
}

.focus\:to-nw-fg-white:focus {
  --tw-gradient-to: hsl(var(--fg-white));
}

.focus\:to-nw-sent-message-bg:focus {
  --tw-gradient-to: hsl(var(--sent-message-bg));
}

.focus\:to-nw-sent-message-text-link:focus {
  --tw-gradient-to: hsl(var(--sent-message-text-link));
}

.focus\:to-nw-sent-message-text-link-visited:focus {
  --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
}

.focus\:to-nw-partner-rover-green:focus {
  --tw-gradient-to: hsl(var(--partner-rover-green));
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 2px;
}

.p-1\.5 {
  padding: 6px;
}

.p-2\.5 {
  padding: 10px;
}

.p-3\.5 {
  padding: 0.875rem;
}

.first\:p-0:first-child {
  padding: 0px;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 0.75rem;
}

.first\:p-4:first-child {
  padding: 1rem;
}

.first\:p-5:first-child {
  padding: 1.25rem;
}

.first\:p-6:first-child {
  padding: 1.5rem;
}

.first\:p-7:first-child {
  padding: 1.75rem;
}

.first\:p-8:first-child {
  padding: 2rem;
}

.first\:p-9:first-child {
  padding: 2.25rem;
}

.first\:p-10:first-child {
  padding: 2.5rem;
}

.first\:p-11:first-child {
  padding: 2.75rem;
}

.first\:p-12:first-child {
  padding: 3rem;
}

.first\:p-14:first-child {
  padding: 3.5rem;
}

.first\:p-16:first-child {
  padding: 4rem;
}

.first\:p-20:first-child {
  padding: 5rem;
}

.first\:p-24:first-child {
  padding: 6rem;
}

.first\:p-28:first-child {
  padding: 7rem;
}

.first\:p-32:first-child {
  padding: 8rem;
}

.first\:p-36:first-child {
  padding: 9rem;
}

.first\:p-40:first-child {
  padding: 10rem;
}

.first\:p-44:first-child {
  padding: 11rem;
}

.first\:p-48:first-child {
  padding: 12rem;
}

.first\:p-52:first-child {
  padding: 13rem;
}

.first\:p-56:first-child {
  padding: 14rem;
}

.first\:p-60:first-child {
  padding: 15rem;
}

.first\:p-64:first-child {
  padding: 16rem;
}

.first\:p-72:first-child {
  padding: 18rem;
}

.first\:p-80:first-child {
  padding: 20rem;
}

.first\:p-96:first-child {
  padding: 24rem;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:p-0\.5:first-child {
  padding: 2px;
}

.first\:p-1\.5:first-child {
  padding: 6px;
}

.first\:p-2\.5:first-child {
  padding: 10px;
}

.first\:p-3\.5:first-child {
  padding: 0.875rem;
}

.last\:p-0:last-child {
  padding: 0px;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 0.75rem;
}

.last\:p-4:last-child {
  padding: 1rem;
}

.last\:p-5:last-child {
  padding: 1.25rem;
}

.last\:p-6:last-child {
  padding: 1.5rem;
}

.last\:p-7:last-child {
  padding: 1.75rem;
}

.last\:p-8:last-child {
  padding: 2rem;
}

.last\:p-9:last-child {
  padding: 2.25rem;
}

.last\:p-10:last-child {
  padding: 2.5rem;
}

.last\:p-11:last-child {
  padding: 2.75rem;
}

.last\:p-12:last-child {
  padding: 3rem;
}

.last\:p-14:last-child {
  padding: 3.5rem;
}

.last\:p-16:last-child {
  padding: 4rem;
}

.last\:p-20:last-child {
  padding: 5rem;
}

.last\:p-24:last-child {
  padding: 6rem;
}

.last\:p-28:last-child {
  padding: 7rem;
}

.last\:p-32:last-child {
  padding: 8rem;
}

.last\:p-36:last-child {
  padding: 9rem;
}

.last\:p-40:last-child {
  padding: 10rem;
}

.last\:p-44:last-child {
  padding: 11rem;
}

.last\:p-48:last-child {
  padding: 12rem;
}

.last\:p-52:last-child {
  padding: 13rem;
}

.last\:p-56:last-child {
  padding: 14rem;
}

.last\:p-60:last-child {
  padding: 15rem;
}

.last\:p-64:last-child {
  padding: 16rem;
}

.last\:p-72:last-child {
  padding: 18rem;
}

.last\:p-80:last-child {
  padding: 20rem;
}

.last\:p-96:last-child {
  padding: 24rem;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:p-0\.5:last-child {
  padding: 2px;
}

.last\:p-1\.5:last-child {
  padding: 6px;
}

.last\:p-2\.5:last-child {
  padding: 10px;
}

.last\:p-3\.5:last-child {
  padding: 0.875rem;
}

.focus\:p-0:focus {
  padding: 0px;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:p-2:focus {
  padding: 0.5rem;
}

.focus\:p-3:focus {
  padding: 0.75rem;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:p-5:focus {
  padding: 1.25rem;
}

.focus\:p-6:focus {
  padding: 1.5rem;
}

.focus\:p-7:focus {
  padding: 1.75rem;
}

.focus\:p-8:focus {
  padding: 2rem;
}

.focus\:p-9:focus {
  padding: 2.25rem;
}

.focus\:p-10:focus {
  padding: 2.5rem;
}

.focus\:p-11:focus {
  padding: 2.75rem;
}

.focus\:p-12:focus {
  padding: 3rem;
}

.focus\:p-14:focus {
  padding: 3.5rem;
}

.focus\:p-16:focus {
  padding: 4rem;
}

.focus\:p-20:focus {
  padding: 5rem;
}

.focus\:p-24:focus {
  padding: 6rem;
}

.focus\:p-28:focus {
  padding: 7rem;
}

.focus\:p-32:focus {
  padding: 8rem;
}

.focus\:p-36:focus {
  padding: 9rem;
}

.focus\:p-40:focus {
  padding: 10rem;
}

.focus\:p-44:focus {
  padding: 11rem;
}

.focus\:p-48:focus {
  padding: 12rem;
}

.focus\:p-52:focus {
  padding: 13rem;
}

.focus\:p-56:focus {
  padding: 14rem;
}

.focus\:p-60:focus {
  padding: 15rem;
}

.focus\:p-64:focus {
  padding: 16rem;
}

.focus\:p-72:focus {
  padding: 18rem;
}

.focus\:p-80:focus {
  padding: 20rem;
}

.focus\:p-96:focus {
  padding: 24rem;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:p-0\.5:focus {
  padding: 2px;
}

.focus\:p-1\.5:focus {
  padding: 6px;
}

.focus\:p-2\.5:focus {
  padding: 10px;
}

.focus\:p-3\.5:focus {
  padding: 0.875rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-1\.5 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.first\:px-0:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:px-7:first-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.first\:px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:px-9:first-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:px-11:first-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.first\:px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:px-14:first-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.first\:px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:px-28:first-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.first\:px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:px-36:first-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.first\:px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:px-44:first-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.first\:px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:px-52:first-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.first\:px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:px-60:first-child {
  padding-left: 15rem;
  padding-right: 15rem;
}

.first\:px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:px-72:first-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.first\:px-80:first-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.first\:px-96:first-child {
  padding-left: 24rem;
  padding-right: 24rem;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:px-0\.5:first-child {
  padding-left: 2px;
  padding-right: 2px;
}

.first\:px-1\.5:first-child {
  padding-left: 6px;
  padding-right: 6px;
}

.first\:px-2\.5:first-child {
  padding-left: 10px;
  padding-right: 10px;
}

.first\:px-3\.5:first-child {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.first\:py-0:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:py-7:first-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.first\:py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:py-9:first-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:py-11:first-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.first\:py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:py-14:first-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.first\:py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:py-28:first-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.first\:py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:py-36:first-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.first\:py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:py-44:first-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.first\:py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:py-52:first-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.first\:py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:py-60:first-child {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.first\:py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:py-72:first-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.first\:py-80:first-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.first\:py-96:first-child {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:py-0\.5:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
}

.first\:py-1\.5:first-child {
  padding-top: 6px;
  padding-bottom: 6px;
}

.first\:py-2\.5:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.first\:py-3\.5:first-child {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.last\:px-0:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:px-7:last-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.last\:px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:px-9:last-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:px-11:last-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.last\:px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:px-14:last-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.last\:px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:px-28:last-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.last\:px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:px-36:last-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.last\:px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:px-44:last-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.last\:px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:px-52:last-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.last\:px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:px-60:last-child {
  padding-left: 15rem;
  padding-right: 15rem;
}

.last\:px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:px-72:last-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.last\:px-80:last-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.last\:px-96:last-child {
  padding-left: 24rem;
  padding-right: 24rem;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:px-0\.5:last-child {
  padding-left: 2px;
  padding-right: 2px;
}

.last\:px-1\.5:last-child {
  padding-left: 6px;
  padding-right: 6px;
}

.last\:px-2\.5:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

.last\:px-3\.5:last-child {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.last\:py-0:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:py-7:last-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.last\:py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:py-9:last-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:py-11:last-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.last\:py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:py-14:last-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.last\:py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:py-28:last-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.last\:py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:py-36:last-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.last\:py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:py-44:last-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.last\:py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:py-52:last-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.last\:py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:py-60:last-child {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.last\:py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:py-72:last-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.last\:py-80:last-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.last\:py-96:last-child {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:py-0\.5:last-child {
  padding-top: 2px;
  padding-bottom: 2px;
}

.last\:py-1\.5:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
}

.last\:py-2\.5:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.last\:py-3\.5:last-child {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.focus\:px-0:focus {
  padding-left: 0px;
  padding-right: 0px;
}

.focus\:px-1:focus {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus\:px-2:focus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus\:px-3:focus {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:px-5:focus {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus\:px-7:focus {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.focus\:px-8:focus {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus\:px-9:focus {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.focus\:px-10:focus {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus\:px-11:focus {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.focus\:px-12:focus {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus\:px-14:focus {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.focus\:px-16:focus {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus\:px-20:focus {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus\:px-24:focus {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus\:px-28:focus {
  padding-left: 7rem;
  padding-right: 7rem;
}

.focus\:px-32:focus {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus\:px-36:focus {
  padding-left: 9rem;
  padding-right: 9rem;
}

.focus\:px-40:focus {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus\:px-44:focus {
  padding-left: 11rem;
  padding-right: 11rem;
}

.focus\:px-48:focus {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus\:px-52:focus {
  padding-left: 13rem;
  padding-right: 13rem;
}

.focus\:px-56:focus {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus\:px-60:focus {
  padding-left: 15rem;
  padding-right: 15rem;
}

.focus\:px-64:focus {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus\:px-72:focus {
  padding-left: 18rem;
  padding-right: 18rem;
}

.focus\:px-80:focus {
  padding-left: 20rem;
  padding-right: 20rem;
}

.focus\:px-96:focus {
  padding-left: 24rem;
  padding-right: 24rem;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:px-0\.5:focus {
  padding-left: 2px;
  padding-right: 2px;
}

.focus\:px-1\.5:focus {
  padding-left: 6px;
  padding-right: 6px;
}

.focus\:px-2\.5:focus {
  padding-left: 10px;
  padding-right: 10px;
}

.focus\:px-3\.5:focus {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.focus\:py-0:focus {
  padding-top: 0px;
  padding-bottom: 0px;
}

.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus\:py-5:focus {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus\:py-6:focus {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus\:py-7:focus {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.focus\:py-8:focus {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus\:py-9:focus {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.focus\:py-10:focus {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus\:py-11:focus {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.focus\:py-12:focus {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus\:py-14:focus {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.focus\:py-16:focus {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus\:py-20:focus {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus\:py-24:focus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus\:py-28:focus {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.focus\:py-32:focus {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus\:py-36:focus {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.focus\:py-40:focus {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus\:py-44:focus {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.focus\:py-48:focus {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus\:py-52:focus {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.focus\:py-56:focus {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus\:py-60:focus {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.focus\:py-64:focus {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus\:py-72:focus {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.focus\:py-80:focus {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.focus\:py-96:focus {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:py-0\.5:focus {
  padding-top: 2px;
  padding-bottom: 2px;
}

.focus\:py-1\.5:focus {
  padding-top: 6px;
  padding-bottom: 6px;
}

.focus\:py-2\.5:focus {
  padding-top: 10px;
  padding-bottom: 10px;
}

.focus\:py-3\.5:focus {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 2px;
}

.pt-1\.5 {
  padding-top: 6px;
}

.pt-2\.5 {
  padding-top: 10px;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 2px;
}

.pr-1\.5 {
  padding-right: 6px;
}

.pr-2\.5 {
  padding-right: 10px;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 2px;
}

.pb-1\.5 {
  padding-bottom: 6px;
}

.pb-2\.5 {
  padding-bottom: 10px;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 2px;
}

.pl-1\.5 {
  padding-left: 6px;
}

.pl-2\.5 {
  padding-left: 10px;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:pt-4:first-child {
  padding-top: 1rem;
}

.first\:pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:pt-7:first-child {
  padding-top: 1.75rem;
}

.first\:pt-8:first-child {
  padding-top: 2rem;
}

.first\:pt-9:first-child {
  padding-top: 2.25rem;
}

.first\:pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:pt-11:first-child {
  padding-top: 2.75rem;
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.first\:pt-14:first-child {
  padding-top: 3.5rem;
}

.first\:pt-16:first-child {
  padding-top: 4rem;
}

.first\:pt-20:first-child {
  padding-top: 5rem;
}

.first\:pt-24:first-child {
  padding-top: 6rem;
}

.first\:pt-28:first-child {
  padding-top: 7rem;
}

.first\:pt-32:first-child {
  padding-top: 8rem;
}

.first\:pt-36:first-child {
  padding-top: 9rem;
}

.first\:pt-40:first-child {
  padding-top: 10rem;
}

.first\:pt-44:first-child {
  padding-top: 11rem;
}

.first\:pt-48:first-child {
  padding-top: 12rem;
}

.first\:pt-52:first-child {
  padding-top: 13rem;
}

.first\:pt-56:first-child {
  padding-top: 14rem;
}

.first\:pt-60:first-child {
  padding-top: 15rem;
}

.first\:pt-64:first-child {
  padding-top: 16rem;
}

.first\:pt-72:first-child {
  padding-top: 18rem;
}

.first\:pt-80:first-child {
  padding-top: 20rem;
}

.first\:pt-96:first-child {
  padding-top: 24rem;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pt-0\.5:first-child {
  padding-top: 2px;
}

.first\:pt-1\.5:first-child {
  padding-top: 6px;
}

.first\:pt-2\.5:first-child {
  padding-top: 10px;
}

.first\:pt-3\.5:first-child {
  padding-top: 0.875rem;
}

.first\:pr-0:first-child {
  padding-right: 0px;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:pr-4:first-child {
  padding-right: 1rem;
}

.first\:pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:pr-7:first-child {
  padding-right: 1.75rem;
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pr-9:first-child {
  padding-right: 2.25rem;
}

.first\:pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:pr-11:first-child {
  padding-right: 2.75rem;
}

.first\:pr-12:first-child {
  padding-right: 3rem;
}

.first\:pr-14:first-child {
  padding-right: 3.5rem;
}

.first\:pr-16:first-child {
  padding-right: 4rem;
}

.first\:pr-20:first-child {
  padding-right: 5rem;
}

.first\:pr-24:first-child {
  padding-right: 6rem;
}

.first\:pr-28:first-child {
  padding-right: 7rem;
}

.first\:pr-32:first-child {
  padding-right: 8rem;
}

.first\:pr-36:first-child {
  padding-right: 9rem;
}

.first\:pr-40:first-child {
  padding-right: 10rem;
}

.first\:pr-44:first-child {
  padding-right: 11rem;
}

.first\:pr-48:first-child {
  padding-right: 12rem;
}

.first\:pr-52:first-child {
  padding-right: 13rem;
}

.first\:pr-56:first-child {
  padding-right: 14rem;
}

.first\:pr-60:first-child {
  padding-right: 15rem;
}

.first\:pr-64:first-child {
  padding-right: 16rem;
}

.first\:pr-72:first-child {
  padding-right: 18rem;
}

.first\:pr-80:first-child {
  padding-right: 20rem;
}

.first\:pr-96:first-child {
  padding-right: 24rem;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pr-0\.5:first-child {
  padding-right: 2px;
}

.first\:pr-1\.5:first-child {
  padding-right: 6px;
}

.first\:pr-2\.5:first-child {
  padding-right: 10px;
}

.first\:pr-3\.5:first-child {
  padding-right: 0.875rem;
}

.first\:pb-0:first-child {
  padding-bottom: 0px;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:pb-7:first-child {
  padding-bottom: 1.75rem;
}

.first\:pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:pb-9:first-child {
  padding-bottom: 2.25rem;
}

.first\:pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:pb-11:first-child {
  padding-bottom: 2.75rem;
}

.first\:pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:pb-14:first-child {
  padding-bottom: 3.5rem;
}

.first\:pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:pb-28:first-child {
  padding-bottom: 7rem;
}

.first\:pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:pb-36:first-child {
  padding-bottom: 9rem;
}

.first\:pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:pb-44:first-child {
  padding-bottom: 11rem;
}

.first\:pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:pb-52:first-child {
  padding-bottom: 13rem;
}

.first\:pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:pb-60:first-child {
  padding-bottom: 15rem;
}

.first\:pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:pb-72:first-child {
  padding-bottom: 18rem;
}

.first\:pb-80:first-child {
  padding-bottom: 20rem;
}

.first\:pb-96:first-child {
  padding-bottom: 24rem;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pb-0\.5:first-child {
  padding-bottom: 2px;
}

.first\:pb-1\.5:first-child {
  padding-bottom: 6px;
}

.first\:pb-2\.5:first-child {
  padding-bottom: 10px;
}

.first\:pb-3\.5:first-child {
  padding-bottom: 0.875rem;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.first\:pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:pl-7:first-child {
  padding-left: 1.75rem;
}

.first\:pl-8:first-child {
  padding-left: 2rem;
}

.first\:pl-9:first-child {
  padding-left: 2.25rem;
}

.first\:pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:pl-11:first-child {
  padding-left: 2.75rem;
}

.first\:pl-12:first-child {
  padding-left: 3rem;
}

.first\:pl-14:first-child {
  padding-left: 3.5rem;
}

.first\:pl-16:first-child {
  padding-left: 4rem;
}

.first\:pl-20:first-child {
  padding-left: 5rem;
}

.first\:pl-24:first-child {
  padding-left: 6rem;
}

.first\:pl-28:first-child {
  padding-left: 7rem;
}

.first\:pl-32:first-child {
  padding-left: 8rem;
}

.first\:pl-36:first-child {
  padding-left: 9rem;
}

.first\:pl-40:first-child {
  padding-left: 10rem;
}

.first\:pl-44:first-child {
  padding-left: 11rem;
}

.first\:pl-48:first-child {
  padding-left: 12rem;
}

.first\:pl-52:first-child {
  padding-left: 13rem;
}

.first\:pl-56:first-child {
  padding-left: 14rem;
}

.first\:pl-60:first-child {
  padding-left: 15rem;
}

.first\:pl-64:first-child {
  padding-left: 16rem;
}

.first\:pl-72:first-child {
  padding-left: 18rem;
}

.first\:pl-80:first-child {
  padding-left: 20rem;
}

.first\:pl-96:first-child {
  padding-left: 24rem;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.first\:pl-0\.5:first-child {
  padding-left: 2px;
}

.first\:pl-1\.5:first-child {
  padding-left: 6px;
}

.first\:pl-2\.5:first-child {
  padding-left: 10px;
}

.first\:pl-3\.5:first-child {
  padding-left: 0.875rem;
}

.last\:pt-0:last-child {
  padding-top: 0px;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.last\:pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:pt-7:last-child {
  padding-top: 1.75rem;
}

.last\:pt-8:last-child {
  padding-top: 2rem;
}

.last\:pt-9:last-child {
  padding-top: 2.25rem;
}

.last\:pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:pt-11:last-child {
  padding-top: 2.75rem;
}

.last\:pt-12:last-child {
  padding-top: 3rem;
}

.last\:pt-14:last-child {
  padding-top: 3.5rem;
}

.last\:pt-16:last-child {
  padding-top: 4rem;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pt-24:last-child {
  padding-top: 6rem;
}

.last\:pt-28:last-child {
  padding-top: 7rem;
}

.last\:pt-32:last-child {
  padding-top: 8rem;
}

.last\:pt-36:last-child {
  padding-top: 9rem;
}

.last\:pt-40:last-child {
  padding-top: 10rem;
}

.last\:pt-44:last-child {
  padding-top: 11rem;
}

.last\:pt-48:last-child {
  padding-top: 12rem;
}

.last\:pt-52:last-child {
  padding-top: 13rem;
}

.last\:pt-56:last-child {
  padding-top: 14rem;
}

.last\:pt-60:last-child {
  padding-top: 15rem;
}

.last\:pt-64:last-child {
  padding-top: 16rem;
}

.last\:pt-72:last-child {
  padding-top: 18rem;
}

.last\:pt-80:last-child {
  padding-top: 20rem;
}

.last\:pt-96:last-child {
  padding-top: 24rem;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pt-0\.5:last-child {
  padding-top: 2px;
}

.last\:pt-1\.5:last-child {
  padding-top: 6px;
}

.last\:pt-2\.5:last-child {
  padding-top: 10px;
}

.last\:pt-3\.5:last-child {
  padding-top: 0.875rem;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:pr-4:last-child {
  padding-right: 1rem;
}

.last\:pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:pr-7:last-child {
  padding-right: 1.75rem;
}

.last\:pr-8:last-child {
  padding-right: 2rem;
}

.last\:pr-9:last-child {
  padding-right: 2.25rem;
}

.last\:pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:pr-11:last-child {
  padding-right: 2.75rem;
}

.last\:pr-12:last-child {
  padding-right: 3rem;
}

.last\:pr-14:last-child {
  padding-right: 3.5rem;
}

.last\:pr-16:last-child {
  padding-right: 4rem;
}

.last\:pr-20:last-child {
  padding-right: 5rem;
}

.last\:pr-24:last-child {
  padding-right: 6rem;
}

.last\:pr-28:last-child {
  padding-right: 7rem;
}

.last\:pr-32:last-child {
  padding-right: 8rem;
}

.last\:pr-36:last-child {
  padding-right: 9rem;
}

.last\:pr-40:last-child {
  padding-right: 10rem;
}

.last\:pr-44:last-child {
  padding-right: 11rem;
}

.last\:pr-48:last-child {
  padding-right: 12rem;
}

.last\:pr-52:last-child {
  padding-right: 13rem;
}

.last\:pr-56:last-child {
  padding-right: 14rem;
}

.last\:pr-60:last-child {
  padding-right: 15rem;
}

.last\:pr-64:last-child {
  padding-right: 16rem;
}

.last\:pr-72:last-child {
  padding-right: 18rem;
}

.last\:pr-80:last-child {
  padding-right: 20rem;
}

.last\:pr-96:last-child {
  padding-right: 24rem;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pr-0\.5:last-child {
  padding-right: 2px;
}

.last\:pr-1\.5:last-child {
  padding-right: 6px;
}

.last\:pr-2\.5:last-child {
  padding-right: 10px;
}

.last\:pr-3\.5:last-child {
  padding-right: 0.875rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pb-7:last-child {
  padding-bottom: 1.75rem;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:pb-9:last-child {
  padding-bottom: 2.25rem;
}

.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:pb-11:last-child {
  padding-bottom: 2.75rem;
}

.last\:pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:pb-14:last-child {
  padding-bottom: 3.5rem;
}

.last\:pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:pb-28:last-child {
  padding-bottom: 7rem;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:pb-36:last-child {
  padding-bottom: 9rem;
}

.last\:pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:pb-44:last-child {
  padding-bottom: 11rem;
}

.last\:pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:pb-52:last-child {
  padding-bottom: 13rem;
}

.last\:pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:pb-60:last-child {
  padding-bottom: 15rem;
}

.last\:pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:pb-72:last-child {
  padding-bottom: 18rem;
}

.last\:pb-80:last-child {
  padding-bottom: 20rem;
}

.last\:pb-96:last-child {
  padding-bottom: 24rem;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pb-0\.5:last-child {
  padding-bottom: 2px;
}

.last\:pb-1\.5:last-child {
  padding-bottom: 6px;
}

.last\:pb-2\.5:last-child {
  padding-bottom: 10px;
}

.last\:pb-3\.5:last-child {
  padding-bottom: 0.875rem;
}

.last\:pl-0:last-child {
  padding-left: 0px;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:pl-4:last-child {
  padding-left: 1rem;
}

.last\:pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:pl-7:last-child {
  padding-left: 1.75rem;
}

.last\:pl-8:last-child {
  padding-left: 2rem;
}

.last\:pl-9:last-child {
  padding-left: 2.25rem;
}

.last\:pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:pl-11:last-child {
  padding-left: 2.75rem;
}

.last\:pl-12:last-child {
  padding-left: 3rem;
}

.last\:pl-14:last-child {
  padding-left: 3.5rem;
}

.last\:pl-16:last-child {
  padding-left: 4rem;
}

.last\:pl-20:last-child {
  padding-left: 5rem;
}

.last\:pl-24:last-child {
  padding-left: 6rem;
}

.last\:pl-28:last-child {
  padding-left: 7rem;
}

.last\:pl-32:last-child {
  padding-left: 8rem;
}

.last\:pl-36:last-child {
  padding-left: 9rem;
}

.last\:pl-40:last-child {
  padding-left: 10rem;
}

.last\:pl-44:last-child {
  padding-left: 11rem;
}

.last\:pl-48:last-child {
  padding-left: 12rem;
}

.last\:pl-52:last-child {
  padding-left: 13rem;
}

.last\:pl-56:last-child {
  padding-left: 14rem;
}

.last\:pl-60:last-child {
  padding-left: 15rem;
}

.last\:pl-64:last-child {
  padding-left: 16rem;
}

.last\:pl-72:last-child {
  padding-left: 18rem;
}

.last\:pl-80:last-child {
  padding-left: 20rem;
}

.last\:pl-96:last-child {
  padding-left: 24rem;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.last\:pl-0\.5:last-child {
  padding-left: 2px;
}

.last\:pl-1\.5:last-child {
  padding-left: 6px;
}

.last\:pl-2\.5:last-child {
  padding-left: 10px;
}

.last\:pl-3\.5:last-child {
  padding-left: 0.875rem;
}

.focus\:pt-0:focus {
  padding-top: 0px;
}

.focus\:pt-1:focus {
  padding-top: 0.25rem;
}

.focus\:pt-2:focus {
  padding-top: 0.5rem;
}

.focus\:pt-3:focus {
  padding-top: 0.75rem;
}

.focus\:pt-4:focus {
  padding-top: 1rem;
}

.focus\:pt-5:focus {
  padding-top: 1.25rem;
}

.focus\:pt-6:focus {
  padding-top: 1.5rem;
}

.focus\:pt-7:focus {
  padding-top: 1.75rem;
}

.focus\:pt-8:focus {
  padding-top: 2rem;
}

.focus\:pt-9:focus {
  padding-top: 2.25rem;
}

.focus\:pt-10:focus {
  padding-top: 2.5rem;
}

.focus\:pt-11:focus {
  padding-top: 2.75rem;
}

.focus\:pt-12:focus {
  padding-top: 3rem;
}

.focus\:pt-14:focus {
  padding-top: 3.5rem;
}

.focus\:pt-16:focus {
  padding-top: 4rem;
}

.focus\:pt-20:focus {
  padding-top: 5rem;
}

.focus\:pt-24:focus {
  padding-top: 6rem;
}

.focus\:pt-28:focus {
  padding-top: 7rem;
}

.focus\:pt-32:focus {
  padding-top: 8rem;
}

.focus\:pt-36:focus {
  padding-top: 9rem;
}

.focus\:pt-40:focus {
  padding-top: 10rem;
}

.focus\:pt-44:focus {
  padding-top: 11rem;
}

.focus\:pt-48:focus {
  padding-top: 12rem;
}

.focus\:pt-52:focus {
  padding-top: 13rem;
}

.focus\:pt-56:focus {
  padding-top: 14rem;
}

.focus\:pt-60:focus {
  padding-top: 15rem;
}

.focus\:pt-64:focus {
  padding-top: 16rem;
}

.focus\:pt-72:focus {
  padding-top: 18rem;
}

.focus\:pt-80:focus {
  padding-top: 20rem;
}

.focus\:pt-96:focus {
  padding-top: 24rem;
}

.focus\:pt-px:focus {
  padding-top: 1px;
}

.focus\:pt-0\.5:focus {
  padding-top: 2px;
}

.focus\:pt-1\.5:focus {
  padding-top: 6px;
}

.focus\:pt-2\.5:focus {
  padding-top: 10px;
}

.focus\:pt-3\.5:focus {
  padding-top: 0.875rem;
}

.focus\:pr-0:focus {
  padding-right: 0px;
}

.focus\:pr-1:focus {
  padding-right: 0.25rem;
}

.focus\:pr-2:focus {
  padding-right: 0.5rem;
}

.focus\:pr-3:focus {
  padding-right: 0.75rem;
}

.focus\:pr-4:focus {
  padding-right: 1rem;
}

.focus\:pr-5:focus {
  padding-right: 1.25rem;
}

.focus\:pr-6:focus {
  padding-right: 1.5rem;
}

.focus\:pr-7:focus {
  padding-right: 1.75rem;
}

.focus\:pr-8:focus {
  padding-right: 2rem;
}

.focus\:pr-9:focus {
  padding-right: 2.25rem;
}

.focus\:pr-10:focus {
  padding-right: 2.5rem;
}

.focus\:pr-11:focus {
  padding-right: 2.75rem;
}

.focus\:pr-12:focus {
  padding-right: 3rem;
}

.focus\:pr-14:focus {
  padding-right: 3.5rem;
}

.focus\:pr-16:focus {
  padding-right: 4rem;
}

.focus\:pr-20:focus {
  padding-right: 5rem;
}

.focus\:pr-24:focus {
  padding-right: 6rem;
}

.focus\:pr-28:focus {
  padding-right: 7rem;
}

.focus\:pr-32:focus {
  padding-right: 8rem;
}

.focus\:pr-36:focus {
  padding-right: 9rem;
}

.focus\:pr-40:focus {
  padding-right: 10rem;
}

.focus\:pr-44:focus {
  padding-right: 11rem;
}

.focus\:pr-48:focus {
  padding-right: 12rem;
}

.focus\:pr-52:focus {
  padding-right: 13rem;
}

.focus\:pr-56:focus {
  padding-right: 14rem;
}

.focus\:pr-60:focus {
  padding-right: 15rem;
}

.focus\:pr-64:focus {
  padding-right: 16rem;
}

.focus\:pr-72:focus {
  padding-right: 18rem;
}

.focus\:pr-80:focus {
  padding-right: 20rem;
}

.focus\:pr-96:focus {
  padding-right: 24rem;
}

.focus\:pr-px:focus {
  padding-right: 1px;
}

.focus\:pr-0\.5:focus {
  padding-right: 2px;
}

.focus\:pr-1\.5:focus {
  padding-right: 6px;
}

.focus\:pr-2\.5:focus {
  padding-right: 10px;
}

.focus\:pr-3\.5:focus {
  padding-right: 0.875rem;
}

.focus\:pb-0:focus {
  padding-bottom: 0px;
}

.focus\:pb-1:focus {
  padding-bottom: 0.25rem;
}

.focus\:pb-2:focus {
  padding-bottom: 0.5rem;
}

.focus\:pb-3:focus {
  padding-bottom: 0.75rem;
}

.focus\:pb-4:focus {
  padding-bottom: 1rem;
}

.focus\:pb-5:focus {
  padding-bottom: 1.25rem;
}

.focus\:pb-6:focus {
  padding-bottom: 1.5rem;
}

.focus\:pb-7:focus {
  padding-bottom: 1.75rem;
}

.focus\:pb-8:focus {
  padding-bottom: 2rem;
}

.focus\:pb-9:focus {
  padding-bottom: 2.25rem;
}

.focus\:pb-10:focus {
  padding-bottom: 2.5rem;
}

.focus\:pb-11:focus {
  padding-bottom: 2.75rem;
}

.focus\:pb-12:focus {
  padding-bottom: 3rem;
}

.focus\:pb-14:focus {
  padding-bottom: 3.5rem;
}

.focus\:pb-16:focus {
  padding-bottom: 4rem;
}

.focus\:pb-20:focus {
  padding-bottom: 5rem;
}

.focus\:pb-24:focus {
  padding-bottom: 6rem;
}

.focus\:pb-28:focus {
  padding-bottom: 7rem;
}

.focus\:pb-32:focus {
  padding-bottom: 8rem;
}

.focus\:pb-36:focus {
  padding-bottom: 9rem;
}

.focus\:pb-40:focus {
  padding-bottom: 10rem;
}

.focus\:pb-44:focus {
  padding-bottom: 11rem;
}

.focus\:pb-48:focus {
  padding-bottom: 12rem;
}

.focus\:pb-52:focus {
  padding-bottom: 13rem;
}

.focus\:pb-56:focus {
  padding-bottom: 14rem;
}

.focus\:pb-60:focus {
  padding-bottom: 15rem;
}

.focus\:pb-64:focus {
  padding-bottom: 16rem;
}

.focus\:pb-72:focus {
  padding-bottom: 18rem;
}

.focus\:pb-80:focus {
  padding-bottom: 20rem;
}

.focus\:pb-96:focus {
  padding-bottom: 24rem;
}

.focus\:pb-px:focus {
  padding-bottom: 1px;
}

.focus\:pb-0\.5:focus {
  padding-bottom: 2px;
}

.focus\:pb-1\.5:focus {
  padding-bottom: 6px;
}

.focus\:pb-2\.5:focus {
  padding-bottom: 10px;
}

.focus\:pb-3\.5:focus {
  padding-bottom: 0.875rem;
}

.focus\:pl-0:focus {
  padding-left: 0px;
}

.focus\:pl-1:focus {
  padding-left: 0.25rem;
}

.focus\:pl-2:focus {
  padding-left: 0.5rem;
}

.focus\:pl-3:focus {
  padding-left: 0.75rem;
}

.focus\:pl-4:focus {
  padding-left: 1rem;
}

.focus\:pl-5:focus {
  padding-left: 1.25rem;
}

.focus\:pl-6:focus {
  padding-left: 1.5rem;
}

.focus\:pl-7:focus {
  padding-left: 1.75rem;
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:pl-9:focus {
  padding-left: 2.25rem;
}

.focus\:pl-10:focus {
  padding-left: 2.5rem;
}

.focus\:pl-11:focus {
  padding-left: 2.75rem;
}

.focus\:pl-12:focus {
  padding-left: 3rem;
}

.focus\:pl-14:focus {
  padding-left: 3.5rem;
}

.focus\:pl-16:focus {
  padding-left: 4rem;
}

.focus\:pl-20:focus {
  padding-left: 5rem;
}

.focus\:pl-24:focus {
  padding-left: 6rem;
}

.focus\:pl-28:focus {
  padding-left: 7rem;
}

.focus\:pl-32:focus {
  padding-left: 8rem;
}

.focus\:pl-36:focus {
  padding-left: 9rem;
}

.focus\:pl-40:focus {
  padding-left: 10rem;
}

.focus\:pl-44:focus {
  padding-left: 11rem;
}

.focus\:pl-48:focus {
  padding-left: 12rem;
}

.focus\:pl-52:focus {
  padding-left: 13rem;
}

.focus\:pl-56:focus {
  padding-left: 14rem;
}

.focus\:pl-60:focus {
  padding-left: 15rem;
}

.focus\:pl-64:focus {
  padding-left: 16rem;
}

.focus\:pl-72:focus {
  padding-left: 18rem;
}

.focus\:pl-80:focus {
  padding-left: 20rem;
}

.focus\:pl-96:focus {
  padding-left: 24rem;
}

.focus\:pl-px:focus {
  padding-left: 1px;
}

.focus\:pl-0\.5:focus {
  padding-left: 2px;
}

.focus\:pl-1\.5:focus {
  padding-left: 6px;
}

.focus\:pl-2\.5:focus {
  padding-left: 10px;
}

.focus\:pl-3\.5:focus {
  padding-left: 0.875rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-display {
  font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
}

.font-nw-display {
  font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
}

.font-body {
  font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-tiny {
  font-size: 0.625rem;
}

.text-micro {
  font-size: .5rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.leading-xs {
  line-height: 18px;
}

.leading-sm {
  line-height: 20px;
}

.leading-md {
  line-height: 24px;
}

.leading-lg {
  line-height: 28px;
}

.leading-xl {
  line-height: 32px;
}

.leading-2xl {
  line-height: 36px;
}

.leading-3xl {
  line-height: 38px;
}

.leading-4xl {
  line-height: 44px;
}

.leading-5xl {
  line-height: 60px;
}

.leading-6xl {
  line-height: 72px;
}

.leading-7xl {
  line-height: 90px;
}

.leading-8xl {
  line-height: 96px;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-w-brand-primary {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.text-w-brand-secondary {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
}

.text-w-brand-tertiary {
  --tw-text-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-text-opacity));
}

.text-w-status-success {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.text-w-status-success-light {
  --tw-text-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-text-opacity));
}

.text-w-status-warning {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

.text-w-status-warning-light {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-text-opacity));
}

.text-w-status-error {
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

.text-w-status-error-light {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-text-opacity));
}

.text-w-status-info {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.text-w-status-info-light {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.text-w-background-primary {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.text-w-background-secondary {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.text-w-background-tertiary {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-text-opacity));
}

.text-w-dark {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.text-w-text {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.text-w-light {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-w-border {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.text-w-divider {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.text-w-gray-lighter {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.text-w-gray-light {
  --tw-text-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-text-opacity));
}

.text-w-gray-base {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.text-w-gray-medium {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.text-w-gray-dark {
  --tw-text-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-text-opacity));
}

.text-w-gray-darker {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.text-w-purple-base {
  --tw-text-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-text-opacity));
}

.text-w-purple-dark {
  --tw-text-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-text-opacity));
}

.text-w-blue-light {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

.text-w-blue-base {
  --tw-text-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-text-opacity));
}

.text-w-blue-facebook {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-text-opacity));
}

.text-w-blue-darker {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-text-opacity));
}

.text-w-cerulean-base {
  --tw-text-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-text-opacity));
}

.text-w-turquoise-base {
  --tw-text-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-text-opacity));
}

.text-w-green-light {
  --tw-text-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-text-opacity));
}

.text-w-green-base {
  --tw-text-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-text-opacity));
}

.text-w-green-dark {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.text-w-yellow-base {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.text-w-orange-base {
  --tw-text-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-text-opacity));
}

.text-w-red-lighter {
  --tw-text-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-text-opacity));
}

.text-w-red-light {
  --tw-text-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-text-opacity));
}

.text-w-red-base {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-text-opacity));
}

.text-w-red-dark {
  --tw-text-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-text-opacity));
}

.text-w-off-white-light {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.text-w-off-white-base {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.text-w-off-white-cyan {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-text-opacity));
}

.text-w-off-white-blue {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.text-w-off-white-lavender {
  --tw-text-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-text-opacity));
}

.text-w-off-white-almond {
  --tw-text-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-text-opacity));
}

.text-w-off-black-base {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.text-nw-black {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.text-nw-transparent {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.text-nw-alpha-white-10 {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.text-nw-alpha-white-20 {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.text-nw-alpha-white-30 {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.text-nw-alpha-white-40 {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.text-nw-alpha-white-50 {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.text-nw-alpha-white-60 {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.text-nw-alpha-white-70 {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.text-nw-alpha-white-80 {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.text-nw-alpha-white-90 {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.text-nw-alpha-white-100 {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.text-nw-alpha-black-10 {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.text-nw-alpha-black-20 {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.text-nw-alpha-black-30 {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.text-nw-alpha-black-40 {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.text-nw-alpha-black-50 {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.text-nw-alpha-black-60 {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.text-nw-alpha-black-70 {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.text-nw-alpha-black-80 {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.text-nw-alpha-black-90 {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.text-nw-alpha-black-100 {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.text-nw-avatar-bg {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.text-nw-avatar-contrast-border {
  color: hsl(24 12.2% 8.04% / 8%);
}

.text-nw-avatar-contrast-border-brand {
  color: hsl(235 80.1% 58.6% / 16%);
}

.text-nw-avatar-focus-border {
  color: hsl(0 0% 63.9% / 14%);
}

.text-nw-avatar-placeholder-text {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.text-nw-avatar-profile-photo-border {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.text-nw-avatar-recipient-bg-aqua {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.text-nw-avatar-recipient-bg-berry {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.text-nw-avatar-recipient-bg-evergreen {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.text-nw-avatar-recipient-bg-herb {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.text-nw-avatar-recipient-bg-honey {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.text-nw-avatar-recipient-bg-lavender {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.text-nw-avatar-recipient-bg-mist {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.text-nw-avatar-recipient-bg-peach {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.text-nw-avatar-recipient-bg-plum {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.text-nw-avatar-recipient-bg-sage {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.text-nw-avatar-recipient-bg-sandalwood {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.text-nw-avatar-recipient-bg-wildflower {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.text-nw-avatar-recipient-border {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.text-nw-calendar-date-default {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.text-nw-calendar-date-disabled {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.text-nw-calendar-default {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.text-nw-calendar-aqua {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.text-nw-calendar-disabled {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.text-nw-calendar-multi-day {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.text-nw-calendar-blue {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.text-nw-fg-brand-primary {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.text-nw-fg-brand-primary-alt {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.text-nw-fg-brand-primary-hover {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.text-nw-fg-brand-quarternary {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.text-nw-fg-brand-quinary {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.text-nw-fg-brand-secondary {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.text-nw-fg-brand-secondary-alt {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.text-nw-fg-brand-senary-alt {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.text-nw-fg-brand-tertiary {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.text-nw-fg-disabled {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.text-nw-fg-disabled-subtle {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.text-nw-fg-error-primary {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.text-nw-fg-error-secondary {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.text-nw-fg-primary {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.text-nw-fg-quaternary {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.text-nw-fg-quaternary-hover {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.text-nw-fg-quinary {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.text-nw-fg-quinary-hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.text-nw-fg-secondary {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.text-nw-fg-secondary-hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.text-nw-fg-senary {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.text-nw-fg-success-primary {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.text-nw-fg-success-secondary {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.text-nw-fg-tertiary {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.text-nw-fg-tertiary-hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.text-nw-fg-warning-primary {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.text-nw-fg-warning-secondary {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.text-nw-fg-white {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.text-nw-sent-message-bg {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.text-nw-sent-message-text-link {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.text-nw-sent-message-text-link-visited {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.text-nw-partner-rover-green {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.text-nw-brand-primary {
  color: hsl(237 62% 51%);
  color: hsl(var(--text-brand-primary));
}

.text-nw-brand-secondary {
  color: hsl(235 80% 59%);
  color: hsl(var(--text-brand-secondary));
}

.text-nw-brand-tertiary {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary));
}

.text-nw-brand-tertiary-alt {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary-alt));
}

.text-nw-disabled {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-disabled));
}

.text-nw-error-primary {
  color: hsl(5 77% 51%);
  color: hsl(var(--text-error-primary));
}

.text-nw-icon-fill-primary {
  color: hsl(0 0% 0%);
  color: hsl(var(--icon-fill-primary));
}

.text-nw-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-placeholder));
}

.text-nw-primary {
  color: hsl(24 10% 10%);
  color: hsl(var(--text-primary));
}

.text-nw-primary-on-brand {
  color: hsl(0 0% 100%);
  color: hsl(var(--text-primary-on-brand));
}

.text-nw-quaternary {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-quaternary));
}

.text-nw-secondary {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-secondary));
}

.text-nw-secondary-hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--text-secondary-hover));
}

.text-nw-secondary-on-brand {
  color: hsl(219 100% 94%);
  color: hsl(var(--text-secondary-on-brand));
}

.text-nw-success-primary {
  color: hsl(136 42% 36%);
  color: hsl(var(--text-success-primary));
}

.text-nw-tertiary {
  color: hsl(33 5% 32%);
  color: hsl(var(--text-tertiary));
}

.text-nw-tertiary-hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-tertiary-hover));
}

.text-nw-tertiary-on-brand {
  color: hsl(219 100% 89%);
  color: hsl(var(--text-tertiary-on-brand));
}

.text-nw-warning-primary {
  color: hsl(39 96% 40%);
  color: hsl(var(--text-warning-primary));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-brand-primary {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-brand-secondary {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-brand-tertiary {
  --tw-text-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-success {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-success-light {
  --tw-text-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-warning {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-warning-light {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-error {
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-error-light {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-info {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-status-info-light {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-background-primary {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-background-secondary {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-background-tertiary {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-dark {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-text {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-light {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-border {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-divider {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-lighter {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-light {
  --tw-text-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-base {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-medium {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-dark {
  --tw-text-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-gray-darker {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-purple-base {
  --tw-text-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-purple-dark {
  --tw-text-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-blue-light {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-blue-base {
  --tw-text-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-blue-facebook {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-blue-darker {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-cerulean-base {
  --tw-text-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-turquoise-base {
  --tw-text-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-green-light {
  --tw-text-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-green-base {
  --tw-text-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-green-dark {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-yellow-base {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-orange-base {
  --tw-text-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-red-lighter {
  --tw-text-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-red-light {
  --tw-text-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-red-base {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-red-dark {
  --tw-text-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-light {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-base {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-cyan {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-blue {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-lavender {
  --tw-text-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-white-almond {
  --tw-text-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-w-off-black-base {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-nw-black {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.group:hover .group-hover\:text-nw-transparent {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.group:hover .group-hover\:text-nw-alpha-white-10 {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.group:hover .group-hover\:text-nw-alpha-white-20 {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.group:hover .group-hover\:text-nw-alpha-white-30 {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.group:hover .group-hover\:text-nw-alpha-white-40 {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.group:hover .group-hover\:text-nw-alpha-white-50 {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.group:hover .group-hover\:text-nw-alpha-white-60 {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.group:hover .group-hover\:text-nw-alpha-white-70 {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.group:hover .group-hover\:text-nw-alpha-white-80 {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.group:hover .group-hover\:text-nw-alpha-white-90 {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:text-nw-alpha-white-100 {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.group:hover .group-hover\:text-nw-alpha-black-10 {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.group:hover .group-hover\:text-nw-alpha-black-20 {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.group:hover .group-hover\:text-nw-alpha-black-30 {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.group:hover .group-hover\:text-nw-alpha-black-40 {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.group:hover .group-hover\:text-nw-alpha-black-50 {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.group:hover .group-hover\:text-nw-alpha-black-60 {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.group:hover .group-hover\:text-nw-alpha-black-70 {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.group:hover .group-hover\:text-nw-alpha-black-80 {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.group:hover .group-hover\:text-nw-alpha-black-90 {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.group:hover .group-hover\:text-nw-alpha-black-100 {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.group:hover .group-hover\:text-nw-avatar-bg {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.group:hover .group-hover\:text-nw-avatar-contrast-border {
  color: hsl(24 12.2% 8.04% / 8%);
}

.group:hover .group-hover\:text-nw-avatar-contrast-border-brand {
  color: hsl(235 80.1% 58.6% / 16%);
}

.group:hover .group-hover\:text-nw-avatar-focus-border {
  color: hsl(0 0% 63.9% / 14%);
}

.group:hover .group-hover\:text-nw-avatar-placeholder-text {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.group:hover .group-hover\:text-nw-avatar-profile-photo-border {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-aqua {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-berry {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-evergreen {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-herb {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-honey {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-lavender {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-mist {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-peach {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-plum {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-sage {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-sandalwood {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-bg-wildflower {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.group:hover .group-hover\:text-nw-avatar-recipient-border {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.group:hover .group-hover\:text-nw-calendar-date-default {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.group:hover .group-hover\:text-nw-calendar-date-disabled {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.group:hover .group-hover\:text-nw-calendar-default {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.group:hover .group-hover\:text-nw-calendar-aqua {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.group:hover .group-hover\:text-nw-calendar-disabled {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.group:hover .group-hover\:text-nw-calendar-multi-day {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.group:hover .group-hover\:text-nw-calendar-blue {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.group:hover .group-hover\:text-nw-fg-brand-primary {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.group:hover .group-hover\:text-nw-fg-brand-primary-alt {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.group:hover .group-hover\:text-nw-fg-brand-primary-hover {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.group:hover .group-hover\:text-nw-fg-brand-quarternary {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.group:hover .group-hover\:text-nw-fg-brand-quinary {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.group:hover .group-hover\:text-nw-fg-brand-secondary {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.group:hover .group-hover\:text-nw-fg-brand-secondary-alt {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.group:hover .group-hover\:text-nw-fg-brand-senary-alt {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.group:hover .group-hover\:text-nw-fg-brand-tertiary {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.group:hover .group-hover\:text-nw-fg-disabled {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.group:hover .group-hover\:text-nw-fg-disabled-subtle {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.group:hover .group-hover\:text-nw-fg-error-primary {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.group:hover .group-hover\:text-nw-fg-error-secondary {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.group:hover .group-hover\:text-nw-fg-primary {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.group:hover .group-hover\:text-nw-fg-quaternary {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.group:hover .group-hover\:text-nw-fg-quaternary-hover {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.group:hover .group-hover\:text-nw-fg-quinary {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.group:hover .group-hover\:text-nw-fg-quinary-hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.group:hover .group-hover\:text-nw-fg-secondary {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.group:hover .group-hover\:text-nw-fg-secondary-hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.group:hover .group-hover\:text-nw-fg-senary {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.group:hover .group-hover\:text-nw-fg-success-primary {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.group:hover .group-hover\:text-nw-fg-success-secondary {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.group:hover .group-hover\:text-nw-fg-tertiary {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.group:hover .group-hover\:text-nw-fg-tertiary-hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.group:hover .group-hover\:text-nw-fg-warning-primary {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.group:hover .group-hover\:text-nw-fg-warning-secondary {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.group:hover .group-hover\:text-nw-fg-white {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.group:hover .group-hover\:text-nw-sent-message-bg {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.group:hover .group-hover\:text-nw-sent-message-text-link {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.group:hover .group-hover\:text-nw-sent-message-text-link-visited {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.group:hover .group-hover\:text-nw-partner-rover-green {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.group:hover .group-hover\:text-nw-brand-primary {
  color: hsl(237 62% 51%);
  color: hsl(var(--text-brand-primary));
}

.group:hover .group-hover\:text-nw-brand-secondary {
  color: hsl(235 80% 59%);
  color: hsl(var(--text-brand-secondary));
}

.group:hover .group-hover\:text-nw-brand-tertiary {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary));
}

.group:hover .group-hover\:text-nw-brand-tertiary-alt {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary-alt));
}

.group:hover .group-hover\:text-nw-disabled {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-disabled));
}

.group:hover .group-hover\:text-nw-error-primary {
  color: hsl(5 77% 51%);
  color: hsl(var(--text-error-primary));
}

.group:hover .group-hover\:text-nw-icon-fill-primary {
  color: hsl(0 0% 0%);
  color: hsl(var(--icon-fill-primary));
}

.group:hover .group-hover\:text-nw-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-placeholder));
}

.group:hover .group-hover\:text-nw-primary {
  color: hsl(24 10% 10%);
  color: hsl(var(--text-primary));
}

.group:hover .group-hover\:text-nw-primary-on-brand {
  color: hsl(0 0% 100%);
  color: hsl(var(--text-primary-on-brand));
}

.group:hover .group-hover\:text-nw-quaternary {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-quaternary));
}

.group:hover .group-hover\:text-nw-secondary {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-secondary));
}

.group:hover .group-hover\:text-nw-secondary-hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--text-secondary-hover));
}

.group:hover .group-hover\:text-nw-secondary-on-brand {
  color: hsl(219 100% 94%);
  color: hsl(var(--text-secondary-on-brand));
}

.group:hover .group-hover\:text-nw-success-primary {
  color: hsl(136 42% 36%);
  color: hsl(var(--text-success-primary));
}

.group:hover .group-hover\:text-nw-tertiary {
  color: hsl(33 5% 32%);
  color: hsl(var(--text-tertiary));
}

.group:hover .group-hover\:text-nw-tertiary-hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-tertiary-hover));
}

.group:hover .group-hover\:text-nw-tertiary-on-brand {
  color: hsl(219 100% 89%);
  color: hsl(var(--text-tertiary-on-brand));
}

.group:hover .group-hover\:text-nw-warning-primary {
  color: hsl(39 96% 40%);
  color: hsl(var(--text-warning-primary));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-purple-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-w-brand-primary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.focus-within\:text-w-brand-secondary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
}

.focus-within\:text-w-brand-tertiary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-text-opacity));
}

.focus-within\:text-w-status-success:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.focus-within\:text-w-status-success-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-text-opacity));
}

.focus-within\:text-w-status-warning:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

.focus-within\:text-w-status-warning-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-text-opacity));
}

.focus-within\:text-w-status-error:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

.focus-within\:text-w-status-error-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-text-opacity));
}

.focus-within\:text-w-status-info:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.focus-within\:text-w-status-info-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus-within\:text-w-background-primary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.focus-within\:text-w-background-secondary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus-within\:text-w-background-tertiary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-text-opacity));
}

.focus-within\:text-w-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus-within\:text-w-text:focus-within {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.focus-within\:text-w-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-w-border:focus-within {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.focus-within\:text-w-divider:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-lighter:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-medium:focus-within {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-text-opacity));
}

.focus-within\:text-w-gray-darker:focus-within {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.focus-within\:text-w-purple-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-text-opacity));
}

.focus-within\:text-w-purple-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-text-opacity));
}

.focus-within\:text-w-blue-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

.focus-within\:text-w-blue-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-text-opacity));
}

.focus-within\:text-w-blue-facebook:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-text-opacity));
}

.focus-within\:text-w-blue-darker:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-text-opacity));
}

.focus-within\:text-w-cerulean-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-text-opacity));
}

.focus-within\:text-w-turquoise-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-text-opacity));
}

.focus-within\:text-w-green-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-text-opacity));
}

.focus-within\:text-w-green-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-text-opacity));
}

.focus-within\:text-w-green-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.focus-within\:text-w-yellow-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.focus-within\:text-w-orange-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-text-opacity));
}

.focus-within\:text-w-red-lighter:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-text-opacity));
}

.focus-within\:text-w-red-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-text-opacity));
}

.focus-within\:text-w-red-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-text-opacity));
}

.focus-within\:text-w-red-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-cyan:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-blue:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-lavender:focus-within {
  --tw-text-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-text-opacity));
}

.focus-within\:text-w-off-white-almond:focus-within {
  --tw-text-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-text-opacity));
}

.focus-within\:text-w-off-black-base:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus-within\:text-nw-black:focus-within {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.focus-within\:text-nw-transparent:focus-within {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.focus-within\:text-nw-alpha-white-10:focus-within {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.focus-within\:text-nw-alpha-white-20:focus-within {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.focus-within\:text-nw-alpha-white-30:focus-within {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.focus-within\:text-nw-alpha-white-40:focus-within {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.focus-within\:text-nw-alpha-white-50:focus-within {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.focus-within\:text-nw-alpha-white-60:focus-within {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.focus-within\:text-nw-alpha-white-70:focus-within {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.focus-within\:text-nw-alpha-white-80:focus-within {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.focus-within\:text-nw-alpha-white-90:focus-within {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus-within\:text-nw-alpha-white-100:focus-within {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.focus-within\:text-nw-alpha-black-10:focus-within {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.focus-within\:text-nw-alpha-black-20:focus-within {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.focus-within\:text-nw-alpha-black-30:focus-within {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.focus-within\:text-nw-alpha-black-40:focus-within {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.focus-within\:text-nw-alpha-black-50:focus-within {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.focus-within\:text-nw-alpha-black-60:focus-within {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.focus-within\:text-nw-alpha-black-70:focus-within {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.focus-within\:text-nw-alpha-black-80:focus-within {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.focus-within\:text-nw-alpha-black-90:focus-within {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.focus-within\:text-nw-alpha-black-100:focus-within {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.focus-within\:text-nw-avatar-bg:focus-within {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.focus-within\:text-nw-avatar-contrast-border:focus-within {
  color: hsl(24 12.2% 8.04% / 8%);
}

.focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
  color: hsl(235 80.1% 58.6% / 16%);
}

.focus-within\:text-nw-avatar-focus-border:focus-within {
  color: hsl(0 0% 63.9% / 14%);
}

.focus-within\:text-nw-avatar-placeholder-text:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.focus-within\:text-nw-avatar-profile-photo-border:focus-within {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.focus-within\:text-nw-avatar-recipient-border:focus-within {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus-within\:text-nw-calendar-date-default:focus-within {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.focus-within\:text-nw-calendar-date-disabled:focus-within {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.focus-within\:text-nw-calendar-default:focus-within {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.focus-within\:text-nw-calendar-aqua:focus-within {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.focus-within\:text-nw-calendar-disabled:focus-within {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.focus-within\:text-nw-calendar-multi-day:focus-within {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.focus-within\:text-nw-calendar-blue:focus-within {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.focus-within\:text-nw-fg-brand-primary:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.focus-within\:text-nw-fg-brand-primary-alt:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.focus-within\:text-nw-fg-brand-primary-hover:focus-within {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.focus-within\:text-nw-fg-brand-quarternary:focus-within {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.focus-within\:text-nw-fg-brand-quinary:focus-within {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.focus-within\:text-nw-fg-brand-secondary:focus-within {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.focus-within\:text-nw-fg-brand-senary-alt:focus-within {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.focus-within\:text-nw-fg-brand-tertiary:focus-within {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.focus-within\:text-nw-fg-disabled:focus-within {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.focus-within\:text-nw-fg-disabled-subtle:focus-within {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.focus-within\:text-nw-fg-error-primary:focus-within {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.focus-within\:text-nw-fg-error-secondary:focus-within {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.focus-within\:text-nw-fg-primary:focus-within {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.focus-within\:text-nw-fg-quaternary:focus-within {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.focus-within\:text-nw-fg-quaternary-hover:focus-within {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.focus-within\:text-nw-fg-quinary:focus-within {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.focus-within\:text-nw-fg-quinary-hover:focus-within {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.focus-within\:text-nw-fg-secondary:focus-within {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.focus-within\:text-nw-fg-secondary-hover:focus-within {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.focus-within\:text-nw-fg-senary:focus-within {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.focus-within\:text-nw-fg-success-primary:focus-within {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.focus-within\:text-nw-fg-success-secondary:focus-within {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.focus-within\:text-nw-fg-tertiary:focus-within {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.focus-within\:text-nw-fg-tertiary-hover:focus-within {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.focus-within\:text-nw-fg-warning-primary:focus-within {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.focus-within\:text-nw-fg-warning-secondary:focus-within {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.focus-within\:text-nw-fg-white:focus-within {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.focus-within\:text-nw-sent-message-bg:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.focus-within\:text-nw-sent-message-text-link:focus-within {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.focus-within\:text-nw-sent-message-text-link-visited:focus-within {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.focus-within\:text-nw-partner-rover-green:focus-within {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.focus-within\:text-nw-brand-primary:focus-within {
  color: hsl(237 62% 51%);
  color: hsl(var(--text-brand-primary));
}

.focus-within\:text-nw-brand-secondary:focus-within {
  color: hsl(235 80% 59%);
  color: hsl(var(--text-brand-secondary));
}

.focus-within\:text-nw-brand-tertiary:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary));
}

.focus-within\:text-nw-brand-tertiary-alt:focus-within {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary-alt));
}

.focus-within\:text-nw-disabled:focus-within {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-disabled));
}

.focus-within\:text-nw-error-primary:focus-within {
  color: hsl(5 77% 51%);
  color: hsl(var(--text-error-primary));
}

.focus-within\:text-nw-icon-fill-primary:focus-within {
  color: hsl(0 0% 0%);
  color: hsl(var(--icon-fill-primary));
}

.focus-within\:text-nw-placeholder:focus-within {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-placeholder));
}

.focus-within\:text-nw-primary:focus-within {
  color: hsl(24 10% 10%);
  color: hsl(var(--text-primary));
}

.focus-within\:text-nw-primary-on-brand:focus-within {
  color: hsl(0 0% 100%);
  color: hsl(var(--text-primary-on-brand));
}

.focus-within\:text-nw-quaternary:focus-within {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-quaternary));
}

.focus-within\:text-nw-secondary:focus-within {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-secondary));
}

.focus-within\:text-nw-secondary-hover:focus-within {
  color: hsl(12 6% 15%);
  color: hsl(var(--text-secondary-hover));
}

.focus-within\:text-nw-secondary-on-brand:focus-within {
  color: hsl(219 100% 94%);
  color: hsl(var(--text-secondary-on-brand));
}

.focus-within\:text-nw-success-primary:focus-within {
  color: hsl(136 42% 36%);
  color: hsl(var(--text-success-primary));
}

.focus-within\:text-nw-tertiary:focus-within {
  color: hsl(33 5% 32%);
  color: hsl(var(--text-tertiary));
}

.focus-within\:text-nw-tertiary-hover:focus-within {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-tertiary-hover));
}

.focus-within\:text-nw-tertiary-on-brand:focus-within {
  color: hsl(219 100% 89%);
  color: hsl(var(--text-tertiary-on-brand));
}

.focus-within\:text-nw-warning-primary:focus-within {
  color: hsl(39 96% 40%);
  color: hsl(var(--text-warning-primary));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-w-brand-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.hover\:text-w-brand-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
}

.hover\:text-w-brand-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-text-opacity));
}

.hover\:text-w-status-success:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.hover\:text-w-status-success-light:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-text-opacity));
}

.hover\:text-w-status-warning:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

.hover\:text-w-status-warning-light:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-text-opacity));
}

.hover\:text-w-status-error:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

.hover\:text-w-status-error-light:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-text-opacity));
}

.hover\:text-w-status-info:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.hover\:text-w-status-info-light:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.hover\:text-w-background-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.hover\:text-w-background-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.hover\:text-w-background-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-text-opacity));
}

.hover\:text-w-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.hover\:text-w-text:hover {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.hover\:text-w-light:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-w-border:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.hover\:text-w-divider:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.hover\:text-w-gray-lighter:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.hover\:text-w-gray-light:hover {
  --tw-text-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-text-opacity));
}

.hover\:text-w-gray-base:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.hover\:text-w-gray-medium:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.hover\:text-w-gray-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-text-opacity));
}

.hover\:text-w-gray-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.hover\:text-w-purple-base:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-text-opacity));
}

.hover\:text-w-purple-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-text-opacity));
}

.hover\:text-w-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

.hover\:text-w-blue-base:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-text-opacity));
}

.hover\:text-w-blue-facebook:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-text-opacity));
}

.hover\:text-w-blue-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-text-opacity));
}

.hover\:text-w-cerulean-base:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-text-opacity));
}

.hover\:text-w-turquoise-base:hover {
  --tw-text-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-text-opacity));
}

.hover\:text-w-green-light:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-text-opacity));
}

.hover\:text-w-green-base:hover {
  --tw-text-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-text-opacity));
}

.hover\:text-w-green-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.hover\:text-w-yellow-base:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.hover\:text-w-orange-base:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-text-opacity));
}

.hover\:text-w-red-lighter:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-text-opacity));
}

.hover\:text-w-red-light:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-text-opacity));
}

.hover\:text-w-red-base:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-text-opacity));
}

.hover\:text-w-red-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-text-opacity));
}

.hover\:text-w-off-white-light:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.hover\:text-w-off-white-base:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.hover\:text-w-off-white-cyan:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-text-opacity));
}

.hover\:text-w-off-white-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.hover\:text-w-off-white-lavender:hover {
  --tw-text-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-text-opacity));
}

.hover\:text-w-off-white-almond:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-text-opacity));
}

.hover\:text-w-off-black-base:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.hover\:text-nw-black:hover {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.hover\:text-nw-transparent:hover {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.hover\:text-nw-alpha-white-10:hover {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.hover\:text-nw-alpha-white-20:hover {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.hover\:text-nw-alpha-white-30:hover {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.hover\:text-nw-alpha-white-40:hover {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.hover\:text-nw-alpha-white-50:hover {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.hover\:text-nw-alpha-white-60:hover {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.hover\:text-nw-alpha-white-70:hover {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.hover\:text-nw-alpha-white-80:hover {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.hover\:text-nw-alpha-white-90:hover {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.hover\:text-nw-alpha-white-100:hover {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.hover\:text-nw-alpha-black-10:hover {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.hover\:text-nw-alpha-black-20:hover {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.hover\:text-nw-alpha-black-30:hover {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.hover\:text-nw-alpha-black-40:hover {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.hover\:text-nw-alpha-black-50:hover {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.hover\:text-nw-alpha-black-60:hover {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.hover\:text-nw-alpha-black-70:hover {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.hover\:text-nw-alpha-black-80:hover {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.hover\:text-nw-alpha-black-90:hover {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.hover\:text-nw-alpha-black-100:hover {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.hover\:text-nw-avatar-bg:hover {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.hover\:text-nw-avatar-contrast-border:hover {
  color: hsl(24 12.2% 8.04% / 8%);
}

.hover\:text-nw-avatar-contrast-border-brand:hover {
  color: hsl(235 80.1% 58.6% / 16%);
}

.hover\:text-nw-avatar-focus-border:hover {
  color: hsl(0 0% 63.9% / 14%);
}

.hover\:text-nw-avatar-placeholder-text:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.hover\:text-nw-avatar-profile-photo-border:hover {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.hover\:text-nw-avatar-recipient-bg-aqua:hover {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.hover\:text-nw-avatar-recipient-bg-berry:hover {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.hover\:text-nw-avatar-recipient-bg-evergreen:hover {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.hover\:text-nw-avatar-recipient-bg-herb:hover {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.hover\:text-nw-avatar-recipient-bg-honey:hover {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.hover\:text-nw-avatar-recipient-bg-lavender:hover {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.hover\:text-nw-avatar-recipient-bg-mist:hover {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.hover\:text-nw-avatar-recipient-bg-peach:hover {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.hover\:text-nw-avatar-recipient-bg-plum:hover {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.hover\:text-nw-avatar-recipient-bg-sage:hover {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.hover\:text-nw-avatar-recipient-bg-wildflower:hover {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.hover\:text-nw-avatar-recipient-border:hover {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.hover\:text-nw-calendar-date-default:hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.hover\:text-nw-calendar-date-disabled:hover {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.hover\:text-nw-calendar-default:hover {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.hover\:text-nw-calendar-aqua:hover {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.hover\:text-nw-calendar-disabled:hover {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.hover\:text-nw-calendar-multi-day:hover {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.hover\:text-nw-calendar-blue:hover {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.hover\:text-nw-fg-brand-primary:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.hover\:text-nw-fg-brand-primary-alt:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.hover\:text-nw-fg-brand-primary-hover:hover {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.hover\:text-nw-fg-brand-quarternary:hover {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.hover\:text-nw-fg-brand-quinary:hover {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.hover\:text-nw-fg-brand-secondary:hover {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.hover\:text-nw-fg-brand-secondary-alt:hover {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.hover\:text-nw-fg-brand-senary-alt:hover {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.hover\:text-nw-fg-brand-tertiary:hover {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.hover\:text-nw-fg-disabled:hover {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.hover\:text-nw-fg-disabled-subtle:hover {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.hover\:text-nw-fg-error-primary:hover {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.hover\:text-nw-fg-error-secondary:hover {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.hover\:text-nw-fg-primary:hover {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.hover\:text-nw-fg-quaternary:hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.hover\:text-nw-fg-quaternary-hover:hover {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.hover\:text-nw-fg-quinary:hover {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.hover\:text-nw-fg-quinary-hover:hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.hover\:text-nw-fg-secondary:hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.hover\:text-nw-fg-secondary-hover:hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.hover\:text-nw-fg-senary:hover {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.hover\:text-nw-fg-success-primary:hover {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.hover\:text-nw-fg-success-secondary:hover {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.hover\:text-nw-fg-tertiary:hover {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.hover\:text-nw-fg-tertiary-hover:hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.hover\:text-nw-fg-warning-primary:hover {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.hover\:text-nw-fg-warning-secondary:hover {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.hover\:text-nw-fg-white:hover {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.hover\:text-nw-sent-message-bg:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.hover\:text-nw-sent-message-text-link:hover {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.hover\:text-nw-sent-message-text-link-visited:hover {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.hover\:text-nw-partner-rover-green:hover {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.hover\:text-nw-brand-primary:hover {
  color: hsl(237 62% 51%);
  color: hsl(var(--text-brand-primary));
}

.hover\:text-nw-brand-secondary:hover {
  color: hsl(235 80% 59%);
  color: hsl(var(--text-brand-secondary));
}

.hover\:text-nw-brand-tertiary:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary));
}

.hover\:text-nw-brand-tertiary-alt:hover {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary-alt));
}

.hover\:text-nw-disabled:hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-disabled));
}

.hover\:text-nw-error-primary:hover {
  color: hsl(5 77% 51%);
  color: hsl(var(--text-error-primary));
}

.hover\:text-nw-icon-fill-primary:hover {
  color: hsl(0 0% 0%);
  color: hsl(var(--icon-fill-primary));
}

.hover\:text-nw-placeholder:hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-placeholder));
}

.hover\:text-nw-primary:hover {
  color: hsl(24 10% 10%);
  color: hsl(var(--text-primary));
}

.hover\:text-nw-primary-on-brand:hover {
  color: hsl(0 0% 100%);
  color: hsl(var(--text-primary-on-brand));
}

.hover\:text-nw-quaternary:hover {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-quaternary));
}

.hover\:text-nw-secondary:hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-secondary));
}

.hover\:text-nw-secondary-hover:hover {
  color: hsl(12 6% 15%);
  color: hsl(var(--text-secondary-hover));
}

.hover\:text-nw-secondary-on-brand:hover {
  color: hsl(219 100% 94%);
  color: hsl(var(--text-secondary-on-brand));
}

.hover\:text-nw-success-primary:hover {
  color: hsl(136 42% 36%);
  color: hsl(var(--text-success-primary));
}

.hover\:text-nw-tertiary:hover {
  color: hsl(33 5% 32%);
  color: hsl(var(--text-tertiary));
}

.hover\:text-nw-tertiary-hover:hover {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-tertiary-hover));
}

.hover\:text-nw-tertiary-on-brand:hover {
  color: hsl(219 100% 89%);
  color: hsl(var(--text-tertiary-on-brand));
}

.hover\:text-nw-warning-primary:hover {
  color: hsl(39 96% 40%);
  color: hsl(var(--text-warning-primary));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-w-brand-primary:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.focus\:text-w-brand-secondary:focus {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
}

.focus\:text-w-brand-tertiary:focus {
  --tw-text-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-text-opacity));
}

.focus\:text-w-status-success:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.focus\:text-w-status-success-light:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-text-opacity));
}

.focus\:text-w-status-warning:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

.focus\:text-w-status-warning-light:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-text-opacity));
}

.focus\:text-w-status-error:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

.focus\:text-w-status-error-light:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-text-opacity));
}

.focus\:text-w-status-info:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity));
}

.focus\:text-w-status-info-light:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus\:text-w-background-primary:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.focus\:text-w-background-secondary:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus\:text-w-background-tertiary:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-text-opacity));
}

.focus\:text-w-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus\:text-w-text:focus {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.focus\:text-w-light:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-w-border:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.focus\:text-w-divider:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus\:text-w-gray-lighter:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.focus\:text-w-gray-light:focus {
  --tw-text-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-text-opacity));
}

.focus\:text-w-gray-base:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.focus\:text-w-gray-medium:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.focus\:text-w-gray-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-text-opacity));
}

.focus\:text-w-gray-darker:focus {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.focus\:text-w-purple-base:focus {
  --tw-text-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-text-opacity));
}

.focus\:text-w-purple-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-text-opacity));
}

.focus\:text-w-blue-light:focus {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

.focus\:text-w-blue-base:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-text-opacity));
}

.focus\:text-w-blue-facebook:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-text-opacity));
}

.focus\:text-w-blue-darker:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-text-opacity));
}

.focus\:text-w-cerulean-base:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-text-opacity));
}

.focus\:text-w-turquoise-base:focus {
  --tw-text-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-text-opacity));
}

.focus\:text-w-green-light:focus {
  --tw-text-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-text-opacity));
}

.focus\:text-w-green-base:focus {
  --tw-text-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-text-opacity));
}

.focus\:text-w-green-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

.focus\:text-w-yellow-base:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.focus\:text-w-orange-base:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-text-opacity));
}

.focus\:text-w-red-lighter:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-text-opacity));
}

.focus\:text-w-red-light:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-text-opacity));
}

.focus\:text-w-red-base:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-text-opacity));
}

.focus\:text-w-red-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-text-opacity));
}

.focus\:text-w-off-white-light:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.focus\:text-w-off-white-base:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus\:text-w-off-white-cyan:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-text-opacity));
}

.focus\:text-w-off-white-blue:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-text-opacity));
}

.focus\:text-w-off-white-lavender:focus {
  --tw-text-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-text-opacity));
}

.focus\:text-w-off-white-almond:focus {
  --tw-text-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-text-opacity));
}

.focus\:text-w-off-black-base:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus\:text-nw-black:focus {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.focus\:text-nw-transparent:focus {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.focus\:text-nw-alpha-white-10:focus {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.focus\:text-nw-alpha-white-20:focus {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.focus\:text-nw-alpha-white-30:focus {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.focus\:text-nw-alpha-white-40:focus {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.focus\:text-nw-alpha-white-50:focus {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.focus\:text-nw-alpha-white-60:focus {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.focus\:text-nw-alpha-white-70:focus {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.focus\:text-nw-alpha-white-80:focus {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.focus\:text-nw-alpha-white-90:focus {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:text-nw-alpha-white-100:focus {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.focus\:text-nw-alpha-black-10:focus {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.focus\:text-nw-alpha-black-20:focus {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.focus\:text-nw-alpha-black-30:focus {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.focus\:text-nw-alpha-black-40:focus {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.focus\:text-nw-alpha-black-50:focus {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.focus\:text-nw-alpha-black-60:focus {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.focus\:text-nw-alpha-black-70:focus {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.focus\:text-nw-alpha-black-80:focus {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.focus\:text-nw-alpha-black-90:focus {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.focus\:text-nw-alpha-black-100:focus {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.focus\:text-nw-avatar-bg:focus {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.focus\:text-nw-avatar-contrast-border:focus {
  color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:text-nw-avatar-contrast-border-brand:focus {
  color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:text-nw-avatar-focus-border:focus {
  color: hsl(0 0% 63.9% / 14%);
}

.focus\:text-nw-avatar-placeholder-text:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.focus\:text-nw-avatar-profile-photo-border:focus {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.focus\:text-nw-avatar-recipient-bg-aqua:focus {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.focus\:text-nw-avatar-recipient-bg-berry:focus {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.focus\:text-nw-avatar-recipient-bg-evergreen:focus {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.focus\:text-nw-avatar-recipient-bg-herb:focus {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.focus\:text-nw-avatar-recipient-bg-honey:focus {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.focus\:text-nw-avatar-recipient-bg-lavender:focus {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.focus\:text-nw-avatar-recipient-bg-mist:focus {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.focus\:text-nw-avatar-recipient-bg-peach:focus {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.focus\:text-nw-avatar-recipient-bg-plum:focus {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.focus\:text-nw-avatar-recipient-bg-sage:focus {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.focus\:text-nw-avatar-recipient-bg-wildflower:focus {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.focus\:text-nw-avatar-recipient-border:focus {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:text-nw-calendar-date-default:focus {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.focus\:text-nw-calendar-date-disabled:focus {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.focus\:text-nw-calendar-default:focus {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.focus\:text-nw-calendar-aqua:focus {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.focus\:text-nw-calendar-disabled:focus {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.focus\:text-nw-calendar-multi-day:focus {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.focus\:text-nw-calendar-blue:focus {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.focus\:text-nw-fg-brand-primary:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.focus\:text-nw-fg-brand-primary-alt:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.focus\:text-nw-fg-brand-primary-hover:focus {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.focus\:text-nw-fg-brand-quarternary:focus {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.focus\:text-nw-fg-brand-quinary:focus {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.focus\:text-nw-fg-brand-secondary:focus {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.focus\:text-nw-fg-brand-secondary-alt:focus {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:text-nw-fg-brand-senary-alt:focus {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.focus\:text-nw-fg-brand-tertiary:focus {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.focus\:text-nw-fg-disabled:focus {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.focus\:text-nw-fg-disabled-subtle:focus {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.focus\:text-nw-fg-error-primary:focus {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.focus\:text-nw-fg-error-secondary:focus {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.focus\:text-nw-fg-primary:focus {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.focus\:text-nw-fg-quaternary:focus {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.focus\:text-nw-fg-quaternary-hover:focus {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.focus\:text-nw-fg-quinary:focus {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.focus\:text-nw-fg-quinary-hover:focus {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.focus\:text-nw-fg-secondary:focus {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.focus\:text-nw-fg-secondary-hover:focus {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.focus\:text-nw-fg-senary:focus {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.focus\:text-nw-fg-success-primary:focus {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.focus\:text-nw-fg-success-secondary:focus {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.focus\:text-nw-fg-tertiary:focus {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.focus\:text-nw-fg-tertiary-hover:focus {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.focus\:text-nw-fg-warning-primary:focus {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.focus\:text-nw-fg-warning-secondary:focus {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.focus\:text-nw-fg-white:focus {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.focus\:text-nw-sent-message-bg:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.focus\:text-nw-sent-message-text-link:focus {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.focus\:text-nw-sent-message-text-link-visited:focus {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.focus\:text-nw-partner-rover-green:focus {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.focus\:text-nw-brand-primary:focus {
  color: hsl(237 62% 51%);
  color: hsl(var(--text-brand-primary));
}

.focus\:text-nw-brand-secondary:focus {
  color: hsl(235 80% 59%);
  color: hsl(var(--text-brand-secondary));
}

.focus\:text-nw-brand-tertiary:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary));
}

.focus\:text-nw-brand-tertiary-alt:focus {
  color: hsl(230 89% 67%);
  color: hsl(var(--text-brand-tertiary-alt));
}

.focus\:text-nw-disabled:focus {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-disabled));
}

.focus\:text-nw-error-primary:focus {
  color: hsl(5 77% 51%);
  color: hsl(var(--text-error-primary));
}

.focus\:text-nw-icon-fill-primary:focus {
  color: hsl(0 0% 0%);
  color: hsl(var(--icon-fill-primary));
}

.focus\:text-nw-placeholder:focus {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-placeholder));
}

.focus\:text-nw-primary:focus {
  color: hsl(24 10% 10%);
  color: hsl(var(--text-primary));
}

.focus\:text-nw-primary-on-brand:focus {
  color: hsl(0 0% 100%);
  color: hsl(var(--text-primary-on-brand));
}

.focus\:text-nw-quaternary:focus {
  color: hsl(26 6% 45%);
  color: hsl(var(--text-quaternary));
}

.focus\:text-nw-secondary:focus {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-secondary));
}

.focus\:text-nw-secondary-hover:focus {
  color: hsl(12 6% 15%);
  color: hsl(var(--text-secondary-hover));
}

.focus\:text-nw-secondary-on-brand:focus {
  color: hsl(219 100% 94%);
  color: hsl(var(--text-secondary-on-brand));
}

.focus\:text-nw-success-primary:focus {
  color: hsl(136 42% 36%);
  color: hsl(var(--text-success-primary));
}

.focus\:text-nw-tertiary:focus {
  color: hsl(33 5% 32%);
  color: hsl(var(--text-tertiary));
}

.focus\:text-nw-tertiary-hover:focus {
  color: hsl(30 6% 25%);
  color: hsl(var(--text-tertiary-hover));
}

.focus\:text-nw-tertiary-on-brand:focus {
  color: hsl(219 100% 89%);
  color: hsl(var(--text-tertiary-on-brand));
}

.focus\:text-nw-warning-primary:focus {
  color: hsl(39 96% 40%);
  color: hsl(var(--text-warning-primary));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-tertiary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
}

.placeholder-w-brand-tertiary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
}

.placeholder-w-status-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-status-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-status-success-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
}

.placeholder-w-status-success-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
}

.placeholder-w-status-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
}

.placeholder-w-status-warning::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
}

.placeholder-w-status-warning-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
}

.placeholder-w-status-warning-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
}

.placeholder-w-status-error::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
}

.placeholder-w-status-error::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
}

.placeholder-w-status-error-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}

.placeholder-w-status-error-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}

.placeholder-w-status-info::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.placeholder-w-status-info::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.placeholder-w-status-info-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-status-info-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-background-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.placeholder-w-background-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.placeholder-w-background-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-background-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-background-tertiary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
}

.placeholder-w-background-tertiary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
}

.placeholder-w-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-w-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-w-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.placeholder-w-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.placeholder-w-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-w-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-w-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.placeholder-w-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.placeholder-w-divider::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-divider::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-lighter::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-lighter::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-medium::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-medium::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
}

.placeholder-w-gray-darker::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
}

.placeholder-w-purple-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
}

.placeholder-w-purple-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
}

.placeholder-w-purple-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
}

.placeholder-w-purple-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-facebook::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-facebook::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
}

.placeholder-w-blue-darker::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
}

.placeholder-w-cerulean-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-cerulean-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-turquoise-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
}

.placeholder-w-turquoise-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
}

.placeholder-w-green-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
}

.placeholder-w-green-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
}

.placeholder-w-green-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
}

.placeholder-w-green-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
}

.placeholder-w-green-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-green-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-yellow-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-yellow-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-orange-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
}

.placeholder-w-orange-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
}

.placeholder-w-red-lighter::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
}

.placeholder-w-red-lighter::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
}

.placeholder-w-red-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
}

.placeholder-w-red-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
}

.placeholder-w-red-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
}

.placeholder-w-red-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
}

.placeholder-w-red-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-red-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-cyan::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-cyan::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-lavender::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-lavender::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-almond::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
}

.placeholder-w-off-white-almond::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
}

.placeholder-w-off-black-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-w-off-black-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-nw-black::-moz-placeholder {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.placeholder-nw-black::placeholder {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.placeholder-nw-transparent::-moz-placeholder {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.placeholder-nw-transparent::placeholder {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.placeholder-nw-alpha-white-10::-moz-placeholder {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.placeholder-nw-alpha-white-10::placeholder {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.placeholder-nw-alpha-white-20::-moz-placeholder {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.placeholder-nw-alpha-white-20::placeholder {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.placeholder-nw-alpha-white-30::-moz-placeholder {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.placeholder-nw-alpha-white-30::placeholder {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.placeholder-nw-alpha-white-40::-moz-placeholder {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.placeholder-nw-alpha-white-40::placeholder {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.placeholder-nw-alpha-white-50::-moz-placeholder {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.placeholder-nw-alpha-white-50::placeholder {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.placeholder-nw-alpha-white-60::-moz-placeholder {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.placeholder-nw-alpha-white-60::placeholder {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.placeholder-nw-alpha-white-70::-moz-placeholder {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.placeholder-nw-alpha-white-70::placeholder {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.placeholder-nw-alpha-white-80::-moz-placeholder {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.placeholder-nw-alpha-white-80::placeholder {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.placeholder-nw-alpha-white-90::-moz-placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.placeholder-nw-alpha-white-90::placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.placeholder-nw-alpha-white-100::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.placeholder-nw-alpha-white-100::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.placeholder-nw-alpha-black-10::-moz-placeholder {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.placeholder-nw-alpha-black-10::placeholder {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.placeholder-nw-alpha-black-20::-moz-placeholder {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.placeholder-nw-alpha-black-20::placeholder {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.placeholder-nw-alpha-black-30::-moz-placeholder {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.placeholder-nw-alpha-black-30::placeholder {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.placeholder-nw-alpha-black-40::-moz-placeholder {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.placeholder-nw-alpha-black-40::placeholder {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.placeholder-nw-alpha-black-50::-moz-placeholder {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.placeholder-nw-alpha-black-50::placeholder {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.placeholder-nw-alpha-black-60::-moz-placeholder {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.placeholder-nw-alpha-black-60::placeholder {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.placeholder-nw-alpha-black-70::-moz-placeholder {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.placeholder-nw-alpha-black-70::placeholder {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.placeholder-nw-alpha-black-80::-moz-placeholder {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.placeholder-nw-alpha-black-80::placeholder {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.placeholder-nw-alpha-black-90::-moz-placeholder {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.placeholder-nw-alpha-black-90::placeholder {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.placeholder-nw-alpha-black-100::-moz-placeholder {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.placeholder-nw-alpha-black-100::placeholder {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.placeholder-nw-avatar-bg::-moz-placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.placeholder-nw-avatar-bg::placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.placeholder-nw-avatar-contrast-border::-moz-placeholder {
  color: hsl(24 12.2% 8.04% / 8%);
}

.placeholder-nw-avatar-contrast-border::placeholder {
  color: hsl(24 12.2% 8.04% / 8%);
}

.placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
  color: hsl(235 80.1% 58.6% / 16%);
}

.placeholder-nw-avatar-contrast-border-brand::placeholder {
  color: hsl(235 80.1% 58.6% / 16%);
}

.placeholder-nw-avatar-focus-border::-moz-placeholder {
  color: hsl(0 0% 63.9% / 14%);
}

.placeholder-nw-avatar-focus-border::placeholder {
  color: hsl(0 0% 63.9% / 14%);
}

.placeholder-nw-avatar-placeholder-text::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.placeholder-nw-avatar-placeholder-text::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.placeholder-nw-avatar-profile-photo-border::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.placeholder-nw-avatar-recipient-bg-aqua::placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.placeholder-nw-avatar-recipient-bg-berry::placeholder {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.placeholder-nw-avatar-recipient-bg-herb::placeholder {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.placeholder-nw-avatar-recipient-bg-honey::placeholder {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.placeholder-nw-avatar-recipient-bg-lavender::placeholder {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.placeholder-nw-avatar-recipient-bg-mist::placeholder {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.placeholder-nw-avatar-recipient-bg-peach::placeholder {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.placeholder-nw-avatar-recipient-bg-plum::placeholder {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.placeholder-nw-avatar-recipient-bg-sage::placeholder {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.placeholder-nw-avatar-recipient-border::-moz-placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.placeholder-nw-avatar-recipient-border::placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.placeholder-nw-calendar-date-default::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.placeholder-nw-calendar-date-default::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.placeholder-nw-calendar-date-disabled::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.placeholder-nw-calendar-date-disabled::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.placeholder-nw-calendar-default::-moz-placeholder {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.placeholder-nw-calendar-default::placeholder {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.placeholder-nw-calendar-aqua::-moz-placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.placeholder-nw-calendar-aqua::placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.placeholder-nw-calendar-disabled::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.placeholder-nw-calendar-disabled::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.placeholder-nw-calendar-multi-day::-moz-placeholder {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.placeholder-nw-calendar-multi-day::placeholder {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.placeholder-nw-calendar-blue::-moz-placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.placeholder-nw-calendar-blue::placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.placeholder-nw-fg-brand-primary::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.placeholder-nw-fg-brand-primary::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.placeholder-nw-fg-brand-primary-alt::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.placeholder-nw-fg-brand-primary-hover::placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.placeholder-nw-fg-brand-quarternary::-moz-placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.placeholder-nw-fg-brand-quarternary::placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.placeholder-nw-fg-brand-quinary::-moz-placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.placeholder-nw-fg-brand-quinary::placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.placeholder-nw-fg-brand-secondary::-moz-placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.placeholder-nw-fg-brand-secondary::placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.placeholder-nw-fg-brand-secondary-alt::placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.placeholder-nw-fg-brand-senary-alt::placeholder {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.placeholder-nw-fg-brand-tertiary::-moz-placeholder {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.placeholder-nw-fg-brand-tertiary::placeholder {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.placeholder-nw-fg-disabled::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.placeholder-nw-fg-disabled::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.placeholder-nw-fg-disabled-subtle::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.placeholder-nw-fg-disabled-subtle::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.placeholder-nw-fg-error-primary::-moz-placeholder {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.placeholder-nw-fg-error-primary::placeholder {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.placeholder-nw-fg-error-secondary::-moz-placeholder {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.placeholder-nw-fg-error-secondary::placeholder {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.placeholder-nw-fg-primary::-moz-placeholder {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.placeholder-nw-fg-primary::placeholder {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.placeholder-nw-fg-quaternary::-moz-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.placeholder-nw-fg-quaternary::placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.placeholder-nw-fg-quaternary-hover::-moz-placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.placeholder-nw-fg-quaternary-hover::placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.placeholder-nw-fg-quinary::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.placeholder-nw-fg-quinary::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.placeholder-nw-fg-quinary-hover::-moz-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.placeholder-nw-fg-quinary-hover::placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.placeholder-nw-fg-secondary::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.placeholder-nw-fg-secondary::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.placeholder-nw-fg-secondary-hover::-moz-placeholder {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.placeholder-nw-fg-secondary-hover::placeholder {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.placeholder-nw-fg-senary::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.placeholder-nw-fg-senary::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.placeholder-nw-fg-success-primary::-moz-placeholder {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.placeholder-nw-fg-success-primary::placeholder {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.placeholder-nw-fg-success-secondary::-moz-placeholder {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.placeholder-nw-fg-success-secondary::placeholder {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.placeholder-nw-fg-tertiary::-moz-placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.placeholder-nw-fg-tertiary::placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.placeholder-nw-fg-tertiary-hover::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.placeholder-nw-fg-tertiary-hover::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.placeholder-nw-fg-warning-primary::-moz-placeholder {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.placeholder-nw-fg-warning-primary::placeholder {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.placeholder-nw-fg-warning-secondary::-moz-placeholder {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.placeholder-nw-fg-warning-secondary::placeholder {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.placeholder-nw-fg-white::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.placeholder-nw-fg-white::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.placeholder-nw-sent-message-bg::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.placeholder-nw-sent-message-bg::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.placeholder-nw-sent-message-text-link::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.placeholder-nw-sent-message-text-link::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.placeholder-nw-sent-message-text-link-visited::placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.placeholder-nw-partner-rover-green::-moz-placeholder {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.placeholder-nw-partner-rover-green::placeholder {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-primary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-brand-tertiary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-success:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-success:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-success-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-warning:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-warning:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-warning-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-error:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-error:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-error-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-info:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-info:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-status-info-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-primary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-background-tertiary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-text:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-text:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-border:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-border:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-divider:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-divider:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-lighter:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-medium:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-gray-darker:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-purple-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-purple-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-purple-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-facebook:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-blue-darker:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-cerulean-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-turquoise-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-green-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-yellow-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-orange-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-orange-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-lighter:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-red-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-cyan:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-blue:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-lavender:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-white-almond:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-w-off-black-base:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-nw-black:focus::-moz-placeholder {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.focus\:placeholder-nw-black:focus::placeholder {
  color: hsl(0 0% 0%);
  color: hsl(var(--black));
}

.focus\:placeholder-nw-transparent:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.focus\:placeholder-nw-transparent:focus::placeholder {
  color: hsl(0 0% 100% / 0);
  color: hsl(var(--transparent));
}

.focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.focus\:placeholder-nw-alpha-white-10:focus::placeholder {
  color: hsl(0 0% 100% / 10%);
  color: hsl(var(--alpha-white-10));
}

.focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.focus\:placeholder-nw-alpha-white-20:focus::placeholder {
  color: hsl(0 0% 100% / 20%);
  color: hsl(var(--alpha-white-20));
}

.focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.focus\:placeholder-nw-alpha-white-30:focus::placeholder {
  color: hsl(0 0% 100% / 30%);
  color: hsl(var(--alpha-white-30));
}

.focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.focus\:placeholder-nw-alpha-white-40:focus::placeholder {
  color: hsl(0 0% 100% / 40%);
  color: hsl(var(--alpha-white-40));
}

.focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.focus\:placeholder-nw-alpha-white-50:focus::placeholder {
  color: hsl(0 0% 100% / 50%);
  color: hsl(var(--alpha-white-50));
}

.focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.focus\:placeholder-nw-alpha-white-60:focus::placeholder {
  color: hsl(0 0% 100% / 60%);
  color: hsl(var(--alpha-white-60));
}

.focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.focus\:placeholder-nw-alpha-white-70:focus::placeholder {
  color: hsl(0 0% 100% / 70%);
  color: hsl(var(--alpha-white-70));
}

.focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.focus\:placeholder-nw-alpha-white-80:focus::placeholder {
  color: hsl(0 0% 100% / 80%);
  color: hsl(var(--alpha-white-80));
}

.focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:placeholder-nw-alpha-white-90:focus::placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.focus\:placeholder-nw-alpha-white-100:focus::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--alpha-white-100));
}

.focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.focus\:placeholder-nw-alpha-black-10:focus::placeholder {
  color: hsl(24 12% 8% / 10%);
  color: hsl(var(--alpha-black-10));
}

.focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.focus\:placeholder-nw-alpha-black-20:focus::placeholder {
  color: hsl(24 12% 8% / 20%);
  color: hsl(var(--alpha-black-20));
}

.focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.focus\:placeholder-nw-alpha-black-30:focus::placeholder {
  color: hsl(24 12% 8% / 30%);
  color: hsl(var(--alpha-black-30));
}

.focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.focus\:placeholder-nw-alpha-black-40:focus::placeholder {
  color: hsl(24 12% 8% / 40%);
  color: hsl(var(--alpha-black-40));
}

.focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.focus\:placeholder-nw-alpha-black-50:focus::placeholder {
  color: hsl(24 12% 8% / 50%);
  color: hsl(var(--alpha-black-50));
}

.focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.focus\:placeholder-nw-alpha-black-60:focus::placeholder {
  color: hsl(24 12% 8% / 60%);
  color: hsl(var(--alpha-black-60));
}

.focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.focus\:placeholder-nw-alpha-black-70:focus::placeholder {
  color: hsl(24 12% 8% / 70%);
  color: hsl(var(--alpha-black-70));
}

.focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.focus\:placeholder-nw-alpha-black-80:focus::placeholder {
  color: hsl(24 12% 8% / 80%);
  color: hsl(var(--alpha-black-80));
}

.focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.focus\:placeholder-nw-alpha-black-90:focus::placeholder {
  color: hsl(24 12% 8% / 90%);
  color: hsl(var(--alpha-black-90));
}

.focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.focus\:placeholder-nw-alpha-black-100:focus::placeholder {
  color: hsl(24 12% 8%);
  color: hsl(var(--alpha-black-100));
}

.focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.focus\:placeholder-nw-avatar-bg:focus::placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--periwinkle-100));
}

.focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
  color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
  color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
  color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
  color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
  color: hsl(0 0% 63.9% / 14%);
}

.focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
  color: hsl(0 0% 63.9% / 14%);
}

.focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--periwinkle-500));
}

.focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--white));
}

.focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--aqua-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
  color: hsl(324 35% 60%);
  color: hsl(var(--berry-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
  color: hsl(144 17% 52%);
  color: hsl(var(--evergreen-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
  color: hsl(65 21% 54%);
  color: hsl(var(--herb-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
  color: hsl(35 85% 53%);
  color: hsl(var(--honey-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
  color: hsl(240 37% 66%);
  color: hsl(var(--lavender-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
  color: hsl(205 19% 46%);
  color: hsl(var(--mist-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
  color: hsl(13 97% 71%);
  color: hsl(var(--peach-400));
}

.focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
  color: hsl(302 31% 49%);
  color: hsl(var(--plum-600));
}

.focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
  color: hsl(173 20% 40%);
  color: hsl(var(--sage-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
  color: hsl(8 53% 60%);
  color: hsl(var(--sandalwood-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
  color: hsl(353 26% 60%);
  color: hsl(var(--wildflower-500));
}

.focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
  color: hsl(0 0% 100% / 90%);
  color: hsl(var(--alpha-white-90));
}

.focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.focus\:placeholder-nw-calendar-date-default:focus::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--calendar-date-default));
}

.focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--calendar-date-disabled));
}

.focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.focus\:placeholder-nw-calendar-default:focus::placeholder {
  color: hsl(270 49% 56%);
  color: hsl(var(--calendar-default));
}

.focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.focus\:placeholder-nw-calendar-aqua:focus::placeholder {
  color: hsl(186 50% 53%);
  color: hsl(var(--calendar-aqua));
}

.focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.focus\:placeholder-nw-calendar-disabled:focus::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--calendar-disabled));
}

.focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
  color: hsl(267 61% 85%);
  color: hsl(var(--calendar-multi-day));
}

.focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.focus\:placeholder-nw-calendar-blue:focus::placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--calendar-blue));
}

.focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary));
}

.focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--fg-brand-primary-alt));
}

.focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
  color: hsl(235 80% 59%);
  color: hsl(var(--fg-brand-primary-hover));
}

.focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--fg-brand-quarternary));
}

.focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
  color: hsl(219 100% 94%);
  color: hsl(var(--fg-brand-quinary));
}

.focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary));
}

.focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
  color: hsl(226 95% 75%);
  color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
  color: hsl(217 100% 96%);
  color: hsl(var(--fg-brand-senary-alt));
}

.focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
  color: hsl(221 100% 82%);
  color: hsl(var(--fg-brand-tertiary));
}

.focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.focus\:placeholder-nw-fg-disabled:focus::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-disabled));
}

.focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-disabled-subtle));
}

.focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.focus\:placeholder-nw-fg-error-primary:focus::placeholder {
  color: hsl(5 90% 60%);
  color: hsl(var(--fg-error-primary));
}

.focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
  color: hsl(5 96% 67%);
  color: hsl(var(--fg-error-secondary));
}

.focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.focus\:placeholder-nw-fg-primary:focus::placeholder {
  color: hsl(24 10% 10%);
  color: hsl(var(--fg-primary));
}

.focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.focus\:placeholder-nw-fg-quaternary:focus::placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quaternary));
}

.focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-quaternary-hover));
}

.focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.focus\:placeholder-nw-fg-quinary:focus::placeholder {
  color: hsl(25 7% 64%);
  color: hsl(var(--fg-quinary));
}

.focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
  color: hsl(26 6% 45%);
  color: hsl(var(--fg-quinary-hover));
}

.focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.focus\:placeholder-nw-fg-secondary:focus::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-secondary));
}

.focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
  color: hsl(12 6% 15%);
  color: hsl(var(--fg-secondary-hover));
}

.focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.focus\:placeholder-nw-fg-senary:focus::placeholder {
  color: hsl(26 8% 83%);
  color: hsl(var(--fg-senary));
}

.focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.focus\:placeholder-nw-fg-success-primary:focus::placeholder {
  color: hsl(136 39% 45%);
  color: hsl(var(--fg-success-primary));
}

.focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
  color: hsl(136 37% 58%);
  color: hsl(var(--fg-success-secondary));
}

.focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.focus\:placeholder-nw-fg-tertiary:focus::placeholder {
  color: hsl(33 5% 32%);
  color: hsl(var(--fg-tertiary));
}

.focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
  color: hsl(30 6% 25%);
  color: hsl(var(--fg-tertiary-hover));
}

.focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
  color: hsl(43 93% 47%);
  color: hsl(var(--fg-warning-primary));
}

.focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
  color: hsl(46 96% 53%);
  color: hsl(var(--fg-warning-secondary));
}

.focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.focus\:placeholder-nw-fg-white:focus::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--fg-white));
}

.focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.focus\:placeholder-nw-sent-message-bg:focus::placeholder {
  color: hsl(230 89% 67%);
  color: hsl(var(--sent-message-bg));
}

.focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
  color: hsl(0 0% 100%);
  color: hsl(var(--sent-message-text-link));
}

.focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
  color: hsl(219 100% 89%);
  color: hsl(var(--sent-message-text-link-visited));
}

.focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.focus\:placeholder-nw-partner-rover-green:focus::placeholder {
  color: hsl(156 100% 37%);
  color: hsl(var(--partner-rover-green));
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-nav-dropdown-light {
  --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-w-focus {
  --tw-shadow: 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-w-focus-inset {
  --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-w-focus-light {
  --tw-shadow: 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-w-focus-inset-light {
  --tw-shadow: inset 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-w-hover {
  --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-nw-brand-xs {
  --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-nw-large {
  --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-nw-sm {
  --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-nw-xs {
  --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-nav-dropdown-light {
  --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-w-focus {
  --tw-shadow: 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-w-focus-inset {
  --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-w-focus-light {
  --tw-shadow: 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-w-focus-inset-light {
  --tw-shadow: inset 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-w-hover {
  --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-nw-brand-xs {
  --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-nw-large {
  --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-nw-sm {
  --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-nw-xs {
  --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-nav-dropdown-light:focus-within {
  --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-w-focus:focus-within {
  --tw-shadow: 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-w-focus-inset:focus-within {
  --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-w-focus-light:focus-within {
  --tw-shadow: 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-w-focus-inset-light:focus-within {
  --tw-shadow: inset 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-w-hover:focus-within {
  --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-nw-brand-xs:focus-within {
  --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-nw-large:focus-within {
  --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-nw-sm:focus-within {
  --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-nw-xs:focus-within {
  --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-nav-dropdown-light:hover {
  --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-w-focus:hover {
  --tw-shadow: 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-w-focus-inset:hover {
  --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-w-focus-light:hover {
  --tw-shadow: 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-w-focus-inset-light:hover {
  --tw-shadow: inset 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-w-hover:hover {
  --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-nw-brand-xs:hover {
  --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-nw-large:hover {
  --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-nw-sm:hover {
  --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-nw-xs:hover {
  --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-nav-dropdown-light:focus {
  --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-w-focus:focus {
  --tw-shadow: 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-w-focus-inset:focus {
  --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-w-focus-light:focus {
  --tw-shadow: 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-w-focus-inset-light:focus {
  --tw-shadow: inset 0 0 0 3px #FFFFFF;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-w-hover:focus {
  --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-nw-brand-xs:focus {
  --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-nw-large:focus {
  --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-nw-sm:focus {
  --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-nw-xs:focus {
  --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.outline-w-nav-focus {
  outline: #ff4738 dotted .125rem;
  outline-offset: 0;
}

.outline-w-brand-secondary {
  outline: 2px solid #486de7;
  outline: 2px solid var(--brand-secondary);
  outline-offset: 1px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-w-nav-focus:focus-within {
  outline: #ff4738 dotted .125rem;
  outline-offset: 0;
}

.focus-within\:outline-w-brand-secondary:focus-within {
  outline: 2px solid #486de7;
  outline: 2px solid var(--brand-secondary);
  outline-offset: 1px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-w-nav-focus:focus {
  outline: #ff4738 dotted .125rem;
  outline-offset: 0;
}

.focus\:outline-w-brand-secondary:focus {
  outline: 2px solid #486de7;
  outline: 2px solid var(--brand-secondary);
  outline-offset: 1px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-w-brand-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.ring-w-brand-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
}

.ring-w-brand-tertiary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
}

.ring-w-status-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.ring-w-status-success-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
}

.ring-w-status-warning {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
}

.ring-w-status-warning-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
}

.ring-w-status-error {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
}

.ring-w-status-error-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}

.ring-w-status-info {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.ring-w-status-info-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.ring-w-background-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.ring-w-background-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.ring-w-background-tertiary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
}

.ring-w-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.ring-w-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.ring-w-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-w-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.ring-w-divider {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.ring-w-gray-lighter {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.ring-w-gray-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
}

.ring-w-gray-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.ring-w-gray-medium {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.ring-w-gray-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
}

.ring-w-gray-darker {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
}

.ring-w-purple-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
}

.ring-w-purple-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
}

.ring-w-blue-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
}

.ring-w-blue-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
}

.ring-w-blue-facebook {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
}

.ring-w-blue-darker {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
}

.ring-w-cerulean-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
}

.ring-w-turquoise-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
}

.ring-w-green-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
}

.ring-w-green-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
}

.ring-w-green-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.ring-w-yellow-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.ring-w-orange-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
}

.ring-w-red-lighter {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
}

.ring-w-red-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
}

.ring-w-red-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
}

.ring-w-red-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
}

.ring-w-off-white-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
}

.ring-w-off-white-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.ring-w-off-white-cyan {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
}

.ring-w-off-white-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.ring-w-off-white-lavender {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
}

.ring-w-off-white-almond {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
}

.ring-w-off-black-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.ring-nw-black {
  --tw-ring-color: hsl(var(--black));
}

.ring-nw-transparent {
  --tw-ring-color: hsl(var(--transparent));
}

.ring-nw-alpha-white-10 {
  --tw-ring-color: hsl(var(--alpha-white-10));
}

.ring-nw-alpha-white-20 {
  --tw-ring-color: hsl(var(--alpha-white-20));
}

.ring-nw-alpha-white-30 {
  --tw-ring-color: hsl(var(--alpha-white-30));
}

.ring-nw-alpha-white-40 {
  --tw-ring-color: hsl(var(--alpha-white-40));
}

.ring-nw-alpha-white-50 {
  --tw-ring-color: hsl(var(--alpha-white-50));
}

.ring-nw-alpha-white-60 {
  --tw-ring-color: hsl(var(--alpha-white-60));
}

.ring-nw-alpha-white-70 {
  --tw-ring-color: hsl(var(--alpha-white-70));
}

.ring-nw-alpha-white-80 {
  --tw-ring-color: hsl(var(--alpha-white-80));
}

.ring-nw-alpha-white-90 {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.ring-nw-alpha-white-100 {
  --tw-ring-color: hsl(var(--alpha-white-100));
}

.ring-nw-alpha-black-10 {
  --tw-ring-color: hsl(var(--alpha-black-10));
}

.ring-nw-alpha-black-20 {
  --tw-ring-color: hsl(var(--alpha-black-20));
}

.ring-nw-alpha-black-30 {
  --tw-ring-color: hsl(var(--alpha-black-30));
}

.ring-nw-alpha-black-40 {
  --tw-ring-color: hsl(var(--alpha-black-40));
}

.ring-nw-alpha-black-50 {
  --tw-ring-color: hsl(var(--alpha-black-50));
}

.ring-nw-alpha-black-60 {
  --tw-ring-color: hsl(var(--alpha-black-60));
}

.ring-nw-alpha-black-70 {
  --tw-ring-color: hsl(var(--alpha-black-70));
}

.ring-nw-alpha-black-80 {
  --tw-ring-color: hsl(var(--alpha-black-80));
}

.ring-nw-alpha-black-90 {
  --tw-ring-color: hsl(var(--alpha-black-90));
}

.ring-nw-alpha-black-100 {
  --tw-ring-color: hsl(var(--alpha-black-100));
}

.ring-nw-avatar-bg {
  --tw-ring-color: hsl(var(--periwinkle-100));
}

.ring-nw-avatar-contrast-border {
  --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
}

.ring-nw-avatar-contrast-border-brand {
  --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
}

.ring-nw-avatar-focus-border {
  --tw-ring-color: hsl(0 0% 63.9% / 14%);
}

.ring-nw-avatar-placeholder-text {
  --tw-ring-color: hsl(var(--periwinkle-500));
}

.ring-nw-avatar-profile-photo-border {
  --tw-ring-color: hsl(var(--white));
}

.ring-nw-avatar-recipient-bg-aqua {
  --tw-ring-color: hsl(var(--aqua-400));
}

.ring-nw-avatar-recipient-bg-berry {
  --tw-ring-color: hsl(var(--berry-500));
}

.ring-nw-avatar-recipient-bg-evergreen {
  --tw-ring-color: hsl(var(--evergreen-400));
}

.ring-nw-avatar-recipient-bg-herb {
  --tw-ring-color: hsl(var(--herb-400));
}

.ring-nw-avatar-recipient-bg-honey {
  --tw-ring-color: hsl(var(--honey-400));
}

.ring-nw-avatar-recipient-bg-lavender {
  --tw-ring-color: hsl(var(--lavender-500));
}

.ring-nw-avatar-recipient-bg-mist {
  --tw-ring-color: hsl(var(--mist-500));
}

.ring-nw-avatar-recipient-bg-peach {
  --tw-ring-color: hsl(var(--peach-400));
}

.ring-nw-avatar-recipient-bg-plum {
  --tw-ring-color: hsl(var(--plum-600));
}

.ring-nw-avatar-recipient-bg-sage {
  --tw-ring-color: hsl(var(--sage-500));
}

.ring-nw-avatar-recipient-bg-sandalwood {
  --tw-ring-color: hsl(var(--sandalwood-500));
}

.ring-nw-avatar-recipient-bg-wildflower {
  --tw-ring-color: hsl(var(--wildflower-500));
}

.ring-nw-avatar-recipient-border {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.ring-nw-calendar-date-default {
  --tw-ring-color: hsl(var(--calendar-date-default));
}

.ring-nw-calendar-date-disabled {
  --tw-ring-color: hsl(var(--calendar-date-disabled));
}

.ring-nw-calendar-default {
  --tw-ring-color: hsl(var(--calendar-default));
}

.ring-nw-calendar-aqua {
  --tw-ring-color: hsl(var(--calendar-aqua));
}

.ring-nw-calendar-disabled {
  --tw-ring-color: hsl(var(--calendar-disabled));
}

.ring-nw-calendar-multi-day {
  --tw-ring-color: hsl(var(--calendar-multi-day));
}

.ring-nw-calendar-blue {
  --tw-ring-color: hsl(var(--calendar-blue));
}

.ring-nw-fg-brand-primary {
  --tw-ring-color: hsl(var(--fg-brand-primary));
}

.ring-nw-fg-brand-primary-alt {
  --tw-ring-color: hsl(var(--fg-brand-primary-alt));
}

.ring-nw-fg-brand-primary-hover {
  --tw-ring-color: hsl(var(--fg-brand-primary-hover));
}

.ring-nw-fg-brand-quarternary {
  --tw-ring-color: hsl(var(--fg-brand-quarternary));
}

.ring-nw-fg-brand-quinary {
  --tw-ring-color: hsl(var(--fg-brand-quinary));
}

.ring-nw-fg-brand-secondary {
  --tw-ring-color: hsl(var(--fg-brand-secondary));
}

.ring-nw-fg-brand-secondary-alt {
  --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
}

.ring-nw-fg-brand-senary-alt {
  --tw-ring-color: hsl(var(--fg-brand-senary-alt));
}

.ring-nw-fg-brand-tertiary {
  --tw-ring-color: hsl(var(--fg-brand-tertiary));
}

.ring-nw-fg-disabled {
  --tw-ring-color: hsl(var(--fg-disabled));
}

.ring-nw-fg-disabled-subtle {
  --tw-ring-color: hsl(var(--fg-disabled-subtle));
}

.ring-nw-fg-error-primary {
  --tw-ring-color: hsl(var(--fg-error-primary));
}

.ring-nw-fg-error-secondary {
  --tw-ring-color: hsl(var(--fg-error-secondary));
}

.ring-nw-fg-primary {
  --tw-ring-color: hsl(var(--fg-primary));
}

.ring-nw-fg-quaternary {
  --tw-ring-color: hsl(var(--fg-quaternary));
}

.ring-nw-fg-quaternary-hover {
  --tw-ring-color: hsl(var(--fg-quaternary-hover));
}

.ring-nw-fg-quinary {
  --tw-ring-color: hsl(var(--fg-quinary));
}

.ring-nw-fg-quinary-hover {
  --tw-ring-color: hsl(var(--fg-quinary-hover));
}

.ring-nw-fg-secondary {
  --tw-ring-color: hsl(var(--fg-secondary));
}

.ring-nw-fg-secondary-hover {
  --tw-ring-color: hsl(var(--fg-secondary-hover));
}

.ring-nw-fg-senary {
  --tw-ring-color: hsl(var(--fg-senary));
}

.ring-nw-fg-success-primary {
  --tw-ring-color: hsl(var(--fg-success-primary));
}

.ring-nw-fg-success-secondary {
  --tw-ring-color: hsl(var(--fg-success-secondary));
}

.ring-nw-fg-tertiary {
  --tw-ring-color: hsl(var(--fg-tertiary));
}

.ring-nw-fg-tertiary-hover {
  --tw-ring-color: hsl(var(--fg-tertiary-hover));
}

.ring-nw-fg-warning-primary {
  --tw-ring-color: hsl(var(--fg-warning-primary));
}

.ring-nw-fg-warning-secondary {
  --tw-ring-color: hsl(var(--fg-warning-secondary));
}

.ring-nw-fg-white {
  --tw-ring-color: hsl(var(--fg-white));
}

.ring-nw-sent-message-bg {
  --tw-ring-color: hsl(var(--sent-message-bg));
}

.ring-nw-sent-message-text-link {
  --tw-ring-color: hsl(var(--sent-message-text-link));
}

.ring-nw-sent-message-text-link-visited {
  --tw-ring-color: hsl(var(--sent-message-text-link-visited));
}

.ring-nw-partner-rover-green {
  --tw-ring-color: hsl(var(--partner-rover-green));
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-w-brand-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.focus-within\:ring-w-brand-secondary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-w-brand-tertiary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-success-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-warning:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-warning-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-error:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-error-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-info:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.focus-within\:ring-w-status-info-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-w-background-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-w-background-secondary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-w-background-tertiary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-w-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus-within\:ring-w-text:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.focus-within\:ring-w-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-w-border:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.focus-within\:ring-w-divider:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-lighter:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-medium:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-w-gray-darker:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
}

.focus-within\:ring-w-purple-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
}

.focus-within\:ring-w-purple-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-w-blue-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-w-blue-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-w-blue-facebook:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
}

.focus-within\:ring-w-blue-darker:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
}

.focus-within\:ring-w-cerulean-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-w-turquoise-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
}

.focus-within\:ring-w-green-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
}

.focus-within\:ring-w-green-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
}

.focus-within\:ring-w-green-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-w-yellow-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-w-orange-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
}

.focus-within\:ring-w-red-lighter:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-w-red-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
}

.focus-within\:ring-w-red-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
}

.focus-within\:ring-w-red-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-cyan:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-blue:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-lavender:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-white-almond:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-w-off-black-base:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus-within\:ring-nw-black:focus-within {
  --tw-ring-color: hsl(var(--black));
}

.focus-within\:ring-nw-transparent:focus-within {
  --tw-ring-color: hsl(var(--transparent));
}

.focus-within\:ring-nw-alpha-white-10:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-10));
}

.focus-within\:ring-nw-alpha-white-20:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-20));
}

.focus-within\:ring-nw-alpha-white-30:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-30));
}

.focus-within\:ring-nw-alpha-white-40:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-40));
}

.focus-within\:ring-nw-alpha-white-50:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-50));
}

.focus-within\:ring-nw-alpha-white-60:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-60));
}

.focus-within\:ring-nw-alpha-white-70:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-70));
}

.focus-within\:ring-nw-alpha-white-80:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-80));
}

.focus-within\:ring-nw-alpha-white-90:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.focus-within\:ring-nw-alpha-white-100:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-100));
}

.focus-within\:ring-nw-alpha-black-10:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-10));
}

.focus-within\:ring-nw-alpha-black-20:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-20));
}

.focus-within\:ring-nw-alpha-black-30:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-30));
}

.focus-within\:ring-nw-alpha-black-40:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-40));
}

.focus-within\:ring-nw-alpha-black-50:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-50));
}

.focus-within\:ring-nw-alpha-black-60:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-60));
}

.focus-within\:ring-nw-alpha-black-70:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-70));
}

.focus-within\:ring-nw-alpha-black-80:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-80));
}

.focus-within\:ring-nw-alpha-black-90:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-90));
}

.focus-within\:ring-nw-alpha-black-100:focus-within {
  --tw-ring-color: hsl(var(--alpha-black-100));
}

.focus-within\:ring-nw-avatar-bg:focus-within {
  --tw-ring-color: hsl(var(--periwinkle-100));
}

.focus-within\:ring-nw-avatar-contrast-border:focus-within {
  --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
}

.focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
  --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
}

.focus-within\:ring-nw-avatar-focus-border:focus-within {
  --tw-ring-color: hsl(0 0% 63.9% / 14%);
}

.focus-within\:ring-nw-avatar-placeholder-text:focus-within {
  --tw-ring-color: hsl(var(--periwinkle-500));
}

.focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
  --tw-ring-color: hsl(var(--white));
}

.focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
  --tw-ring-color: hsl(var(--aqua-400));
}

.focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
  --tw-ring-color: hsl(var(--berry-500));
}

.focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
  --tw-ring-color: hsl(var(--evergreen-400));
}

.focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
  --tw-ring-color: hsl(var(--herb-400));
}

.focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
  --tw-ring-color: hsl(var(--honey-400));
}

.focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
  --tw-ring-color: hsl(var(--lavender-500));
}

.focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
  --tw-ring-color: hsl(var(--mist-500));
}

.focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
  --tw-ring-color: hsl(var(--peach-400));
}

.focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
  --tw-ring-color: hsl(var(--plum-600));
}

.focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
  --tw-ring-color: hsl(var(--sage-500));
}

.focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
  --tw-ring-color: hsl(var(--sandalwood-500));
}

.focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
  --tw-ring-color: hsl(var(--wildflower-500));
}

.focus-within\:ring-nw-avatar-recipient-border:focus-within {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.focus-within\:ring-nw-calendar-date-default:focus-within {
  --tw-ring-color: hsl(var(--calendar-date-default));
}

.focus-within\:ring-nw-calendar-date-disabled:focus-within {
  --tw-ring-color: hsl(var(--calendar-date-disabled));
}

.focus-within\:ring-nw-calendar-default:focus-within {
  --tw-ring-color: hsl(var(--calendar-default));
}

.focus-within\:ring-nw-calendar-aqua:focus-within {
  --tw-ring-color: hsl(var(--calendar-aqua));
}

.focus-within\:ring-nw-calendar-disabled:focus-within {
  --tw-ring-color: hsl(var(--calendar-disabled));
}

.focus-within\:ring-nw-calendar-multi-day:focus-within {
  --tw-ring-color: hsl(var(--calendar-multi-day));
}

.focus-within\:ring-nw-calendar-blue:focus-within {
  --tw-ring-color: hsl(var(--calendar-blue));
}

.focus-within\:ring-nw-fg-brand-primary:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-primary));
}

.focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-primary-alt));
}

.focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-primary-hover));
}

.focus-within\:ring-nw-fg-brand-quarternary:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-quarternary));
}

.focus-within\:ring-nw-fg-brand-quinary:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-quinary));
}

.focus-within\:ring-nw-fg-brand-secondary:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-secondary));
}

.focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
}

.focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-senary-alt));
}

.focus-within\:ring-nw-fg-brand-tertiary:focus-within {
  --tw-ring-color: hsl(var(--fg-brand-tertiary));
}

.focus-within\:ring-nw-fg-disabled:focus-within {
  --tw-ring-color: hsl(var(--fg-disabled));
}

.focus-within\:ring-nw-fg-disabled-subtle:focus-within {
  --tw-ring-color: hsl(var(--fg-disabled-subtle));
}

.focus-within\:ring-nw-fg-error-primary:focus-within {
  --tw-ring-color: hsl(var(--fg-error-primary));
}

.focus-within\:ring-nw-fg-error-secondary:focus-within {
  --tw-ring-color: hsl(var(--fg-error-secondary));
}

.focus-within\:ring-nw-fg-primary:focus-within {
  --tw-ring-color: hsl(var(--fg-primary));
}

.focus-within\:ring-nw-fg-quaternary:focus-within {
  --tw-ring-color: hsl(var(--fg-quaternary));
}

.focus-within\:ring-nw-fg-quaternary-hover:focus-within {
  --tw-ring-color: hsl(var(--fg-quaternary-hover));
}

.focus-within\:ring-nw-fg-quinary:focus-within {
  --tw-ring-color: hsl(var(--fg-quinary));
}

.focus-within\:ring-nw-fg-quinary-hover:focus-within {
  --tw-ring-color: hsl(var(--fg-quinary-hover));
}

.focus-within\:ring-nw-fg-secondary:focus-within {
  --tw-ring-color: hsl(var(--fg-secondary));
}

.focus-within\:ring-nw-fg-secondary-hover:focus-within {
  --tw-ring-color: hsl(var(--fg-secondary-hover));
}

.focus-within\:ring-nw-fg-senary:focus-within {
  --tw-ring-color: hsl(var(--fg-senary));
}

.focus-within\:ring-nw-fg-success-primary:focus-within {
  --tw-ring-color: hsl(var(--fg-success-primary));
}

.focus-within\:ring-nw-fg-success-secondary:focus-within {
  --tw-ring-color: hsl(var(--fg-success-secondary));
}

.focus-within\:ring-nw-fg-tertiary:focus-within {
  --tw-ring-color: hsl(var(--fg-tertiary));
}

.focus-within\:ring-nw-fg-tertiary-hover:focus-within {
  --tw-ring-color: hsl(var(--fg-tertiary-hover));
}

.focus-within\:ring-nw-fg-warning-primary:focus-within {
  --tw-ring-color: hsl(var(--fg-warning-primary));
}

.focus-within\:ring-nw-fg-warning-secondary:focus-within {
  --tw-ring-color: hsl(var(--fg-warning-secondary));
}

.focus-within\:ring-nw-fg-white:focus-within {
  --tw-ring-color: hsl(var(--fg-white));
}

.focus-within\:ring-nw-sent-message-bg:focus-within {
  --tw-ring-color: hsl(var(--sent-message-bg));
}

.focus-within\:ring-nw-sent-message-text-link:focus-within {
  --tw-ring-color: hsl(var(--sent-message-text-link));
}

.focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
  --tw-ring-color: hsl(var(--sent-message-text-link-visited));
}

.focus-within\:ring-nw-partner-rover-green:focus-within {
  --tw-ring-color: hsl(var(--partner-rover-green));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-w-brand-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.focus\:ring-w-brand-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
}

.focus\:ring-w-brand-tertiary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
}

.focus\:ring-w-status-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.focus\:ring-w-status-success-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
}

.focus\:ring-w-status-warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
}

.focus\:ring-w-status-warning-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
}

.focus\:ring-w-status-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
}

.focus\:ring-w-status-error-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}

.focus\:ring-w-status-info:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
}

.focus\:ring-w-status-info-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus\:ring-w-background-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.focus\:ring-w-background-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus\:ring-w-background-tertiary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
}

.focus\:ring-w-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus\:ring-w-text:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.focus\:ring-w-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-w-border:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.focus\:ring-w-divider:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-lighter:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-medium:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
}

.focus\:ring-w-gray-darker:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
}

.focus\:ring-w-purple-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
}

.focus\:ring-w-purple-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
}

.focus\:ring-w-blue-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
}

.focus\:ring-w-blue-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
}

.focus\:ring-w-blue-facebook:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
}

.focus\:ring-w-blue-darker:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
}

.focus\:ring-w-cerulean-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
}

.focus\:ring-w-turquoise-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
}

.focus\:ring-w-green-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
}

.focus\:ring-w-green-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
}

.focus\:ring-w-green-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
}

.focus\:ring-w-yellow-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.focus\:ring-w-orange-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
}

.focus\:ring-w-red-lighter:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
}

.focus\:ring-w-red-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
}

.focus\:ring-w-red-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
}

.focus\:ring-w-red-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-cyan:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-lavender:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
}

.focus\:ring-w-off-white-almond:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
}

.focus\:ring-w-off-black-base:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus\:ring-nw-black:focus {
  --tw-ring-color: hsl(var(--black));
}

.focus\:ring-nw-transparent:focus {
  --tw-ring-color: hsl(var(--transparent));
}

.focus\:ring-nw-alpha-white-10:focus {
  --tw-ring-color: hsl(var(--alpha-white-10));
}

.focus\:ring-nw-alpha-white-20:focus {
  --tw-ring-color: hsl(var(--alpha-white-20));
}

.focus\:ring-nw-alpha-white-30:focus {
  --tw-ring-color: hsl(var(--alpha-white-30));
}

.focus\:ring-nw-alpha-white-40:focus {
  --tw-ring-color: hsl(var(--alpha-white-40));
}

.focus\:ring-nw-alpha-white-50:focus {
  --tw-ring-color: hsl(var(--alpha-white-50));
}

.focus\:ring-nw-alpha-white-60:focus {
  --tw-ring-color: hsl(var(--alpha-white-60));
}

.focus\:ring-nw-alpha-white-70:focus {
  --tw-ring-color: hsl(var(--alpha-white-70));
}

.focus\:ring-nw-alpha-white-80:focus {
  --tw-ring-color: hsl(var(--alpha-white-80));
}

.focus\:ring-nw-alpha-white-90:focus {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.focus\:ring-nw-alpha-white-100:focus {
  --tw-ring-color: hsl(var(--alpha-white-100));
}

.focus\:ring-nw-alpha-black-10:focus {
  --tw-ring-color: hsl(var(--alpha-black-10));
}

.focus\:ring-nw-alpha-black-20:focus {
  --tw-ring-color: hsl(var(--alpha-black-20));
}

.focus\:ring-nw-alpha-black-30:focus {
  --tw-ring-color: hsl(var(--alpha-black-30));
}

.focus\:ring-nw-alpha-black-40:focus {
  --tw-ring-color: hsl(var(--alpha-black-40));
}

.focus\:ring-nw-alpha-black-50:focus {
  --tw-ring-color: hsl(var(--alpha-black-50));
}

.focus\:ring-nw-alpha-black-60:focus {
  --tw-ring-color: hsl(var(--alpha-black-60));
}

.focus\:ring-nw-alpha-black-70:focus {
  --tw-ring-color: hsl(var(--alpha-black-70));
}

.focus\:ring-nw-alpha-black-80:focus {
  --tw-ring-color: hsl(var(--alpha-black-80));
}

.focus\:ring-nw-alpha-black-90:focus {
  --tw-ring-color: hsl(var(--alpha-black-90));
}

.focus\:ring-nw-alpha-black-100:focus {
  --tw-ring-color: hsl(var(--alpha-black-100));
}

.focus\:ring-nw-avatar-bg:focus {
  --tw-ring-color: hsl(var(--periwinkle-100));
}

.focus\:ring-nw-avatar-contrast-border:focus {
  --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:ring-nw-avatar-contrast-border-brand:focus {
  --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:ring-nw-avatar-focus-border:focus {
  --tw-ring-color: hsl(0 0% 63.9% / 14%);
}

.focus\:ring-nw-avatar-placeholder-text:focus {
  --tw-ring-color: hsl(var(--periwinkle-500));
}

.focus\:ring-nw-avatar-profile-photo-border:focus {
  --tw-ring-color: hsl(var(--white));
}

.focus\:ring-nw-avatar-recipient-bg-aqua:focus {
  --tw-ring-color: hsl(var(--aqua-400));
}

.focus\:ring-nw-avatar-recipient-bg-berry:focus {
  --tw-ring-color: hsl(var(--berry-500));
}

.focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
  --tw-ring-color: hsl(var(--evergreen-400));
}

.focus\:ring-nw-avatar-recipient-bg-herb:focus {
  --tw-ring-color: hsl(var(--herb-400));
}

.focus\:ring-nw-avatar-recipient-bg-honey:focus {
  --tw-ring-color: hsl(var(--honey-400));
}

.focus\:ring-nw-avatar-recipient-bg-lavender:focus {
  --tw-ring-color: hsl(var(--lavender-500));
}

.focus\:ring-nw-avatar-recipient-bg-mist:focus {
  --tw-ring-color: hsl(var(--mist-500));
}

.focus\:ring-nw-avatar-recipient-bg-peach:focus {
  --tw-ring-color: hsl(var(--peach-400));
}

.focus\:ring-nw-avatar-recipient-bg-plum:focus {
  --tw-ring-color: hsl(var(--plum-600));
}

.focus\:ring-nw-avatar-recipient-bg-sage:focus {
  --tw-ring-color: hsl(var(--sage-500));
}

.focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
  --tw-ring-color: hsl(var(--sandalwood-500));
}

.focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
  --tw-ring-color: hsl(var(--wildflower-500));
}

.focus\:ring-nw-avatar-recipient-border:focus {
  --tw-ring-color: hsl(var(--alpha-white-90));
}

.focus\:ring-nw-calendar-date-default:focus {
  --tw-ring-color: hsl(var(--calendar-date-default));
}

.focus\:ring-nw-calendar-date-disabled:focus {
  --tw-ring-color: hsl(var(--calendar-date-disabled));
}

.focus\:ring-nw-calendar-default:focus {
  --tw-ring-color: hsl(var(--calendar-default));
}

.focus\:ring-nw-calendar-aqua:focus {
  --tw-ring-color: hsl(var(--calendar-aqua));
}

.focus\:ring-nw-calendar-disabled:focus {
  --tw-ring-color: hsl(var(--calendar-disabled));
}

.focus\:ring-nw-calendar-multi-day:focus {
  --tw-ring-color: hsl(var(--calendar-multi-day));
}

.focus\:ring-nw-calendar-blue:focus {
  --tw-ring-color: hsl(var(--calendar-blue));
}

.focus\:ring-nw-fg-brand-primary:focus {
  --tw-ring-color: hsl(var(--fg-brand-primary));
}

.focus\:ring-nw-fg-brand-primary-alt:focus {
  --tw-ring-color: hsl(var(--fg-brand-primary-alt));
}

.focus\:ring-nw-fg-brand-primary-hover:focus {
  --tw-ring-color: hsl(var(--fg-brand-primary-hover));
}

.focus\:ring-nw-fg-brand-quarternary:focus {
  --tw-ring-color: hsl(var(--fg-brand-quarternary));
}

.focus\:ring-nw-fg-brand-quinary:focus {
  --tw-ring-color: hsl(var(--fg-brand-quinary));
}

.focus\:ring-nw-fg-brand-secondary:focus {
  --tw-ring-color: hsl(var(--fg-brand-secondary));
}

.focus\:ring-nw-fg-brand-secondary-alt:focus {
  --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:ring-nw-fg-brand-senary-alt:focus {
  --tw-ring-color: hsl(var(--fg-brand-senary-alt));
}

.focus\:ring-nw-fg-brand-tertiary:focus {
  --tw-ring-color: hsl(var(--fg-brand-tertiary));
}

.focus\:ring-nw-fg-disabled:focus {
  --tw-ring-color: hsl(var(--fg-disabled));
}

.focus\:ring-nw-fg-disabled-subtle:focus {
  --tw-ring-color: hsl(var(--fg-disabled-subtle));
}

.focus\:ring-nw-fg-error-primary:focus {
  --tw-ring-color: hsl(var(--fg-error-primary));
}

.focus\:ring-nw-fg-error-secondary:focus {
  --tw-ring-color: hsl(var(--fg-error-secondary));
}

.focus\:ring-nw-fg-primary:focus {
  --tw-ring-color: hsl(var(--fg-primary));
}

.focus\:ring-nw-fg-quaternary:focus {
  --tw-ring-color: hsl(var(--fg-quaternary));
}

.focus\:ring-nw-fg-quaternary-hover:focus {
  --tw-ring-color: hsl(var(--fg-quaternary-hover));
}

.focus\:ring-nw-fg-quinary:focus {
  --tw-ring-color: hsl(var(--fg-quinary));
}

.focus\:ring-nw-fg-quinary-hover:focus {
  --tw-ring-color: hsl(var(--fg-quinary-hover));
}

.focus\:ring-nw-fg-secondary:focus {
  --tw-ring-color: hsl(var(--fg-secondary));
}

.focus\:ring-nw-fg-secondary-hover:focus {
  --tw-ring-color: hsl(var(--fg-secondary-hover));
}

.focus\:ring-nw-fg-senary:focus {
  --tw-ring-color: hsl(var(--fg-senary));
}

.focus\:ring-nw-fg-success-primary:focus {
  --tw-ring-color: hsl(var(--fg-success-primary));
}

.focus\:ring-nw-fg-success-secondary:focus {
  --tw-ring-color: hsl(var(--fg-success-secondary));
}

.focus\:ring-nw-fg-tertiary:focus {
  --tw-ring-color: hsl(var(--fg-tertiary));
}

.focus\:ring-nw-fg-tertiary-hover:focus {
  --tw-ring-color: hsl(var(--fg-tertiary-hover));
}

.focus\:ring-nw-fg-warning-primary:focus {
  --tw-ring-color: hsl(var(--fg-warning-primary));
}

.focus\:ring-nw-fg-warning-secondary:focus {
  --tw-ring-color: hsl(var(--fg-warning-secondary));
}

.focus\:ring-nw-fg-white:focus {
  --tw-ring-color: hsl(var(--fg-white));
}

.focus\:ring-nw-sent-message-bg:focus {
  --tw-ring-color: hsl(var(--sent-message-bg));
}

.focus\:ring-nw-sent-message-text-link:focus {
  --tw-ring-color: hsl(var(--sent-message-text-link));
}

.focus\:ring-nw-sent-message-text-link-visited:focus {
  --tw-ring-color: hsl(var(--sent-message-text-link-visited));
}

.focus\:ring-nw-partner-rover-green:focus {
  --tw-ring-color: hsl(var(--partner-rover-green));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-w-brand-primary {
  --tw-ring-offset-color: #1436A4;
}

.ring-offset-w-brand-secondary {
  --tw-ring-offset-color: #486DE7;
}

.ring-offset-w-brand-tertiary {
  --tw-ring-offset-color: #E12723;
}

.ring-offset-w-status-success {
  --tw-ring-offset-color: #008000;
}

.ring-offset-w-status-success-light {
  --tw-ring-offset-color: #E9FAE9;
}

.ring-offset-w-status-warning {
  --tw-ring-offset-color: #FFCA6B;
}

.ring-offset-w-status-warning-light {
  --tw-ring-offset-color: #FFF4E2;
}

.ring-offset-w-status-error {
  --tw-ring-offset-color: #D91F1B;
}

.ring-offset-w-status-error-light {
  --tw-ring-offset-color: #FFF1F1;
}

.ring-offset-w-status-info {
  --tw-ring-offset-color: #1436A4;
}

.ring-offset-w-status-info-light {
  --tw-ring-offset-color: #F1F4FC;
}

.ring-offset-w-background-primary {
  --tw-ring-offset-color: #F8F8F8;
}

.ring-offset-w-background-secondary {
  --tw-ring-offset-color: #F1F4FC;
}

.ring-offset-w-background-tertiary {
  --tw-ring-offset-color: #FFE9E2;
}

.ring-offset-w-dark {
  --tw-ring-offset-color: #222222;
}

.ring-offset-w-text {
  --tw-ring-offset-color: #727272;
}

.ring-offset-w-light {
  --tw-ring-offset-color: #FFFFFF;
}

.ring-offset-w-border {
  --tw-ring-offset-color: #949494;
}

.ring-offset-w-divider {
  --tw-ring-offset-color: #EDEDED;
}

.ring-offset-w-gray-lighter {
  --tw-ring-offset-color: #D6D6D6;
}

.ring-offset-w-gray-light {
  --tw-ring-offset-color: #B6B6B6;
}

.ring-offset-w-gray-base {
  --tw-ring-offset-color: #999999;
}

.ring-offset-w-gray-medium {
  --tw-ring-offset-color: #949494;
}

.ring-offset-w-gray-dark {
  --tw-ring-offset-color: #727375;
}

.ring-offset-w-gray-darker {
  --tw-ring-offset-color: #555555;
}

.ring-offset-w-purple-base {
  --tw-ring-offset-color: #662D91;
}

.ring-offset-w-purple-dark {
  --tw-ring-offset-color: #551A8B;
}

.ring-offset-w-blue-light {
  --tw-ring-offset-color: #7392D5;
}

.ring-offset-w-blue-base {
  --tw-ring-offset-color: #025699;
}

.ring-offset-w-blue-facebook {
  --tw-ring-offset-color: #3B5998;
}

.ring-offset-w-blue-darker {
  --tw-ring-offset-color: #000066;
}

.ring-offset-w-cerulean-base {
  --tw-ring-offset-color: #00ACED;
}

.ring-offset-w-turquoise-base {
  --tw-ring-offset-color: #50E3C2;
}

.ring-offset-w-green-light {
  --tw-ring-offset-color: #7ED321;
}

.ring-offset-w-green-base {
  --tw-ring-offset-color: #6AC865;
}

.ring-offset-w-green-dark {
  --tw-ring-offset-color: #008000;
}

.ring-offset-w-yellow-base {
  --tw-ring-offset-color: #FFCC00;
}

.ring-offset-w-orange-base {
  --tw-ring-offset-color: #FF9E1F;
}

.ring-offset-w-red-lighter {
  --tw-ring-offset-color: #F79B95;
}

.ring-offset-w-red-light {
  --tw-ring-offset-color: #FF7165;
}

.ring-offset-w-red-base {
  --tw-ring-offset-color: #FF4738;
}

.ring-offset-w-red-dark {
  --tw-ring-offset-color: #FF1300;
}

.ring-offset-w-off-white-light {
  --tw-ring-offset-color: #F7F7F7;
}

.ring-offset-w-off-white-base {
  --tw-ring-offset-color: #EDEDED;
}

.ring-offset-w-off-white-cyan {
  --tw-ring-offset-color: #ECFDF9;
}

.ring-offset-w-off-white-blue {
  --tw-ring-offset-color: #F1F4FC;
}

.ring-offset-w-off-white-lavender {
  --tw-ring-offset-color: #DFD1F2;
}

.ring-offset-w-off-white-almond {
  --tw-ring-offset-color: #F6DFD5;
}

.ring-offset-w-off-black-base {
  --tw-ring-offset-color: #222222;
}

.ring-offset-nw-black {
  --tw-ring-offset-color: hsl(var(--black));
}

.ring-offset-nw-transparent {
  --tw-ring-offset-color: hsl(var(--transparent));
}

.ring-offset-nw-alpha-white-10 {
  --tw-ring-offset-color: hsl(var(--alpha-white-10));
}

.ring-offset-nw-alpha-white-20 {
  --tw-ring-offset-color: hsl(var(--alpha-white-20));
}

.ring-offset-nw-alpha-white-30 {
  --tw-ring-offset-color: hsl(var(--alpha-white-30));
}

.ring-offset-nw-alpha-white-40 {
  --tw-ring-offset-color: hsl(var(--alpha-white-40));
}

.ring-offset-nw-alpha-white-50 {
  --tw-ring-offset-color: hsl(var(--alpha-white-50));
}

.ring-offset-nw-alpha-white-60 {
  --tw-ring-offset-color: hsl(var(--alpha-white-60));
}

.ring-offset-nw-alpha-white-70 {
  --tw-ring-offset-color: hsl(var(--alpha-white-70));
}

.ring-offset-nw-alpha-white-80 {
  --tw-ring-offset-color: hsl(var(--alpha-white-80));
}

.ring-offset-nw-alpha-white-90 {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.ring-offset-nw-alpha-white-100 {
  --tw-ring-offset-color: hsl(var(--alpha-white-100));
}

.ring-offset-nw-alpha-black-10 {
  --tw-ring-offset-color: hsl(var(--alpha-black-10));
}

.ring-offset-nw-alpha-black-20 {
  --tw-ring-offset-color: hsl(var(--alpha-black-20));
}

.ring-offset-nw-alpha-black-30 {
  --tw-ring-offset-color: hsl(var(--alpha-black-30));
}

.ring-offset-nw-alpha-black-40 {
  --tw-ring-offset-color: hsl(var(--alpha-black-40));
}

.ring-offset-nw-alpha-black-50 {
  --tw-ring-offset-color: hsl(var(--alpha-black-50));
}

.ring-offset-nw-alpha-black-60 {
  --tw-ring-offset-color: hsl(var(--alpha-black-60));
}

.ring-offset-nw-alpha-black-70 {
  --tw-ring-offset-color: hsl(var(--alpha-black-70));
}

.ring-offset-nw-alpha-black-80 {
  --tw-ring-offset-color: hsl(var(--alpha-black-80));
}

.ring-offset-nw-alpha-black-90 {
  --tw-ring-offset-color: hsl(var(--alpha-black-90));
}

.ring-offset-nw-alpha-black-100 {
  --tw-ring-offset-color: hsl(var(--alpha-black-100));
}

.ring-offset-nw-avatar-bg {
  --tw-ring-offset-color: hsl(var(--periwinkle-100));
}

.ring-offset-nw-avatar-contrast-border {
  --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
}

.ring-offset-nw-avatar-contrast-border-brand {
  --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
}

.ring-offset-nw-avatar-focus-border {
  --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
}

.ring-offset-nw-avatar-placeholder-text {
  --tw-ring-offset-color: hsl(var(--periwinkle-500));
}

.ring-offset-nw-avatar-profile-photo-border {
  --tw-ring-offset-color: hsl(var(--white));
}

.ring-offset-nw-avatar-recipient-bg-aqua {
  --tw-ring-offset-color: hsl(var(--aqua-400));
}

.ring-offset-nw-avatar-recipient-bg-berry {
  --tw-ring-offset-color: hsl(var(--berry-500));
}

.ring-offset-nw-avatar-recipient-bg-evergreen {
  --tw-ring-offset-color: hsl(var(--evergreen-400));
}

.ring-offset-nw-avatar-recipient-bg-herb {
  --tw-ring-offset-color: hsl(var(--herb-400));
}

.ring-offset-nw-avatar-recipient-bg-honey {
  --tw-ring-offset-color: hsl(var(--honey-400));
}

.ring-offset-nw-avatar-recipient-bg-lavender {
  --tw-ring-offset-color: hsl(var(--lavender-500));
}

.ring-offset-nw-avatar-recipient-bg-mist {
  --tw-ring-offset-color: hsl(var(--mist-500));
}

.ring-offset-nw-avatar-recipient-bg-peach {
  --tw-ring-offset-color: hsl(var(--peach-400));
}

.ring-offset-nw-avatar-recipient-bg-plum {
  --tw-ring-offset-color: hsl(var(--plum-600));
}

.ring-offset-nw-avatar-recipient-bg-sage {
  --tw-ring-offset-color: hsl(var(--sage-500));
}

.ring-offset-nw-avatar-recipient-bg-sandalwood {
  --tw-ring-offset-color: hsl(var(--sandalwood-500));
}

.ring-offset-nw-avatar-recipient-bg-wildflower {
  --tw-ring-offset-color: hsl(var(--wildflower-500));
}

.ring-offset-nw-avatar-recipient-border {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.ring-offset-nw-calendar-date-default {
  --tw-ring-offset-color: hsl(var(--calendar-date-default));
}

.ring-offset-nw-calendar-date-disabled {
  --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
}

.ring-offset-nw-calendar-default {
  --tw-ring-offset-color: hsl(var(--calendar-default));
}

.ring-offset-nw-calendar-aqua {
  --tw-ring-offset-color: hsl(var(--calendar-aqua));
}

.ring-offset-nw-calendar-disabled {
  --tw-ring-offset-color: hsl(var(--calendar-disabled));
}

.ring-offset-nw-calendar-multi-day {
  --tw-ring-offset-color: hsl(var(--calendar-multi-day));
}

.ring-offset-nw-calendar-blue {
  --tw-ring-offset-color: hsl(var(--calendar-blue));
}

.ring-offset-nw-fg-brand-primary {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary));
}

.ring-offset-nw-fg-brand-primary-alt {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
}

.ring-offset-nw-fg-brand-primary-hover {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
}

.ring-offset-nw-fg-brand-quarternary {
  --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
}

.ring-offset-nw-fg-brand-quinary {
  --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
}

.ring-offset-nw-fg-brand-secondary {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
}

.ring-offset-nw-fg-brand-secondary-alt {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
}

.ring-offset-nw-fg-brand-senary-alt {
  --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
}

.ring-offset-nw-fg-brand-tertiary {
  --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
}

.ring-offset-nw-fg-disabled {
  --tw-ring-offset-color: hsl(var(--fg-disabled));
}

.ring-offset-nw-fg-disabled-subtle {
  --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
}

.ring-offset-nw-fg-error-primary {
  --tw-ring-offset-color: hsl(var(--fg-error-primary));
}

.ring-offset-nw-fg-error-secondary {
  --tw-ring-offset-color: hsl(var(--fg-error-secondary));
}

.ring-offset-nw-fg-primary {
  --tw-ring-offset-color: hsl(var(--fg-primary));
}

.ring-offset-nw-fg-quaternary {
  --tw-ring-offset-color: hsl(var(--fg-quaternary));
}

.ring-offset-nw-fg-quaternary-hover {
  --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
}

.ring-offset-nw-fg-quinary {
  --tw-ring-offset-color: hsl(var(--fg-quinary));
}

.ring-offset-nw-fg-quinary-hover {
  --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
}

.ring-offset-nw-fg-secondary {
  --tw-ring-offset-color: hsl(var(--fg-secondary));
}

.ring-offset-nw-fg-secondary-hover {
  --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
}

.ring-offset-nw-fg-senary {
  --tw-ring-offset-color: hsl(var(--fg-senary));
}

.ring-offset-nw-fg-success-primary {
  --tw-ring-offset-color: hsl(var(--fg-success-primary));
}

.ring-offset-nw-fg-success-secondary {
  --tw-ring-offset-color: hsl(var(--fg-success-secondary));
}

.ring-offset-nw-fg-tertiary {
  --tw-ring-offset-color: hsl(var(--fg-tertiary));
}

.ring-offset-nw-fg-tertiary-hover {
  --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
}

.ring-offset-nw-fg-warning-primary {
  --tw-ring-offset-color: hsl(var(--fg-warning-primary));
}

.ring-offset-nw-fg-warning-secondary {
  --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
}

.ring-offset-nw-fg-white {
  --tw-ring-offset-color: hsl(var(--fg-white));
}

.ring-offset-nw-sent-message-bg {
  --tw-ring-offset-color: hsl(var(--sent-message-bg));
}

.ring-offset-nw-sent-message-text-link {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link));
}

.ring-offset-nw-sent-message-text-link-visited {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
}

.ring-offset-nw-partner-rover-green {
  --tw-ring-offset-color: hsl(var(--partner-rover-green));
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-w-brand-primary:focus-within {
  --tw-ring-offset-color: #1436A4;
}

.focus-within\:ring-offset-w-brand-secondary:focus-within {
  --tw-ring-offset-color: #486DE7;
}

.focus-within\:ring-offset-w-brand-tertiary:focus-within {
  --tw-ring-offset-color: #E12723;
}

.focus-within\:ring-offset-w-status-success:focus-within {
  --tw-ring-offset-color: #008000;
}

.focus-within\:ring-offset-w-status-success-light:focus-within {
  --tw-ring-offset-color: #E9FAE9;
}

.focus-within\:ring-offset-w-status-warning:focus-within {
  --tw-ring-offset-color: #FFCA6B;
}

.focus-within\:ring-offset-w-status-warning-light:focus-within {
  --tw-ring-offset-color: #FFF4E2;
}

.focus-within\:ring-offset-w-status-error:focus-within {
  --tw-ring-offset-color: #D91F1B;
}

.focus-within\:ring-offset-w-status-error-light:focus-within {
  --tw-ring-offset-color: #FFF1F1;
}

.focus-within\:ring-offset-w-status-info:focus-within {
  --tw-ring-offset-color: #1436A4;
}

.focus-within\:ring-offset-w-status-info-light:focus-within {
  --tw-ring-offset-color: #F1F4FC;
}

.focus-within\:ring-offset-w-background-primary:focus-within {
  --tw-ring-offset-color: #F8F8F8;
}

.focus-within\:ring-offset-w-background-secondary:focus-within {
  --tw-ring-offset-color: #F1F4FC;
}

.focus-within\:ring-offset-w-background-tertiary:focus-within {
  --tw-ring-offset-color: #FFE9E2;
}

.focus-within\:ring-offset-w-dark:focus-within {
  --tw-ring-offset-color: #222222;
}

.focus-within\:ring-offset-w-text:focus-within {
  --tw-ring-offset-color: #727272;
}

.focus-within\:ring-offset-w-light:focus-within {
  --tw-ring-offset-color: #FFFFFF;
}

.focus-within\:ring-offset-w-border:focus-within {
  --tw-ring-offset-color: #949494;
}

.focus-within\:ring-offset-w-divider:focus-within {
  --tw-ring-offset-color: #EDEDED;
}

.focus-within\:ring-offset-w-gray-lighter:focus-within {
  --tw-ring-offset-color: #D6D6D6;
}

.focus-within\:ring-offset-w-gray-light:focus-within {
  --tw-ring-offset-color: #B6B6B6;
}

.focus-within\:ring-offset-w-gray-base:focus-within {
  --tw-ring-offset-color: #999999;
}

.focus-within\:ring-offset-w-gray-medium:focus-within {
  --tw-ring-offset-color: #949494;
}

.focus-within\:ring-offset-w-gray-dark:focus-within {
  --tw-ring-offset-color: #727375;
}

.focus-within\:ring-offset-w-gray-darker:focus-within {
  --tw-ring-offset-color: #555555;
}

.focus-within\:ring-offset-w-purple-base:focus-within {
  --tw-ring-offset-color: #662D91;
}

.focus-within\:ring-offset-w-purple-dark:focus-within {
  --tw-ring-offset-color: #551A8B;
}

.focus-within\:ring-offset-w-blue-light:focus-within {
  --tw-ring-offset-color: #7392D5;
}

.focus-within\:ring-offset-w-blue-base:focus-within {
  --tw-ring-offset-color: #025699;
}

.focus-within\:ring-offset-w-blue-facebook:focus-within {
  --tw-ring-offset-color: #3B5998;
}

.focus-within\:ring-offset-w-blue-darker:focus-within {
  --tw-ring-offset-color: #000066;
}

.focus-within\:ring-offset-w-cerulean-base:focus-within {
  --tw-ring-offset-color: #00ACED;
}

.focus-within\:ring-offset-w-turquoise-base:focus-within {
  --tw-ring-offset-color: #50E3C2;
}

.focus-within\:ring-offset-w-green-light:focus-within {
  --tw-ring-offset-color: #7ED321;
}

.focus-within\:ring-offset-w-green-base:focus-within {
  --tw-ring-offset-color: #6AC865;
}

.focus-within\:ring-offset-w-green-dark:focus-within {
  --tw-ring-offset-color: #008000;
}

.focus-within\:ring-offset-w-yellow-base:focus-within {
  --tw-ring-offset-color: #FFCC00;
}

.focus-within\:ring-offset-w-orange-base:focus-within {
  --tw-ring-offset-color: #FF9E1F;
}

.focus-within\:ring-offset-w-red-lighter:focus-within {
  --tw-ring-offset-color: #F79B95;
}

.focus-within\:ring-offset-w-red-light:focus-within {
  --tw-ring-offset-color: #FF7165;
}

.focus-within\:ring-offset-w-red-base:focus-within {
  --tw-ring-offset-color: #FF4738;
}

.focus-within\:ring-offset-w-red-dark:focus-within {
  --tw-ring-offset-color: #FF1300;
}

.focus-within\:ring-offset-w-off-white-light:focus-within {
  --tw-ring-offset-color: #F7F7F7;
}

.focus-within\:ring-offset-w-off-white-base:focus-within {
  --tw-ring-offset-color: #EDEDED;
}

.focus-within\:ring-offset-w-off-white-cyan:focus-within {
  --tw-ring-offset-color: #ECFDF9;
}

.focus-within\:ring-offset-w-off-white-blue:focus-within {
  --tw-ring-offset-color: #F1F4FC;
}

.focus-within\:ring-offset-w-off-white-lavender:focus-within {
  --tw-ring-offset-color: #DFD1F2;
}

.focus-within\:ring-offset-w-off-white-almond:focus-within {
  --tw-ring-offset-color: #F6DFD5;
}

.focus-within\:ring-offset-w-off-black-base:focus-within {
  --tw-ring-offset-color: #222222;
}

.focus-within\:ring-offset-nw-black:focus-within {
  --tw-ring-offset-color: hsl(var(--black));
}

.focus-within\:ring-offset-nw-transparent:focus-within {
  --tw-ring-offset-color: hsl(var(--transparent));
}

.focus-within\:ring-offset-nw-alpha-white-10:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-10));
}

.focus-within\:ring-offset-nw-alpha-white-20:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-20));
}

.focus-within\:ring-offset-nw-alpha-white-30:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-30));
}

.focus-within\:ring-offset-nw-alpha-white-40:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-40));
}

.focus-within\:ring-offset-nw-alpha-white-50:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-50));
}

.focus-within\:ring-offset-nw-alpha-white-60:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-60));
}

.focus-within\:ring-offset-nw-alpha-white-70:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-70));
}

.focus-within\:ring-offset-nw-alpha-white-80:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-80));
}

.focus-within\:ring-offset-nw-alpha-white-90:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.focus-within\:ring-offset-nw-alpha-white-100:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-100));
}

.focus-within\:ring-offset-nw-alpha-black-10:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-10));
}

.focus-within\:ring-offset-nw-alpha-black-20:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-20));
}

.focus-within\:ring-offset-nw-alpha-black-30:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-30));
}

.focus-within\:ring-offset-nw-alpha-black-40:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-40));
}

.focus-within\:ring-offset-nw-alpha-black-50:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-50));
}

.focus-within\:ring-offset-nw-alpha-black-60:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-60));
}

.focus-within\:ring-offset-nw-alpha-black-70:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-70));
}

.focus-within\:ring-offset-nw-alpha-black-80:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-80));
}

.focus-within\:ring-offset-nw-alpha-black-90:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-90));
}

.focus-within\:ring-offset-nw-alpha-black-100:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-black-100));
}

.focus-within\:ring-offset-nw-avatar-bg:focus-within {
  --tw-ring-offset-color: hsl(var(--periwinkle-100));
}

.focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
  --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
}

.focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
  --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
}

.focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
  --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
}

.focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
  --tw-ring-offset-color: hsl(var(--periwinkle-500));
}

.focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
  --tw-ring-offset-color: hsl(var(--white));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
  --tw-ring-offset-color: hsl(var(--aqua-400));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
  --tw-ring-offset-color: hsl(var(--berry-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
  --tw-ring-offset-color: hsl(var(--evergreen-400));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
  --tw-ring-offset-color: hsl(var(--herb-400));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
  --tw-ring-offset-color: hsl(var(--honey-400));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
  --tw-ring-offset-color: hsl(var(--lavender-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
  --tw-ring-offset-color: hsl(var(--mist-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
  --tw-ring-offset-color: hsl(var(--peach-400));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
  --tw-ring-offset-color: hsl(var(--plum-600));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
  --tw-ring-offset-color: hsl(var(--sage-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
  --tw-ring-offset-color: hsl(var(--sandalwood-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
  --tw-ring-offset-color: hsl(var(--wildflower-500));
}

.focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.focus-within\:ring-offset-nw-calendar-date-default:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-date-default));
}

.focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
}

.focus-within\:ring-offset-nw-calendar-default:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-default));
}

.focus-within\:ring-offset-nw-calendar-aqua:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-aqua));
}

.focus-within\:ring-offset-nw-calendar-disabled:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-disabled));
}

.focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-multi-day));
}

.focus-within\:ring-offset-nw-calendar-blue:focus-within {
  --tw-ring-offset-color: hsl(var(--calendar-blue));
}

.focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary));
}

.focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
}

.focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
}

.focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
}

.focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
}

.focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
}

.focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
}

.focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
}

.focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
}

.focus-within\:ring-offset-nw-fg-disabled:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-disabled));
}

.focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
}

.focus-within\:ring-offset-nw-fg-error-primary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-error-primary));
}

.focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-error-secondary));
}

.focus-within\:ring-offset-nw-fg-primary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-primary));
}

.focus-within\:ring-offset-nw-fg-quaternary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-quaternary));
}

.focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
}

.focus-within\:ring-offset-nw-fg-quinary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-quinary));
}

.focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
}

.focus-within\:ring-offset-nw-fg-secondary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-secondary));
}

.focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
}

.focus-within\:ring-offset-nw-fg-senary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-senary));
}

.focus-within\:ring-offset-nw-fg-success-primary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-success-primary));
}

.focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-success-secondary));
}

.focus-within\:ring-offset-nw-fg-tertiary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-tertiary));
}

.focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
}

.focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-warning-primary));
}

.focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
}

.focus-within\:ring-offset-nw-fg-white:focus-within {
  --tw-ring-offset-color: hsl(var(--fg-white));
}

.focus-within\:ring-offset-nw-sent-message-bg:focus-within {
  --tw-ring-offset-color: hsl(var(--sent-message-bg));
}

.focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link));
}

.focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
}

.focus-within\:ring-offset-nw-partner-rover-green:focus-within {
  --tw-ring-offset-color: hsl(var(--partner-rover-green));
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-w-brand-primary:focus {
  --tw-ring-offset-color: #1436A4;
}

.focus\:ring-offset-w-brand-secondary:focus {
  --tw-ring-offset-color: #486DE7;
}

.focus\:ring-offset-w-brand-tertiary:focus {
  --tw-ring-offset-color: #E12723;
}

.focus\:ring-offset-w-status-success:focus {
  --tw-ring-offset-color: #008000;
}

.focus\:ring-offset-w-status-success-light:focus {
  --tw-ring-offset-color: #E9FAE9;
}

.focus\:ring-offset-w-status-warning:focus {
  --tw-ring-offset-color: #FFCA6B;
}

.focus\:ring-offset-w-status-warning-light:focus {
  --tw-ring-offset-color: #FFF4E2;
}

.focus\:ring-offset-w-status-error:focus {
  --tw-ring-offset-color: #D91F1B;
}

.focus\:ring-offset-w-status-error-light:focus {
  --tw-ring-offset-color: #FFF1F1;
}

.focus\:ring-offset-w-status-info:focus {
  --tw-ring-offset-color: #1436A4;
}

.focus\:ring-offset-w-status-info-light:focus {
  --tw-ring-offset-color: #F1F4FC;
}

.focus\:ring-offset-w-background-primary:focus {
  --tw-ring-offset-color: #F8F8F8;
}

.focus\:ring-offset-w-background-secondary:focus {
  --tw-ring-offset-color: #F1F4FC;
}

.focus\:ring-offset-w-background-tertiary:focus {
  --tw-ring-offset-color: #FFE9E2;
}

.focus\:ring-offset-w-dark:focus {
  --tw-ring-offset-color: #222222;
}

.focus\:ring-offset-w-text:focus {
  --tw-ring-offset-color: #727272;
}

.focus\:ring-offset-w-light:focus {
  --tw-ring-offset-color: #FFFFFF;
}

.focus\:ring-offset-w-border:focus {
  --tw-ring-offset-color: #949494;
}

.focus\:ring-offset-w-divider:focus {
  --tw-ring-offset-color: #EDEDED;
}

.focus\:ring-offset-w-gray-lighter:focus {
  --tw-ring-offset-color: #D6D6D6;
}

.focus\:ring-offset-w-gray-light:focus {
  --tw-ring-offset-color: #B6B6B6;
}

.focus\:ring-offset-w-gray-base:focus {
  --tw-ring-offset-color: #999999;
}

.focus\:ring-offset-w-gray-medium:focus {
  --tw-ring-offset-color: #949494;
}

.focus\:ring-offset-w-gray-dark:focus {
  --tw-ring-offset-color: #727375;
}

.focus\:ring-offset-w-gray-darker:focus {
  --tw-ring-offset-color: #555555;
}

.focus\:ring-offset-w-purple-base:focus {
  --tw-ring-offset-color: #662D91;
}

.focus\:ring-offset-w-purple-dark:focus {
  --tw-ring-offset-color: #551A8B;
}

.focus\:ring-offset-w-blue-light:focus {
  --tw-ring-offset-color: #7392D5;
}

.focus\:ring-offset-w-blue-base:focus {
  --tw-ring-offset-color: #025699;
}

.focus\:ring-offset-w-blue-facebook:focus {
  --tw-ring-offset-color: #3B5998;
}

.focus\:ring-offset-w-blue-darker:focus {
  --tw-ring-offset-color: #000066;
}

.focus\:ring-offset-w-cerulean-base:focus {
  --tw-ring-offset-color: #00ACED;
}

.focus\:ring-offset-w-turquoise-base:focus {
  --tw-ring-offset-color: #50E3C2;
}

.focus\:ring-offset-w-green-light:focus {
  --tw-ring-offset-color: #7ED321;
}

.focus\:ring-offset-w-green-base:focus {
  --tw-ring-offset-color: #6AC865;
}

.focus\:ring-offset-w-green-dark:focus {
  --tw-ring-offset-color: #008000;
}

.focus\:ring-offset-w-yellow-base:focus {
  --tw-ring-offset-color: #FFCC00;
}

.focus\:ring-offset-w-orange-base:focus {
  --tw-ring-offset-color: #FF9E1F;
}

.focus\:ring-offset-w-red-lighter:focus {
  --tw-ring-offset-color: #F79B95;
}

.focus\:ring-offset-w-red-light:focus {
  --tw-ring-offset-color: #FF7165;
}

.focus\:ring-offset-w-red-base:focus {
  --tw-ring-offset-color: #FF4738;
}

.focus\:ring-offset-w-red-dark:focus {
  --tw-ring-offset-color: #FF1300;
}

.focus\:ring-offset-w-off-white-light:focus {
  --tw-ring-offset-color: #F7F7F7;
}

.focus\:ring-offset-w-off-white-base:focus {
  --tw-ring-offset-color: #EDEDED;
}

.focus\:ring-offset-w-off-white-cyan:focus {
  --tw-ring-offset-color: #ECFDF9;
}

.focus\:ring-offset-w-off-white-blue:focus {
  --tw-ring-offset-color: #F1F4FC;
}

.focus\:ring-offset-w-off-white-lavender:focus {
  --tw-ring-offset-color: #DFD1F2;
}

.focus\:ring-offset-w-off-white-almond:focus {
  --tw-ring-offset-color: #F6DFD5;
}

.focus\:ring-offset-w-off-black-base:focus {
  --tw-ring-offset-color: #222222;
}

.focus\:ring-offset-nw-black:focus {
  --tw-ring-offset-color: hsl(var(--black));
}

.focus\:ring-offset-nw-transparent:focus {
  --tw-ring-offset-color: hsl(var(--transparent));
}

.focus\:ring-offset-nw-alpha-white-10:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-10));
}

.focus\:ring-offset-nw-alpha-white-20:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-20));
}

.focus\:ring-offset-nw-alpha-white-30:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-30));
}

.focus\:ring-offset-nw-alpha-white-40:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-40));
}

.focus\:ring-offset-nw-alpha-white-50:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-50));
}

.focus\:ring-offset-nw-alpha-white-60:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-60));
}

.focus\:ring-offset-nw-alpha-white-70:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-70));
}

.focus\:ring-offset-nw-alpha-white-80:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-80));
}

.focus\:ring-offset-nw-alpha-white-90:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.focus\:ring-offset-nw-alpha-white-100:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-100));
}

.focus\:ring-offset-nw-alpha-black-10:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-10));
}

.focus\:ring-offset-nw-alpha-black-20:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-20));
}

.focus\:ring-offset-nw-alpha-black-30:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-30));
}

.focus\:ring-offset-nw-alpha-black-40:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-40));
}

.focus\:ring-offset-nw-alpha-black-50:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-50));
}

.focus\:ring-offset-nw-alpha-black-60:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-60));
}

.focus\:ring-offset-nw-alpha-black-70:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-70));
}

.focus\:ring-offset-nw-alpha-black-80:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-80));
}

.focus\:ring-offset-nw-alpha-black-90:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-90));
}

.focus\:ring-offset-nw-alpha-black-100:focus {
  --tw-ring-offset-color: hsl(var(--alpha-black-100));
}

.focus\:ring-offset-nw-avatar-bg:focus {
  --tw-ring-offset-color: hsl(var(--periwinkle-100));
}

.focus\:ring-offset-nw-avatar-contrast-border:focus {
  --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
}

.focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
  --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
}

.focus\:ring-offset-nw-avatar-focus-border:focus {
  --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
}

.focus\:ring-offset-nw-avatar-placeholder-text:focus {
  --tw-ring-offset-color: hsl(var(--periwinkle-500));
}

.focus\:ring-offset-nw-avatar-profile-photo-border:focus {
  --tw-ring-offset-color: hsl(var(--white));
}

.focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
  --tw-ring-offset-color: hsl(var(--aqua-400));
}

.focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
  --tw-ring-offset-color: hsl(var(--berry-500));
}

.focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
  --tw-ring-offset-color: hsl(var(--evergreen-400));
}

.focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
  --tw-ring-offset-color: hsl(var(--herb-400));
}

.focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
  --tw-ring-offset-color: hsl(var(--honey-400));
}

.focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
  --tw-ring-offset-color: hsl(var(--lavender-500));
}

.focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
  --tw-ring-offset-color: hsl(var(--mist-500));
}

.focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
  --tw-ring-offset-color: hsl(var(--peach-400));
}

.focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
  --tw-ring-offset-color: hsl(var(--plum-600));
}

.focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
  --tw-ring-offset-color: hsl(var(--sage-500));
}

.focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
  --tw-ring-offset-color: hsl(var(--sandalwood-500));
}

.focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
  --tw-ring-offset-color: hsl(var(--wildflower-500));
}

.focus\:ring-offset-nw-avatar-recipient-border:focus {
  --tw-ring-offset-color: hsl(var(--alpha-white-90));
}

.focus\:ring-offset-nw-calendar-date-default:focus {
  --tw-ring-offset-color: hsl(var(--calendar-date-default));
}

.focus\:ring-offset-nw-calendar-date-disabled:focus {
  --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
}

.focus\:ring-offset-nw-calendar-default:focus {
  --tw-ring-offset-color: hsl(var(--calendar-default));
}

.focus\:ring-offset-nw-calendar-aqua:focus {
  --tw-ring-offset-color: hsl(var(--calendar-aqua));
}

.focus\:ring-offset-nw-calendar-disabled:focus {
  --tw-ring-offset-color: hsl(var(--calendar-disabled));
}

.focus\:ring-offset-nw-calendar-multi-day:focus {
  --tw-ring-offset-color: hsl(var(--calendar-multi-day));
}

.focus\:ring-offset-nw-calendar-blue:focus {
  --tw-ring-offset-color: hsl(var(--calendar-blue));
}

.focus\:ring-offset-nw-fg-brand-primary:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary));
}

.focus\:ring-offset-nw-fg-brand-primary-alt:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
}

.focus\:ring-offset-nw-fg-brand-primary-hover:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
}

.focus\:ring-offset-nw-fg-brand-quarternary:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
}

.focus\:ring-offset-nw-fg-brand-quinary:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
}

.focus\:ring-offset-nw-fg-brand-secondary:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
}

.focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
}

.focus\:ring-offset-nw-fg-brand-senary-alt:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
}

.focus\:ring-offset-nw-fg-brand-tertiary:focus {
  --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
}

.focus\:ring-offset-nw-fg-disabled:focus {
  --tw-ring-offset-color: hsl(var(--fg-disabled));
}

.focus\:ring-offset-nw-fg-disabled-subtle:focus {
  --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
}

.focus\:ring-offset-nw-fg-error-primary:focus {
  --tw-ring-offset-color: hsl(var(--fg-error-primary));
}

.focus\:ring-offset-nw-fg-error-secondary:focus {
  --tw-ring-offset-color: hsl(var(--fg-error-secondary));
}

.focus\:ring-offset-nw-fg-primary:focus {
  --tw-ring-offset-color: hsl(var(--fg-primary));
}

.focus\:ring-offset-nw-fg-quaternary:focus {
  --tw-ring-offset-color: hsl(var(--fg-quaternary));
}

.focus\:ring-offset-nw-fg-quaternary-hover:focus {
  --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
}

.focus\:ring-offset-nw-fg-quinary:focus {
  --tw-ring-offset-color: hsl(var(--fg-quinary));
}

.focus\:ring-offset-nw-fg-quinary-hover:focus {
  --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
}

.focus\:ring-offset-nw-fg-secondary:focus {
  --tw-ring-offset-color: hsl(var(--fg-secondary));
}

.focus\:ring-offset-nw-fg-secondary-hover:focus {
  --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
}

.focus\:ring-offset-nw-fg-senary:focus {
  --tw-ring-offset-color: hsl(var(--fg-senary));
}

.focus\:ring-offset-nw-fg-success-primary:focus {
  --tw-ring-offset-color: hsl(var(--fg-success-primary));
}

.focus\:ring-offset-nw-fg-success-secondary:focus {
  --tw-ring-offset-color: hsl(var(--fg-success-secondary));
}

.focus\:ring-offset-nw-fg-tertiary:focus {
  --tw-ring-offset-color: hsl(var(--fg-tertiary));
}

.focus\:ring-offset-nw-fg-tertiary-hover:focus {
  --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
}

.focus\:ring-offset-nw-fg-warning-primary:focus {
  --tw-ring-offset-color: hsl(var(--fg-warning-primary));
}

.focus\:ring-offset-nw-fg-warning-secondary:focus {
  --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
}

.focus\:ring-offset-nw-fg-white:focus {
  --tw-ring-offset-color: hsl(var(--fg-white));
}

.focus\:ring-offset-nw-sent-message-bg:focus {
  --tw-ring-offset-color: hsl(var(--sent-message-bg));
}

.focus\:ring-offset-nw-sent-message-text-link:focus {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link));
}

.focus\:ring-offset-nw-sent-message-text-link-visited:focus {
  --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
}

.focus\:ring-offset-nw-partner-rover-green:focus {
  --tw-ring-offset-color: hsl(var(--partner-rover-green));
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none {
  -webkit-line-clamp: unset;
}

form.form--basic{
  width: 100%
}

form.form--basic label{
  display: block
}

form.form--basic input[type=text], form.form--basic input[type=password], form.form--basic input[type=url], form.form--basic input[type=email], form.form--basic input[type=tel], form.form--basic input[type=search], form.form--basic input[type=number], form.form--basic input[type=date], form.form--basic input[type=month], form.form--basic input[type=week], form.form--basic input[type=datetime], form.form--basic input[type=datetime-local], form.form--basic select, form.form--basic textarea {
  margin-bottom: 0.75rem;
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

form.form--basic input[type=text]::placeholder, form.form--basic input[type=text]::-webkit-input-placeholder, form.form--basic input[type=text]:-ms-input-placeholder, form.form--basic input[type=text]::-moz-placeholder, form.form--basic input[type=text]:-moz-placeholder, form.form--basic input[type=password]::placeholder, form.form--basic input[type=password]::-webkit-input-placeholder, form.form--basic input[type=password]:-ms-input-placeholder, form.form--basic input[type=password]::-moz-placeholder, form.form--basic input[type=password]:-moz-placeholder, form.form--basic input[type=url]::placeholder, form.form--basic input[type=url]::-webkit-input-placeholder, form.form--basic input[type=url]:-ms-input-placeholder, form.form--basic input[type=url]::-moz-placeholder, form.form--basic input[type=url]:-moz-placeholder, form.form--basic input[type=email]::placeholder, form.form--basic input[type=email]::-webkit-input-placeholder, form.form--basic input[type=email]:-ms-input-placeholder, form.form--basic input[type=email]::-moz-placeholder, form.form--basic input[type=email]:-moz-placeholder, form.form--basic input[type=tel]::placeholder, form.form--basic input[type=tel]::-webkit-input-placeholder, form.form--basic input[type=tel]:-ms-input-placeholder, form.form--basic input[type=tel]::-moz-placeholder, form.form--basic input[type=tel]:-moz-placeholder, form.form--basic input[type=search]::placeholder, form.form--basic input[type=search]::-webkit-input-placeholder, form.form--basic input[type=search]:-ms-input-placeholder, form.form--basic input[type=search]::-moz-placeholder, form.form--basic input[type=search]:-moz-placeholder, form.form--basic input[type=number]::placeholder, form.form--basic input[type=number]::-webkit-input-placeholder, form.form--basic input[type=number]:-ms-input-placeholder, form.form--basic input[type=number]::-moz-placeholder, form.form--basic input[type=number]:-moz-placeholder, form.form--basic input[type=date]::placeholder, form.form--basic input[type=date]::-webkit-input-placeholder, form.form--basic input[type=date]:-ms-input-placeholder, form.form--basic input[type=date]::-moz-placeholder, form.form--basic input[type=date]:-moz-placeholder, form.form--basic input[type=month]::placeholder, form.form--basic input[type=month]::-webkit-input-placeholder, form.form--basic input[type=month]:-ms-input-placeholder, form.form--basic input[type=month]::-moz-placeholder, form.form--basic input[type=month]:-moz-placeholder, form.form--basic input[type=week]::placeholder, form.form--basic input[type=week]::-webkit-input-placeholder, form.form--basic input[type=week]:-ms-input-placeholder, form.form--basic input[type=week]::-moz-placeholder, form.form--basic input[type=week]:-moz-placeholder, form.form--basic input[type=datetime]::placeholder, form.form--basic input[type=datetime]::-webkit-input-placeholder, form.form--basic input[type=datetime]:-ms-input-placeholder, form.form--basic input[type=datetime]::-moz-placeholder, form.form--basic input[type=datetime]:-moz-placeholder, form.form--basic input[type=datetime-local]::placeholder, form.form--basic input[type=datetime-local]::-webkit-input-placeholder, form.form--basic input[type=datetime-local]:-ms-input-placeholder, form.form--basic input[type=datetime-local]::-moz-placeholder, form.form--basic input[type=datetime-local]:-moz-placeholder, form.form--basic select::placeholder, form.form--basic select::-webkit-input-placeholder, form.form--basic select:-ms-input-placeholder, form.form--basic select::-moz-placeholder, form.form--basic select:-moz-placeholder, form.form--basic textarea::placeholder, form.form--basic textarea::-webkit-input-placeholder, form.form--basic textarea:-ms-input-placeholder, form.form--basic textarea::-moz-placeholder, form.form--basic textarea:-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--basic input[type=text]:hover, form.form--basic input[type=text]:focus, form.form--basic input[type=password]:hover, form.form--basic input[type=password]:focus, form.form--basic input[type=url]:hover, form.form--basic input[type=url]:focus, form.form--basic input[type=email]:hover, form.form--basic input[type=email]:focus, form.form--basic input[type=tel]:hover, form.form--basic input[type=tel]:focus, form.form--basic input[type=search]:hover, form.form--basic input[type=search]:focus, form.form--basic input[type=number]:hover, form.form--basic input[type=number]:focus, form.form--basic input[type=date]:hover, form.form--basic input[type=date]:focus, form.form--basic input[type=month]:hover, form.form--basic input[type=month]:focus, form.form--basic input[type=week]:hover, form.form--basic input[type=week]:focus, form.form--basic input[type=datetime]:hover, form.form--basic input[type=datetime]:focus, form.form--basic input[type=datetime-local]:hover, form.form--basic input[type=datetime-local]:focus, form.form--basic select:hover, form.form--basic select:focus, form.form--basic textarea:hover, form.form--basic textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 54, 164, var(--tw-border-opacity));
}

form.form--basic input[type=text]:hover::placeholder, form.form--basic input[type=text]:hover::-webkit-input-placeholder, form.form--basic input[type=text]:hover:-ms-input-placeholder, form.form--basic input[type=text]:hover::-moz-placeholder, form.form--basic input[type=text]:hover:-moz-placeholder, form.form--basic input[type=text]:focus::placeholder, form.form--basic input[type=text]:focus::-webkit-input-placeholder, form.form--basic input[type=text]:focus:-ms-input-placeholder, form.form--basic input[type=text]:focus::-moz-placeholder, form.form--basic input[type=text]:focus:-moz-placeholder, form.form--basic input[type=password]:hover::placeholder, form.form--basic input[type=password]:hover::-webkit-input-placeholder, form.form--basic input[type=password]:hover:-ms-input-placeholder, form.form--basic input[type=password]:hover::-moz-placeholder, form.form--basic input[type=password]:hover:-moz-placeholder, form.form--basic input[type=password]:focus::placeholder, form.form--basic input[type=password]:focus::-webkit-input-placeholder, form.form--basic input[type=password]:focus:-ms-input-placeholder, form.form--basic input[type=password]:focus::-moz-placeholder, form.form--basic input[type=password]:focus:-moz-placeholder, form.form--basic input[type=url]:hover::placeholder, form.form--basic input[type=url]:hover::-webkit-input-placeholder, form.form--basic input[type=url]:hover:-ms-input-placeholder, form.form--basic input[type=url]:hover::-moz-placeholder, form.form--basic input[type=url]:hover:-moz-placeholder, form.form--basic input[type=url]:focus::placeholder, form.form--basic input[type=url]:focus::-webkit-input-placeholder, form.form--basic input[type=url]:focus:-ms-input-placeholder, form.form--basic input[type=url]:focus::-moz-placeholder, form.form--basic input[type=url]:focus:-moz-placeholder, form.form--basic input[type=email]:hover::placeholder, form.form--basic input[type=email]:hover::-webkit-input-placeholder, form.form--basic input[type=email]:hover:-ms-input-placeholder, form.form--basic input[type=email]:hover::-moz-placeholder, form.form--basic input[type=email]:hover:-moz-placeholder, form.form--basic input[type=email]:focus::placeholder, form.form--basic input[type=email]:focus::-webkit-input-placeholder, form.form--basic input[type=email]:focus:-ms-input-placeholder, form.form--basic input[type=email]:focus::-moz-placeholder, form.form--basic input[type=email]:focus:-moz-placeholder, form.form--basic input[type=tel]:hover::placeholder, form.form--basic input[type=tel]:hover::-webkit-input-placeholder, form.form--basic input[type=tel]:hover:-ms-input-placeholder, form.form--basic input[type=tel]:hover::-moz-placeholder, form.form--basic input[type=tel]:hover:-moz-placeholder, form.form--basic input[type=tel]:focus::placeholder, form.form--basic input[type=tel]:focus::-webkit-input-placeholder, form.form--basic input[type=tel]:focus:-ms-input-placeholder, form.form--basic input[type=tel]:focus::-moz-placeholder, form.form--basic input[type=tel]:focus:-moz-placeholder, form.form--basic input[type=search]:hover::placeholder, form.form--basic input[type=search]:hover::-webkit-input-placeholder, form.form--basic input[type=search]:hover:-ms-input-placeholder, form.form--basic input[type=search]:hover::-moz-placeholder, form.form--basic input[type=search]:hover:-moz-placeholder, form.form--basic input[type=search]:focus::placeholder, form.form--basic input[type=search]:focus::-webkit-input-placeholder, form.form--basic input[type=search]:focus:-ms-input-placeholder, form.form--basic input[type=search]:focus::-moz-placeholder, form.form--basic input[type=search]:focus:-moz-placeholder, form.form--basic input[type=number]:hover::placeholder, form.form--basic input[type=number]:hover::-webkit-input-placeholder, form.form--basic input[type=number]:hover:-ms-input-placeholder, form.form--basic input[type=number]:hover::-moz-placeholder, form.form--basic input[type=number]:hover:-moz-placeholder, form.form--basic input[type=number]:focus::placeholder, form.form--basic input[type=number]:focus::-webkit-input-placeholder, form.form--basic input[type=number]:focus:-ms-input-placeholder, form.form--basic input[type=number]:focus::-moz-placeholder, form.form--basic input[type=number]:focus:-moz-placeholder, form.form--basic input[type=date]:hover::placeholder, form.form--basic input[type=date]:hover::-webkit-input-placeholder, form.form--basic input[type=date]:hover:-ms-input-placeholder, form.form--basic input[type=date]:hover::-moz-placeholder, form.form--basic input[type=date]:hover:-moz-placeholder, form.form--basic input[type=date]:focus::placeholder, form.form--basic input[type=date]:focus::-webkit-input-placeholder, form.form--basic input[type=date]:focus:-ms-input-placeholder, form.form--basic input[type=date]:focus::-moz-placeholder, form.form--basic input[type=date]:focus:-moz-placeholder, form.form--basic input[type=month]:hover::placeholder, form.form--basic input[type=month]:hover::-webkit-input-placeholder, form.form--basic input[type=month]:hover:-ms-input-placeholder, form.form--basic input[type=month]:hover::-moz-placeholder, form.form--basic input[type=month]:hover:-moz-placeholder, form.form--basic input[type=month]:focus::placeholder, form.form--basic input[type=month]:focus::-webkit-input-placeholder, form.form--basic input[type=month]:focus:-ms-input-placeholder, form.form--basic input[type=month]:focus::-moz-placeholder, form.form--basic input[type=month]:focus:-moz-placeholder, form.form--basic input[type=week]:hover::placeholder, form.form--basic input[type=week]:hover::-webkit-input-placeholder, form.form--basic input[type=week]:hover:-ms-input-placeholder, form.form--basic input[type=week]:hover::-moz-placeholder, form.form--basic input[type=week]:hover:-moz-placeholder, form.form--basic input[type=week]:focus::placeholder, form.form--basic input[type=week]:focus::-webkit-input-placeholder, form.form--basic input[type=week]:focus:-ms-input-placeholder, form.form--basic input[type=week]:focus::-moz-placeholder, form.form--basic input[type=week]:focus:-moz-placeholder, form.form--basic input[type=datetime]:hover::placeholder, form.form--basic input[type=datetime]:hover::-webkit-input-placeholder, form.form--basic input[type=datetime]:hover:-ms-input-placeholder, form.form--basic input[type=datetime]:hover::-moz-placeholder, form.form--basic input[type=datetime]:hover:-moz-placeholder, form.form--basic input[type=datetime]:focus::placeholder, form.form--basic input[type=datetime]:focus::-webkit-input-placeholder, form.form--basic input[type=datetime]:focus:-ms-input-placeholder, form.form--basic input[type=datetime]:focus::-moz-placeholder, form.form--basic input[type=datetime]:focus:-moz-placeholder, form.form--basic input[type=datetime-local]:hover::placeholder, form.form--basic input[type=datetime-local]:hover::-webkit-input-placeholder, form.form--basic input[type=datetime-local]:hover:-ms-input-placeholder, form.form--basic input[type=datetime-local]:hover::-moz-placeholder, form.form--basic input[type=datetime-local]:hover:-moz-placeholder, form.form--basic input[type=datetime-local]:focus::placeholder, form.form--basic input[type=datetime-local]:focus::-webkit-input-placeholder, form.form--basic input[type=datetime-local]:focus:-ms-input-placeholder, form.form--basic input[type=datetime-local]:focus::-moz-placeholder, form.form--basic input[type=datetime-local]:focus:-moz-placeholder, form.form--basic select:hover::placeholder, form.form--basic select:hover::-webkit-input-placeholder, form.form--basic select:hover:-ms-input-placeholder, form.form--basic select:hover::-moz-placeholder, form.form--basic select:hover:-moz-placeholder, form.form--basic select:focus::placeholder, form.form--basic select:focus::-webkit-input-placeholder, form.form--basic select:focus:-ms-input-placeholder, form.form--basic select:focus::-moz-placeholder, form.form--basic select:focus:-moz-placeholder, form.form--basic textarea:hover::placeholder, form.form--basic textarea:hover::-webkit-input-placeholder, form.form--basic textarea:hover:-ms-input-placeholder, form.form--basic textarea:hover::-moz-placeholder, form.form--basic textarea:hover:-moz-placeholder, form.form--basic textarea:focus::placeholder, form.form--basic textarea:focus::-webkit-input-placeholder, form.form--basic textarea:focus:-ms-input-placeholder, form.form--basic textarea:focus::-moz-placeholder, form.form--basic textarea:focus:-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

form.form--basic input[type=text]:focus, form.form--basic input[type=password]:focus, form.form--basic input[type=url]:focus, form.form--basic input[type=email]:focus, form.form--basic input[type=tel]:focus, form.form--basic input[type=search]:focus, form.form--basic input[type=number]:focus, form.form--basic input[type=date]:focus, form.form--basic input[type=month]:focus, form.form--basic input[type=week]:focus, form.form--basic input[type=datetime]:focus, form.form--basic input[type=datetime-local]:focus, form.form--basic select:focus, form.form--basic textarea:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form.form--basic input[type=color], form.form--basic input[type=range] {
  margin-bottom: 0.75rem;
  display: block;
}

form.form--basic input[type=submit], form.form--basic input[type=button], form.form--basic input[type=reset], form.form--basic button {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form.form--rotund{
  text-align: left
}

form.form--rotund label{
  display: block
}

form.form--rotund input[type=text], form.form--rotund input[type=password], form.form--rotund input[type=url], form.form--rotund input[type=email], form.form--rotund input[type=search], form.form--rotund input[type=number], form.form--rotund input[type=date], form.form--rotund input[type=month], form.form--rotund input[type=week], form.form--rotund input[type=datetime], form.form--rotund input[type=datetime-local], form.form--rotund textarea {
  margin-bottom: 0.75rem;
}

form.form--rotund input[type=text], form.form--rotund input[type=password], form.form--rotund input[type=url], form.form--rotund input[type=email], form.form--rotund input[type=search], form.form--rotund input[type=number], form.form--rotund input[type=date], form.form--rotund input[type=month], form.form--rotund input[type=week], form.form--rotund input[type=datetime], form.form--rotund input[type=datetime-local], form.form--rotund textarea {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

form.form--rotund input[type=text],form.form--rotund input[type=password],form.form--rotund input[type=url],form.form--rotund input[type=email],form.form--rotund input[type=search],form.form--rotund input[type=number],form.form--rotund input[type=date],form.form--rotund input[type=month],form.form--rotund input[type=week],form.form--rotund input[type=datetime],form.form--rotund input[type=datetime-local],form.form--rotund textarea {
  line-height:1.1875rem;
  padding:1.25rem 1rem;
}

form.form--rotund input[type=text]::-moz-placeholder, form.form--rotund input[type=password]::-moz-placeholder, form.form--rotund input[type=url]::-moz-placeholder, form.form--rotund input[type=email]::-moz-placeholder, form.form--rotund input[type=search]::-moz-placeholder, form.form--rotund input[type=number]::-moz-placeholder, form.form--rotund input[type=date]::-moz-placeholder, form.form--rotund input[type=month]::-moz-placeholder, form.form--rotund input[type=week]::-moz-placeholder, form.form--rotund input[type=datetime]::-moz-placeholder, form.form--rotund input[type=datetime-local]::-moz-placeholder, form.form--rotund textarea::-moz-placeholder {
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input[type=text]::placeholder, form.form--rotund input[type=password]::placeholder, form.form--rotund input[type=url]::placeholder, form.form--rotund input[type=email]::placeholder, form.form--rotund input[type=search]::placeholder, form.form--rotund input[type=number]::placeholder, form.form--rotund input[type=date]::placeholder, form.form--rotund input[type=month]::placeholder, form.form--rotund input[type=week]::placeholder, form.form--rotund input[type=datetime]::placeholder, form.form--rotund input[type=datetime-local]::placeholder, form.form--rotund textarea::placeholder {
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input[type=text]::-moz-placeholder, form.form--rotund input[type=password]::-moz-placeholder, form.form--rotund input[type=url]::-moz-placeholder, form.form--rotund input[type=email]::-moz-placeholder, form.form--rotund input[type=search]::-moz-placeholder, form.form--rotund input[type=number]::-moz-placeholder, form.form--rotund input[type=date]::-moz-placeholder, form.form--rotund input[type=month]::-moz-placeholder, form.form--rotund input[type=week]::-moz-placeholder, form.form--rotund input[type=datetime]::-moz-placeholder, form.form--rotund input[type=datetime-local]::-moz-placeholder, form.form--rotund textarea::-moz-placeholder {
  line-height:1.1875rem;
}

form.form--rotund input[type=text]::placeholder,form.form--rotund input[type=password]::placeholder,form.form--rotund input[type=url]::placeholder,form.form--rotund input[type=email]::placeholder,form.form--rotund input[type=search]::placeholder,form.form--rotund input[type=number]::placeholder,form.form--rotund input[type=date]::placeholder,form.form--rotund input[type=month]::placeholder,form.form--rotund input[type=week]::placeholder,form.form--rotund input[type=datetime]::placeholder,form.form--rotund input[type=datetime-local]::placeholder,form.form--rotund textarea::placeholder {
  line-height:1.1875rem;
}

form.form--rotund input[type=text]:hover, form.form--rotund input[type=text]:focus, form.form--rotund input[type=password]:hover, form.form--rotund input[type=password]:focus, form.form--rotund input[type=url]:hover, form.form--rotund input[type=url]:focus, form.form--rotund input[type=email]:hover, form.form--rotund input[type=email]:focus, form.form--rotund input[type=search]:hover, form.form--rotund input[type=search]:focus, form.form--rotund input[type=number]:hover, form.form--rotund input[type=number]:focus, form.form--rotund input[type=date]:hover, form.form--rotund input[type=date]:focus, form.form--rotund input[type=month]:hover, form.form--rotund input[type=month]:focus, form.form--rotund input[type=week]:hover, form.form--rotund input[type=week]:focus, form.form--rotund input[type=datetime]:hover, form.form--rotund input[type=datetime]:focus, form.form--rotund input[type=datetime-local]:hover, form.form--rotund input[type=datetime-local]:focus, form.form--rotund textarea:hover, form.form--rotund textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

form.form--rotund input[type=text]:hover::-moz-placeholder, form.form--rotund input[type=text]:focus::-moz-placeholder, form.form--rotund input[type=password]:hover::-moz-placeholder, form.form--rotund input[type=password]:focus::-moz-placeholder, form.form--rotund input[type=url]:hover::-moz-placeholder, form.form--rotund input[type=url]:focus::-moz-placeholder, form.form--rotund input[type=email]:hover::-moz-placeholder, form.form--rotund input[type=email]:focus::-moz-placeholder, form.form--rotund input[type=search]:hover::-moz-placeholder, form.form--rotund input[type=search]:focus::-moz-placeholder, form.form--rotund input[type=number]:hover::-moz-placeholder, form.form--rotund input[type=number]:focus::-moz-placeholder, form.form--rotund input[type=date]:hover::-moz-placeholder, form.form--rotund input[type=date]:focus::-moz-placeholder, form.form--rotund input[type=month]:hover::-moz-placeholder, form.form--rotund input[type=month]:focus::-moz-placeholder, form.form--rotund input[type=week]:hover::-moz-placeholder, form.form--rotund input[type=week]:focus::-moz-placeholder, form.form--rotund input[type=datetime]:hover::-moz-placeholder, form.form--rotund input[type=datetime]:focus::-moz-placeholder, form.form--rotund input[type=datetime-local]:hover::-moz-placeholder, form.form--rotund input[type=datetime-local]:focus::-moz-placeholder, form.form--rotund textarea:hover::-moz-placeholder, form.form--rotund textarea:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input[type=text]:hover::placeholder, form.form--rotund input[type=text]:focus::placeholder, form.form--rotund input[type=password]:hover::placeholder, form.form--rotund input[type=password]:focus::placeholder, form.form--rotund input[type=url]:hover::placeholder, form.form--rotund input[type=url]:focus::placeholder, form.form--rotund input[type=email]:hover::placeholder, form.form--rotund input[type=email]:focus::placeholder, form.form--rotund input[type=search]:hover::placeholder, form.form--rotund input[type=search]:focus::placeholder, form.form--rotund input[type=number]:hover::placeholder, form.form--rotund input[type=number]:focus::placeholder, form.form--rotund input[type=date]:hover::placeholder, form.form--rotund input[type=date]:focus::placeholder, form.form--rotund input[type=month]:hover::placeholder, form.form--rotund input[type=month]:focus::placeholder, form.form--rotund input[type=week]:hover::placeholder, form.form--rotund input[type=week]:focus::placeholder, form.form--rotund input[type=datetime]:hover::placeholder, form.form--rotund input[type=datetime]:focus::placeholder, form.form--rotund input[type=datetime-local]:hover::placeholder, form.form--rotund input[type=datetime-local]:focus::placeholder, form.form--rotund textarea:hover::placeholder, form.form--rotund textarea:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input[type=text]:focus, form.form--rotund input[type=password]:focus, form.form--rotund input[type=url]:focus, form.form--rotund input[type=email]:focus, form.form--rotund input[type=search]:focus, form.form--rotund input[type=number]:focus, form.form--rotund input[type=date]:focus, form.form--rotund input[type=month]:focus, form.form--rotund input[type=week]:focus, form.form--rotund input[type=datetime]:focus, form.form--rotund input[type=datetime-local]:focus, form.form--rotund textarea:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form.form--rotund input[type=text]:disabled, form.form--rotund input[type=password]:disabled, form.form--rotund input[type=url]:disabled, form.form--rotund input[type=email]:disabled, form.form--rotund input[type=search]:disabled, form.form--rotund input[type=number]:disabled, form.form--rotund input[type=date]:disabled, form.form--rotund input[type=month]:disabled, form.form--rotund input[type=week]:disabled, form.form--rotund input[type=datetime]:disabled, form.form--rotund input[type=datetime-local]:disabled, form.form--rotund textarea:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

form.form--rotund input[type=text]:disabled,form.form--rotund input[type=password]:disabled,form.form--rotund input[type=url]:disabled,form.form--rotund input[type=email]:disabled,form.form--rotund input[type=search]:disabled,form.form--rotund input[type=number]:disabled,form.form--rotund input[type=date]:disabled,form.form--rotund input[type=month]:disabled,form.form--rotund input[type=week]:disabled,form.form--rotund input[type=datetime]:disabled,form.form--rotund input[type=datetime-local]:disabled,form.form--rotund textarea:disabled {
  cursor:not-allowed;
}

form.form--rotund select{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  padding:.875rem 3.5rem .875rem 1rem;
  line-height:1.1875rem
}

form.form--rotund select:hover, form.form--rotund select:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

form.form--rotund input[type=color], form.form--rotund input[type=range] {
  margin-bottom: 0.75rem;
  display: block;
}

form.form--rotund input[type=submit], form.form--rotund input[type=button], form.form--rotund input[type=reset] {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form.form--rotund label.label__error{
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity))
}

form.form--rotund input.input__error, form.form--rotund textarea.input__error {
  --tw-border-opacity: 1;
  border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(217, 31, 27, var(--tw-text-opacity));
}

form.form--rotund input.input__error::-moz-placeholder, form.form--rotund textarea.input__error::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__error::placeholder, form.form--rotund textarea.input__error::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__error:hover, form.form--rotund input.input__error:focus, form.form--rotund textarea.input__error:hover, form.form--rotund textarea.input__error:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

form.form--rotund input.input__error:hover::-moz-placeholder, form.form--rotund input.input__error:focus::-moz-placeholder, form.form--rotund textarea.input__error:hover::-moz-placeholder, form.form--rotund textarea.input__error:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__error:hover::placeholder, form.form--rotund input.input__error:focus::placeholder, form.form--rotund textarea.input__error:hover::placeholder, form.form--rotund textarea.input__error:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund label.label__warn{
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity))
}

form.form--rotund input.input__warn, form.form--rotund textarea.input__warn {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 202, 107, var(--tw-text-opacity));
}

form.form--rotund input.input__warn::-moz-placeholder, form.form--rotund textarea.input__warn::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__warn::placeholder, form.form--rotund textarea.input__warn::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__warn:hover, form.form--rotund input.input__warn:focus, form.form--rotund textarea.input__warn:hover, form.form--rotund textarea.input__warn:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

form.form--rotund input.input__warn:hover::-moz-placeholder, form.form--rotund input.input__warn:focus::-moz-placeholder, form.form--rotund textarea.input__warn:hover::-moz-placeholder, form.form--rotund textarea.input__warn:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__warn:hover::placeholder, form.form--rotund input.input__warn:focus::placeholder, form.form--rotund textarea.input__warn:hover::placeholder, form.form--rotund textarea.input__warn:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund label.label__success{
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity))
}

form.form--rotund input.input__success, form.form--rotund textarea.input__success {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 128, 0, var(--tw-text-opacity));
}

form.form--rotund input.input__success::-moz-placeholder, form.form--rotund textarea.input__success::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__success::placeholder, form.form--rotund textarea.input__success::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__success:hover, form.form--rotund input.input__success:focus, form.form--rotund textarea.input__success:hover, form.form--rotund textarea.input__success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

form.form--rotund input.input__success:hover::-moz-placeholder, form.form--rotund input.input__success:focus::-moz-placeholder, form.form--rotund textarea.input__success:hover::-moz-placeholder, form.form--rotund textarea.input__success:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund input.input__success:hover::placeholder, form.form--rotund input.input__success:focus::placeholder, form.form--rotund textarea.input__success:hover::placeholder, form.form--rotund textarea.input__success:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

form.form--rotund label.label__info{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}

form.form--rotund input.input__info, form.form--rotund textarea.input__info {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

form.form--rotund input.input__info::-moz-placeholder, form.form--rotund textarea.input__info::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

form.form--rotund input.input__info::placeholder, form.form--rotund textarea.input__info::placeholder {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

form.form--rotund input.input__info:hover, form.form--rotund input.input__info:focus, form.form--rotund textarea.input__info:hover, form.form--rotund textarea.input__info:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

form.form--rotund input.input__info:hover::-moz-placeholder, form.form--rotund input.input__info:focus::-moz-placeholder, form.form--rotund textarea.input__info:hover::-moz-placeholder, form.form--rotund textarea.input__info:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

form.form--rotund input.input__info:hover::placeholder, form.form--rotund input.input__info:focus::placeholder, form.form--rotund textarea.input__info:hover::placeholder, form.form--rotund textarea.input__info:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

form.form--rotund input::-ms-clear,form.form--rotund input::-ms-reveal{
  display:none
}

form.form--rotund .radio-group label{
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  line-height:32px;
  transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease
}

form.form--rotund .radio-group label:hover{
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity))
}

form.form--rotund .radio-group label:active{
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity))
}

form.form--rotund .radio-group label label{
  float: left;
  width: 100%;
  cursor: pointer
}

form.form--rotund .checkbox{
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-style: normal;
  line-height:2rem;
  backface-visibility:hidden;
  min-height:1.5rem;
  font-size:1rem;
  min-width:1.5rem
}

form.form--rotund .checkbox input[type=checkbox]{
  position: absolute;
  cursor: pointer;
  z-index:1;
  top:.25rem;
  left:.25rem;
  width:2rem;
  height:2rem
}

form.form--rotund .checkbox input[type=radio]{
  position: absolute;
  cursor: pointer;
  z-index:1;
  top:1rem;
  left:1rem;
  width:2rem;
  height:2rem
}

form.form--rotund .checkbox input.is-hidden+span.checkbox-content{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

form.form--rotund .checkbox input[type=checkbox]~span.checkbox-content::before{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  top:.25rem;
  left:.25rem;
  z-index:2
}

form.form--rotund .checkbox input[type=checkbox]~span.checkbox-content::after{
  top:.25rem;
  left:.25rem;
  z-index:2
}

form.form--rotund .checkbox input[type=checkbox]:checked~span.checkbox-content:after, form.form--rotund .checkbox input[type=checkbox]:focus:checked~span.checkbox-content:after {
  height: 2rem;
  width: 2rem;
  border-radius: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

form.form--rotund .checkbox input[type=checkbox]:checked~span.checkbox-content:after,form.form--rotund .checkbox input[type=checkbox]:focus:checked~span.checkbox-content:after {
  text-rendering:auto;
  content:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%27-131 423 48 48%27%3E%3Cpath fill=%27%23FFF%27 d=%27M-90.18 427.718l-3.029 3.214-21.101 22.396-9.458-9.458-6.232 6.244L-114.125 466l3.122-3.318 24.222-25.691 3.03-3.215z%27/%3E%3C/svg%3E");
  transform:translate(0, 0);
}

form.form--rotund .checkbox.checkbox--radio{
  float: left
}

form.form--rotund .checkbox.checkbox--radio span.checkbox-content{
  height: auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 4rem;
  min-height:4rem
}

form.form--rotund .checkbox.checkbox--radio span.checkbox-content::before{
  height: 2rem;
  width: 2rem;
  transform: none;
  content:"";
  border-radius:50%;
  top:1rem;
  left:1rem;
  z-index:2
}

form.form--rotund .checkbox.checkbox--radio span.checkbox-content::after{
  height: 2rem;
  width: 2rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  line-height:2rem;
  content:"";
  top:1rem;
  left:1rem;
  border-radius:50%;
  transform:scale(0.75)
}

form.form--rotund .checkbox.checkbox--radio span.checkbox-content::before{
  border-radius:1.339375rem
}

form.form--rotund .checkbox.checkbox--radio input:focus~span.checkbox-content::before{
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

form.form--rotund .checkbox.checkbox--radio input:focus~span.checkbox-content::after{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  content:""
}

form.form--rotund .checkbox.checkbox--radio input:focus:checked~span.checkbox-content{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity))
}

form.form--rotund .checkbox.checkbox--radio input:indeterminate~span.checkbox-content:after{
  opacity: 0;
  content:"" !important
}

form.form--rotund .checkbox.checkbox--radio input:checked~span.checkbox-content{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity))
}

form.form--rotund .checkbox.checkbox--radio input:checked~span.checkbox-content::before{
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

form.form--rotund .checkbox.checkbox--radio input:checked~span.checkbox-content::after{
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  opacity: 1;
  z-index:3
}

form.form--rotund .checkbox.checkbox--radio input:checked~span.checkbox-content::before{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  z-index:2
}

form.form--rotund .checkbox.checkbox--radio input:checked~span.checkbox-content::after{
  --tw-bg-opacity: 1;
  background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  content:"" !important;
  z-index:3
}

form.form--rotund .checkbox.checkbox--radio input[type=checkbox]:checked~span.checkbox-content:after{
  border-radius:1.339375rem
}

form.form--rotund .checkbox span.checkbox-content{
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  padding-left: 0.25rem;
  padding-left: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  min-height:2.5rem;
  line-height:2rem;
  height:2rem;
  vertical-align:middle;
  font-size:1rem;
  transition:color 1s ease,background 1s ease
}

form.form--rotund .checkbox span.checkbox-content::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2rem;
  width: 2rem;
  transform: none;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content:"";
  transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease
}

form.form--rotund .checkbox span.checkbox-content::after{
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  opacity: 0;
  font-size:.875rem;
  width:1.5rem;
  height:1.5rem;
  transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease
}

form.form--rotund .checkbox span.checkbox-content:hover{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity))
}

form.form--rotund .checkbox span.checkbox-content:hover::before{
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

form.form--rotund .checkbox span.checkbox-content:active::before{
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 252, var(--tw-bg-opacity))
}

form.form--rotund .checkbox span.checkbox-content:active::after{
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity))
}

form.form--rotund .checkbox div.checkbox-append{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 2rem;
  width: 0.25rem;
  line-height:32px;
  z-index:1
}

form.form--rotund .checkbox div.checkbox-append~span.checkbox-content{
  padding-right: 0.25rem
}

form.form--rotund .checkbox div.checkbox-append span.checkbox-icon{
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0px;
  text-align: center;
  top:2px
}

form.form--rotund .checkbox div.checkbox-append span.checkbox-icon i.icon.icon-i{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity))
}

form.form--rotund .checkbox input:not([type=radio]):indeterminate~span.checkbox-content::before{
  --tw-border-opacity: 1;
  border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

form.form--rotund .checkbox input:not([type=radio]):indeterminate~span.checkbox-content::after{
  opacity: 1
}

form.form--rotund .checkbox input:not([type=radio]):indeterminate:focus~span.checkbox-content:before, form.form--rotund .checkbox input:checked:focus~span.checkbox-content:before {
  --tw-border-opacity: 1;
  border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

form.form--rotund .checkbox input:not([type=radio]):indeterminate:focus~span.checkbox-content:after, form.form--rotund .checkbox input:checked:focus~span.checkbox-content:after {
  --tw-text-opacity: 1;
  color: rgba(115, 146, 213, var(--tw-text-opacity));
}

form.form--rotund .checkbox.read-only, form.form--rotund .checkbox.read-only span.checkbox-content {
  cursor: default;
}

form.form--rotund .checkbox.is-disabled span.checkbox-content, form.form--rotund .checkbox input[disabled]~span.checkbox-content {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  opacity: 0.5;
}

form.form--rotund .checkbox.is-disabled span.checkbox-content,form.form--rotund .checkbox input[disabled]~span.checkbox-content {
  cursor:default !important;
}

form.form--rotund .checkbox+span.checkbox-content{
  vertical-align: middle
}

form.form--rotund .form__select--append{
  pointer-events: none;
  position: relative;
  z-index: 10;
  float: right;
  cursor: pointer;
  padding-right: 1rem;
  margin-top:-3rem
}

form.form--rotund .form__select--append svg{
  float: right;
  display: inline-block;
  font-size:2rem
}

form.form--rotund .form__icon--prepend{
  position: relative
}

form.form--rotund .form__icon--prepend .form__icon--prepend-input{
  padding-left: 2.5rem
}

form.form--rotund .form__icon--prepend svg{
  position: absolute;
  top:.8rem;
  left:.5rem
}

.form--compact{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 0px;
  width:45rem
}

@media(max-width: 48rem){
  form.form--compact, form .form--compact {
    width: 100%;
  }
}

.form--compact-row{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between
}

.form--compact-row label{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex-grow: 1
}

.form--compact-row :first-child{
  margin-left: 0px
}

.form--compact-row :last-child{
  margin-right: 0px
}

.dropdown{
  position: relative;
  display: inline-block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity))
}

.dropdown__caret, .dropdown__caret:before, .dropdown__caret:after {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.dropdown__caret{
  margin-left: 0.25rem;
  display: inline-block;
  height: 0px;
  width: 0px;
  border-style: solid;
  vertical-align: middle;
  content:"";
  border-width:.25rem .25rem 0;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased
}

.dropdown__menu{
  position: absolute;
  left: 0px;
  z-index: 50;
  cursor: default;
  list-style-type: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-clip:padding-box;
  border:.0625rem solid #949494;
  box-shadow:0 .0625rem .9375rem #949494
}

.dropdown__menu::before,.dropdown__menu::after{
  position:absolute;
  display:inline-block;
  content:""
}

.dropdown__menu::before{
  border:.75rem solid transparent;
  border-bottom-color:#949494
}

.dropdown__menu::after{
  border:.6875rem solid transparent;
  border-bottom-color:#FFFFFF
}

.dropdown__menu>ul{
  list-style-type: none
}

.dropdown__menu__top{
  top:100%
}

.dropdown__menu__customize{
  top:140%
}

.dropdown__item{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height:1.3125rem
}

.dropdown__divider{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  height: 0px;
  border-top:.0625rem #EDEDED solid
}

.dropdown__header{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
  line-height:.8125rem;
  color:#222222;
  font-size:.6875rem;
  letter-spacing:.1rem;
  text-transform:uppercase
}

.dropdown__link{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(20, 54, 164, var(--tw-text-opacity))
}

.dropdown__link:hover, .dropdown__link:focus {
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity));
  text-decoration: underline;
}

.dropdown__id{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity))
}

.dropdown__project:hover .dropdown__id{
  --tw-text-opacity: 1;
  color: rgba(72, 109, 231, var(--tw-text-opacity))
}

.dropdown__menu--nw{
  top: auto;
  left: 0px;
  margin-bottom: 0.25rem;
  bottom:100%
}

.dropdown__menu--nw::before,.dropdown__menu--nw::after{
  top:auto;
  right:auto
}

.dropdown__menu--nw::before{
  bottom:-0.75rem;
  left:.5625rem;
  border-top:.75rem solid #EDEDED;
  border-right:.75rem solid transparent;
  border-bottom:0;
  border-left:.75rem solid transparent
}

.dropdown__menu--nw::after{
  bottom:-0.6875rem;
  left:.625rem;
  border-top:.6875rem solid #FFFFFF;
  border-right:.6875rem solid transparent;
  border-bottom:0;
  border-left:.6875rem solid transparent
}

.dropdown__menu--w{
  top: 0px;
  left: auto;
  margin-top: 0px;
  margin-right: 0.5rem;
  right:100%
}

.dropdown__menu--w::before{
  top:.625rem;
  right:-1.5rem;
  left:auto;
  border-color:transparent;
  border-left-color:#EDEDED
}

.dropdown__menu--w::after{
  top:.6875rem;
  right:-1.375rem;
  left:auto;
  border-color:transparent;
  border-left-color:#FFFFFF
}

.dropdown__menu--sw::before{
  top:-1.5rem;
  left:.5625rem
}

.dropdown__menu--sw::after{
  top:-1.375rem;
  left:.625rem
}

.dropdown__menu--s{
  left: auto;
  right:50%;
  transform:translateX(50%)
}

.dropdown__menu--s::before{
  top:-1.5rem;
  right:50%;
  transform:translateX(50%)
}

.dropdown__menu--s::after{
  top:-1.375rem;
  right:50%;
  transform:translateX(50%)
}

.dropdown__menu--se{
  right: 0px;
  left: auto
}

.dropdown__menu--se::before{
  top:-1.5rem;
  right:.5625rem;
  left:auto
}

.dropdown__menu--se::after{
  top:-1.375rem;
  right:.625rem;
  left:auto
}

.dropdown__menu--e{
  top: 0px;
  margin-top: 0px;
  margin-left: 0.5rem;
  left:100%
}

.dropdown__menu--e::before{
  top:.5rem;
  left:-1.5rem;
  border-color:transparent;
  border-right-color:#EDEDED
}

.dropdown__menu--e::after{
  top:.6875rem;
  left:-1.375rem;
  border-color:transparent;
  border-right-color:#FFFFFF
}

.spinner{
  position: absolute;
  margin: 0px;
  display: none;
  text-align: center;
  font-size:16px;
  width:2.28571429rem;
  height:2.28571429rem;
  top:50%;
  left:50%;
  z-index:1000;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%)
}

.spinner:before, .spinner:after {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
}

.spinner:before,.spinner:after {
  content:"";
  left:50%;
  width:2.28571429rem;
  height:2.28571429rem;
  margin:0 0 0 -1.14285714rem;
}

.spinner:after{
  border-style: solid;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
  border-color:#486DE7;
  border-left-color:transparent;
  font-weight:bold;
  color:#222222;
  border-width:4px;
  animation:spinner .6s linear;
  -webkit-animation:spinner .6s linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-box-shadow:0px 0px 0px 1px transparent
}

.spinner--secondary{
  color:#FFFFFF
}

.spinner--secondary:after{
  border-color:#FFFFFF;
  border-left-color:transparent;
  color:#FFFFFF
}

.spinner.spinner__text{
  height: auto !important;
  width: auto !important
}

.spinner.spinner__text{
  text-align: center;
  font-style: normal
}

.spinner.spinner--indeterminate:after{
  animation-direction:reverse;
  animation-duration:1.2s;
  -webkit-animation-duration:1.2s
}

.spinner.spinner--active, .spinner.spinner--visible {
  display: block;
}

.spinner.spinner--disabled, .spinner.spinner--hidden {
  display: none;
}

.spinner.spinner--small{
  width:1.71428571rem;
  height:1.71428571rem;
  font-size:.92857143em
}

.spinner.spinner--small:before,.spinner.spinner--small:after{
  width:1.71428571rem;
  height:1.71428571rem;
  margin:0 0 0 -0.85714286rem
}

.spinner.spinner--large{
  width:3.42857143rem;
  height:3.42857143rem;
  font-size:1.14285714em
}

.spinner.spinner--large:before,.spinner.spinner--large:after{
  width:3.42857143rem;
  height:3.42857143rem;
  margin:0 0 0 -1.71428571rem
}

.spinner.spinner__text{
  min-width:2.28571429rem;
  padding-top:2.5rem
}

.spinner.spinner__text.spinner--mini{
  min-width:1rem;
  padding-top:1.78571429rem
}

.spinner.spinner__text.spinner--tiny{
  min-width:1.14285714rem;
  padding-top:1.92857143rem
}

.spinner.spinner__text.spinner--small{
  min-width:1.71428571rem;
  padding-top:2.5rem
}

.spinner.spinner__text.spinner--large{
  min-width:3.42857143rem;
  padding-top:4.21428571rem
}

.spinner.spinner__text.spinner--big{
  min-width:3.71428571rem;
  padding-top:4.5rem
}

.spinner.spinner__text.spinner--huge{
  min-width:4.14285714rem;
  padding-top:4.92857143rem
}

.spinner.spinner__text.spinner--massive{
  min-width:4.57142857rem;
  padding-top:5.35714286rem
}

.spinner.spinner--inline{
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  transform: none;
  vertical-align: middle;
  -webkit-transform:none
}

.spinner.spinner--inline.spinner--active, .spinner.spinner--inline.spinner--visible {
  display: inline-block;
}

.spinner.spinner--inline.spinner--centered.spinner--active, .spinner.spinner--inline.spinner--centered.spinner--visible {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button--spinner{
  pointer-events: auto;
  position: relative;
  cursor: default;
  opacity: 1;
  text-shadow:none !important;
  color:transparent !important;
  transition:all 0s linear,opacity .1s ease
}

.button--spinner:before{
  position: absolute;
  border-radius: 9999px;
  content:"";
  top:50%;
  left:50%;
  margin:-10.2857142px 0 0 -10.2857142px;
  width:20.5714286px;
  height:20.5714286px;
  border:3.2px solid rgba(0,0,0,.1)
}

.button--spinner:after{
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  content:"";
  top:50%;
  left:50%;
  margin:-10.2857142px 0 0 -10.2857142px;
  width:20.5714286px;
  height:20.5714286px;
  animation:spinner .6s linear;
  animation-iteration-count:infinite;
  border-color:#486DE7 #486DE7 transparent;
  border-width:rem(4px);
  box-shadow:0px 0px 0px 1px transparent
}

@keyframes spinner{
  from{
    transform:rotate(0deg)
  }

  to{
    transform:rotate(360deg)
  }
}

@font-face{
  font-family:"Canela Deck Bold";

  src:url("https://www.wellthy.com/static/fonts/marketing/canela-deck-bold.woff2") format("woff2"),url("https://www.wellthy.com/static/fonts/marketing/canela-deck-bold.woff") format("woff");

  font-weight:normal;

  font-style:normal;

  font-stretch:normal
}

@font-face{
  font-family:"Founders Grotesk Regular";

  src:url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-regular.woff2") format("woff2"),url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-regular.woff") format("woff"),url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-regular.eot") format("eot");

  font-weight:normal;

  font-style:normal;

  font-stretch:normal
}

@font-face{
  font-family:"Founders Grotesk Medium";

  src:url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-medium.woff2") format("woff2"),url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-medium.woff") format("woff"),url("https://www.wellthy.com/static/fonts/marketing/founders-grotesk-medium.eot") format("eot");

  font-weight:normal;

  font-style:normal;

  font-stretch:normal
}

@media (min-width: 380px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .xs\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .xs\:aspect-w-1,
.xs\:aspect-w-2,
.xs\:aspect-w-3,
.xs\:aspect-w-4,
.xs\:aspect-w-5,
.xs\:aspect-w-6,
.xs\:aspect-w-7,
.xs\:aspect-w-8,
.xs\:aspect-w-9,
.xs\:aspect-w-10,
.xs\:aspect-w-11,
.xs\:aspect-w-12,
.xs\:aspect-w-13,
.xs\:aspect-w-14,
.xs\:aspect-w-15,
.xs\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .xs\:aspect-w-1 > *,
.xs\:aspect-w-2 > *,
.xs\:aspect-w-3 > *,
.xs\:aspect-w-4 > *,
.xs\:aspect-w-5 > *,
.xs\:aspect-w-6 > *,
.xs\:aspect-w-7 > *,
.xs\:aspect-w-8 > *,
.xs\:aspect-w-9 > *,
.xs\:aspect-w-10 > *,
.xs\:aspect-w-11 > *,
.xs\:aspect-w-12 > *,
.xs\:aspect-w-13 > *,
.xs\:aspect-w-14 > *,
.xs\:aspect-w-15 > *,
.xs\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .xs\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .xs\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .xs\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .xs\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .xs\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .xs\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .xs\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .xs\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .xs\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .xs\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .xs\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .xs\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .xs\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .xs\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .xs\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .xs\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .xs\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .xs\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .xs\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .xs\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .xs\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .xs\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .xs\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .xs\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .xs\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .xs\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .xs\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .xs\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .xs\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .xs\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .xs\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .xs\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xs\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xs\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xs\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .xs\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .xs\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xs\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xs\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xs\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xs\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xs\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xs\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xs\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xs\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xs\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xs\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xs\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xs\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xs\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xs\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xs\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xs\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xs\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xs\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xs\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xs\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xs\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xs\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xs\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xs\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xs\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xs\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xs\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xs\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .xs\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xs\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xs\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xs\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xs\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xs\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xs\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xs\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xs\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xs\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xs\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xs\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xs\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xs\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xs\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xs\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xs\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xs\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xs\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xs\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xs\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xs\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xs\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xs\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xs\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xs\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xs\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xs\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xs\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xs\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xs\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xs\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xs\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xs\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .xs\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .xs\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .xs\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xs\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xs\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xs\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xs\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xs\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xs\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xs\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xs\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xs\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xs\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xs\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xs\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xs\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xs\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xs\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xs\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xs\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xs\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xs\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xs\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xs\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xs\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xs\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xs\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xs\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xs\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xs\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xs\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xs\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xs\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xs\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xs\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .xs\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .xs\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .xs\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xs\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xs\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xs\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xs\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xs\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xs\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xs\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xs\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xs\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xs\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xs\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xs\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xs\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .xs\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .xs\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .xs\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xs\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xs\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xs\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xs\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xs\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xs\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xs\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xs\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xs\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xs\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xs\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xs\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xs\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xs\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xs\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xs\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xs\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xs\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xs\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xs\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xs\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xs\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xs\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xs\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xs\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xs\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xs\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xs\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xs\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xs\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xs\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xs\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .xs\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .xs\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .xs\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xs\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xs\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xs\:top-0 {
    top: 0px;
  }

  .xs\:top-1 {
    top: 0.25rem;
  }

  .xs\:top-2 {
    top: 0.5rem;
  }

  .xs\:top-3 {
    top: 0.75rem;
  }

  .xs\:top-4 {
    top: 1rem;
  }

  .xs\:top-5 {
    top: 1.25rem;
  }

  .xs\:top-6 {
    top: 1.5rem;
  }

  .xs\:top-7 {
    top: 1.75rem;
  }

  .xs\:top-8 {
    top: 2rem;
  }

  .xs\:top-9 {
    top: 2.25rem;
  }

  .xs\:top-10 {
    top: 2.5rem;
  }

  .xs\:top-11 {
    top: 2.75rem;
  }

  .xs\:top-12 {
    top: 3rem;
  }

  .xs\:top-14 {
    top: 3.5rem;
  }

  .xs\:top-16 {
    top: 4rem;
  }

  .xs\:top-20 {
    top: 5rem;
  }

  .xs\:top-24 {
    top: 6rem;
  }

  .xs\:top-28 {
    top: 7rem;
  }

  .xs\:top-32 {
    top: 8rem;
  }

  .xs\:top-36 {
    top: 9rem;
  }

  .xs\:top-40 {
    top: 10rem;
  }

  .xs\:top-44 {
    top: 11rem;
  }

  .xs\:top-48 {
    top: 12rem;
  }

  .xs\:top-52 {
    top: 13rem;
  }

  .xs\:top-56 {
    top: 14rem;
  }

  .xs\:top-60 {
    top: 15rem;
  }

  .xs\:top-64 {
    top: 16rem;
  }

  .xs\:top-72 {
    top: 18rem;
  }

  .xs\:top-80 {
    top: 20rem;
  }

  .xs\:top-96 {
    top: 24rem;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:top-px {
    top: 1px;
  }

  .xs\:top-0\.5 {
    top: 2px;
  }

  .xs\:top-1\.5 {
    top: 6px;
  }

  .xs\:top-2\.5 {
    top: 10px;
  }

  .xs\:top-3\.5 {
    top: 0.875rem;
  }

  .xs\:-top-0 {
    top: 0px;
  }

  .xs\:-top-1 {
    top: -0.25rem;
  }

  .xs\:-top-2 {
    top: -0.5rem;
  }

  .xs\:-top-3 {
    top: -0.75rem;
  }

  .xs\:-top-4 {
    top: -1rem;
  }

  .xs\:-top-5 {
    top: -1.25rem;
  }

  .xs\:-top-6 {
    top: -1.5rem;
  }

  .xs\:-top-7 {
    top: -1.75rem;
  }

  .xs\:-top-8 {
    top: -2rem;
  }

  .xs\:-top-9 {
    top: -2.25rem;
  }

  .xs\:-top-10 {
    top: -2.5rem;
  }

  .xs\:-top-11 {
    top: -2.75rem;
  }

  .xs\:-top-12 {
    top: -3rem;
  }

  .xs\:-top-14 {
    top: -3.5rem;
  }

  .xs\:-top-16 {
    top: -4rem;
  }

  .xs\:-top-20 {
    top: -5rem;
  }

  .xs\:-top-24 {
    top: -6rem;
  }

  .xs\:-top-28 {
    top: -7rem;
  }

  .xs\:-top-32 {
    top: -8rem;
  }

  .xs\:-top-36 {
    top: -9rem;
  }

  .xs\:-top-40 {
    top: -10rem;
  }

  .xs\:-top-44 {
    top: -11rem;
  }

  .xs\:-top-48 {
    top: -12rem;
  }

  .xs\:-top-52 {
    top: -13rem;
  }

  .xs\:-top-56 {
    top: -14rem;
  }

  .xs\:-top-60 {
    top: -15rem;
  }

  .xs\:-top-64 {
    top: -16rem;
  }

  .xs\:-top-72 {
    top: -18rem;
  }

  .xs\:-top-80 {
    top: -20rem;
  }

  .xs\:-top-96 {
    top: -24rem;
  }

  .xs\:-top-px {
    top: -1px;
  }

  .xs\:-top-0\.5 {
    top: -2px;
  }

  .xs\:-top-1\.5 {
    top: -6px;
  }

  .xs\:-top-2\.5 {
    top: -10px;
  }

  .xs\:-top-3\.5 {
    top: -0.875rem;
  }

  .xs\:top-1\/2 {
    top: 50%;
  }

  .xs\:top-1\/3 {
    top: 33.333333%;
  }

  .xs\:top-2\/3 {
    top: 66.666667%;
  }

  .xs\:top-1\/4 {
    top: 25%;
  }

  .xs\:top-2\/4 {
    top: 50%;
  }

  .xs\:top-3\/4 {
    top: 75%;
  }

  .xs\:top-full {
    top: 100%;
  }

  .xs\:-top-1\/2 {
    top: -50%;
  }

  .xs\:-top-1\/3 {
    top: -33.333333%;
  }

  .xs\:-top-2\/3 {
    top: -66.666667%;
  }

  .xs\:-top-1\/4 {
    top: -25%;
  }

  .xs\:-top-2\/4 {
    top: -50%;
  }

  .xs\:-top-3\/4 {
    top: -75%;
  }

  .xs\:-top-full {
    top: -100%;
  }

  .xs\:right-0 {
    right: 0px;
  }

  .xs\:right-1 {
    right: 0.25rem;
  }

  .xs\:right-2 {
    right: 0.5rem;
  }

  .xs\:right-3 {
    right: 0.75rem;
  }

  .xs\:right-4 {
    right: 1rem;
  }

  .xs\:right-5 {
    right: 1.25rem;
  }

  .xs\:right-6 {
    right: 1.5rem;
  }

  .xs\:right-7 {
    right: 1.75rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:right-9 {
    right: 2.25rem;
  }

  .xs\:right-10 {
    right: 2.5rem;
  }

  .xs\:right-11 {
    right: 2.75rem;
  }

  .xs\:right-12 {
    right: 3rem;
  }

  .xs\:right-14 {
    right: 3.5rem;
  }

  .xs\:right-16 {
    right: 4rem;
  }

  .xs\:right-20 {
    right: 5rem;
  }

  .xs\:right-24 {
    right: 6rem;
  }

  .xs\:right-28 {
    right: 7rem;
  }

  .xs\:right-32 {
    right: 8rem;
  }

  .xs\:right-36 {
    right: 9rem;
  }

  .xs\:right-40 {
    right: 10rem;
  }

  .xs\:right-44 {
    right: 11rem;
  }

  .xs\:right-48 {
    right: 12rem;
  }

  .xs\:right-52 {
    right: 13rem;
  }

  .xs\:right-56 {
    right: 14rem;
  }

  .xs\:right-60 {
    right: 15rem;
  }

  .xs\:right-64 {
    right: 16rem;
  }

  .xs\:right-72 {
    right: 18rem;
  }

  .xs\:right-80 {
    right: 20rem;
  }

  .xs\:right-96 {
    right: 24rem;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:right-px {
    right: 1px;
  }

  .xs\:right-0\.5 {
    right: 2px;
  }

  .xs\:right-1\.5 {
    right: 6px;
  }

  .xs\:right-2\.5 {
    right: 10px;
  }

  .xs\:right-3\.5 {
    right: 0.875rem;
  }

  .xs\:-right-0 {
    right: 0px;
  }

  .xs\:-right-1 {
    right: -0.25rem;
  }

  .xs\:-right-2 {
    right: -0.5rem;
  }

  .xs\:-right-3 {
    right: -0.75rem;
  }

  .xs\:-right-4 {
    right: -1rem;
  }

  .xs\:-right-5 {
    right: -1.25rem;
  }

  .xs\:-right-6 {
    right: -1.5rem;
  }

  .xs\:-right-7 {
    right: -1.75rem;
  }

  .xs\:-right-8 {
    right: -2rem;
  }

  .xs\:-right-9 {
    right: -2.25rem;
  }

  .xs\:-right-10 {
    right: -2.5rem;
  }

  .xs\:-right-11 {
    right: -2.75rem;
  }

  .xs\:-right-12 {
    right: -3rem;
  }

  .xs\:-right-14 {
    right: -3.5rem;
  }

  .xs\:-right-16 {
    right: -4rem;
  }

  .xs\:-right-20 {
    right: -5rem;
  }

  .xs\:-right-24 {
    right: -6rem;
  }

  .xs\:-right-28 {
    right: -7rem;
  }

  .xs\:-right-32 {
    right: -8rem;
  }

  .xs\:-right-36 {
    right: -9rem;
  }

  .xs\:-right-40 {
    right: -10rem;
  }

  .xs\:-right-44 {
    right: -11rem;
  }

  .xs\:-right-48 {
    right: -12rem;
  }

  .xs\:-right-52 {
    right: -13rem;
  }

  .xs\:-right-56 {
    right: -14rem;
  }

  .xs\:-right-60 {
    right: -15rem;
  }

  .xs\:-right-64 {
    right: -16rem;
  }

  .xs\:-right-72 {
    right: -18rem;
  }

  .xs\:-right-80 {
    right: -20rem;
  }

  .xs\:-right-96 {
    right: -24rem;
  }

  .xs\:-right-px {
    right: -1px;
  }

  .xs\:-right-0\.5 {
    right: -2px;
  }

  .xs\:-right-1\.5 {
    right: -6px;
  }

  .xs\:-right-2\.5 {
    right: -10px;
  }

  .xs\:-right-3\.5 {
    right: -0.875rem;
  }

  .xs\:right-1\/2 {
    right: 50%;
  }

  .xs\:right-1\/3 {
    right: 33.333333%;
  }

  .xs\:right-2\/3 {
    right: 66.666667%;
  }

  .xs\:right-1\/4 {
    right: 25%;
  }

  .xs\:right-2\/4 {
    right: 50%;
  }

  .xs\:right-3\/4 {
    right: 75%;
  }

  .xs\:right-full {
    right: 100%;
  }

  .xs\:-right-1\/2 {
    right: -50%;
  }

  .xs\:-right-1\/3 {
    right: -33.333333%;
  }

  .xs\:-right-2\/3 {
    right: -66.666667%;
  }

  .xs\:-right-1\/4 {
    right: -25%;
  }

  .xs\:-right-2\/4 {
    right: -50%;
  }

  .xs\:-right-3\/4 {
    right: -75%;
  }

  .xs\:-right-full {
    right: -100%;
  }

  .xs\:bottom-0 {
    bottom: 0px;
  }

  .xs\:bottom-1 {
    bottom: 0.25rem;
  }

  .xs\:bottom-2 {
    bottom: 0.5rem;
  }

  .xs\:bottom-3 {
    bottom: 0.75rem;
  }

  .xs\:bottom-4 {
    bottom: 1rem;
  }

  .xs\:bottom-5 {
    bottom: 1.25rem;
  }

  .xs\:bottom-6 {
    bottom: 1.5rem;
  }

  .xs\:bottom-7 {
    bottom: 1.75rem;
  }

  .xs\:bottom-8 {
    bottom: 2rem;
  }

  .xs\:bottom-9 {
    bottom: 2.25rem;
  }

  .xs\:bottom-10 {
    bottom: 2.5rem;
  }

  .xs\:bottom-11 {
    bottom: 2.75rem;
  }

  .xs\:bottom-12 {
    bottom: 3rem;
  }

  .xs\:bottom-14 {
    bottom: 3.5rem;
  }

  .xs\:bottom-16 {
    bottom: 4rem;
  }

  .xs\:bottom-20 {
    bottom: 5rem;
  }

  .xs\:bottom-24 {
    bottom: 6rem;
  }

  .xs\:bottom-28 {
    bottom: 7rem;
  }

  .xs\:bottom-32 {
    bottom: 8rem;
  }

  .xs\:bottom-36 {
    bottom: 9rem;
  }

  .xs\:bottom-40 {
    bottom: 10rem;
  }

  .xs\:bottom-44 {
    bottom: 11rem;
  }

  .xs\:bottom-48 {
    bottom: 12rem;
  }

  .xs\:bottom-52 {
    bottom: 13rem;
  }

  .xs\:bottom-56 {
    bottom: 14rem;
  }

  .xs\:bottom-60 {
    bottom: 15rem;
  }

  .xs\:bottom-64 {
    bottom: 16rem;
  }

  .xs\:bottom-72 {
    bottom: 18rem;
  }

  .xs\:bottom-80 {
    bottom: 20rem;
  }

  .xs\:bottom-96 {
    bottom: 24rem;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:bottom-px {
    bottom: 1px;
  }

  .xs\:bottom-0\.5 {
    bottom: 2px;
  }

  .xs\:bottom-1\.5 {
    bottom: 6px;
  }

  .xs\:bottom-2\.5 {
    bottom: 10px;
  }

  .xs\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xs\:-bottom-0 {
    bottom: 0px;
  }

  .xs\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xs\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xs\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xs\:-bottom-4 {
    bottom: -1rem;
  }

  .xs\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xs\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xs\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xs\:-bottom-8 {
    bottom: -2rem;
  }

  .xs\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xs\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xs\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xs\:-bottom-12 {
    bottom: -3rem;
  }

  .xs\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xs\:-bottom-16 {
    bottom: -4rem;
  }

  .xs\:-bottom-20 {
    bottom: -5rem;
  }

  .xs\:-bottom-24 {
    bottom: -6rem;
  }

  .xs\:-bottom-28 {
    bottom: -7rem;
  }

  .xs\:-bottom-32 {
    bottom: -8rem;
  }

  .xs\:-bottom-36 {
    bottom: -9rem;
  }

  .xs\:-bottom-40 {
    bottom: -10rem;
  }

  .xs\:-bottom-44 {
    bottom: -11rem;
  }

  .xs\:-bottom-48 {
    bottom: -12rem;
  }

  .xs\:-bottom-52 {
    bottom: -13rem;
  }

  .xs\:-bottom-56 {
    bottom: -14rem;
  }

  .xs\:-bottom-60 {
    bottom: -15rem;
  }

  .xs\:-bottom-64 {
    bottom: -16rem;
  }

  .xs\:-bottom-72 {
    bottom: -18rem;
  }

  .xs\:-bottom-80 {
    bottom: -20rem;
  }

  .xs\:-bottom-96 {
    bottom: -24rem;
  }

  .xs\:-bottom-px {
    bottom: -1px;
  }

  .xs\:-bottom-0\.5 {
    bottom: -2px;
  }

  .xs\:-bottom-1\.5 {
    bottom: -6px;
  }

  .xs\:-bottom-2\.5 {
    bottom: -10px;
  }

  .xs\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xs\:bottom-1\/2 {
    bottom: 50%;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xs\:bottom-1\/4 {
    bottom: 25%;
  }

  .xs\:bottom-2\/4 {
    bottom: 50%;
  }

  .xs\:bottom-3\/4 {
    bottom: 75%;
  }

  .xs\:bottom-full {
    bottom: 100%;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xs\:-bottom-full {
    bottom: -100%;
  }

  .xs\:left-0 {
    left: 0px;
  }

  .xs\:left-1 {
    left: 0.25rem;
  }

  .xs\:left-2 {
    left: 0.5rem;
  }

  .xs\:left-3 {
    left: 0.75rem;
  }

  .xs\:left-4 {
    left: 1rem;
  }

  .xs\:left-5 {
    left: 1.25rem;
  }

  .xs\:left-6 {
    left: 1.5rem;
  }

  .xs\:left-7 {
    left: 1.75rem;
  }

  .xs\:left-8 {
    left: 2rem;
  }

  .xs\:left-9 {
    left: 2.25rem;
  }

  .xs\:left-10 {
    left: 2.5rem;
  }

  .xs\:left-11 {
    left: 2.75rem;
  }

  .xs\:left-12 {
    left: 3rem;
  }

  .xs\:left-14 {
    left: 3.5rem;
  }

  .xs\:left-16 {
    left: 4rem;
  }

  .xs\:left-20 {
    left: 5rem;
  }

  .xs\:left-24 {
    left: 6rem;
  }

  .xs\:left-28 {
    left: 7rem;
  }

  .xs\:left-32 {
    left: 8rem;
  }

  .xs\:left-36 {
    left: 9rem;
  }

  .xs\:left-40 {
    left: 10rem;
  }

  .xs\:left-44 {
    left: 11rem;
  }

  .xs\:left-48 {
    left: 12rem;
  }

  .xs\:left-52 {
    left: 13rem;
  }

  .xs\:left-56 {
    left: 14rem;
  }

  .xs\:left-60 {
    left: 15rem;
  }

  .xs\:left-64 {
    left: 16rem;
  }

  .xs\:left-72 {
    left: 18rem;
  }

  .xs\:left-80 {
    left: 20rem;
  }

  .xs\:left-96 {
    left: 24rem;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:left-px {
    left: 1px;
  }

  .xs\:left-0\.5 {
    left: 2px;
  }

  .xs\:left-1\.5 {
    left: 6px;
  }

  .xs\:left-2\.5 {
    left: 10px;
  }

  .xs\:left-3\.5 {
    left: 0.875rem;
  }

  .xs\:-left-0 {
    left: 0px;
  }

  .xs\:-left-1 {
    left: -0.25rem;
  }

  .xs\:-left-2 {
    left: -0.5rem;
  }

  .xs\:-left-3 {
    left: -0.75rem;
  }

  .xs\:-left-4 {
    left: -1rem;
  }

  .xs\:-left-5 {
    left: -1.25rem;
  }

  .xs\:-left-6 {
    left: -1.5rem;
  }

  .xs\:-left-7 {
    left: -1.75rem;
  }

  .xs\:-left-8 {
    left: -2rem;
  }

  .xs\:-left-9 {
    left: -2.25rem;
  }

  .xs\:-left-10 {
    left: -2.5rem;
  }

  .xs\:-left-11 {
    left: -2.75rem;
  }

  .xs\:-left-12 {
    left: -3rem;
  }

  .xs\:-left-14 {
    left: -3.5rem;
  }

  .xs\:-left-16 {
    left: -4rem;
  }

  .xs\:-left-20 {
    left: -5rem;
  }

  .xs\:-left-24 {
    left: -6rem;
  }

  .xs\:-left-28 {
    left: -7rem;
  }

  .xs\:-left-32 {
    left: -8rem;
  }

  .xs\:-left-36 {
    left: -9rem;
  }

  .xs\:-left-40 {
    left: -10rem;
  }

  .xs\:-left-44 {
    left: -11rem;
  }

  .xs\:-left-48 {
    left: -12rem;
  }

  .xs\:-left-52 {
    left: -13rem;
  }

  .xs\:-left-56 {
    left: -14rem;
  }

  .xs\:-left-60 {
    left: -15rem;
  }

  .xs\:-left-64 {
    left: -16rem;
  }

  .xs\:-left-72 {
    left: -18rem;
  }

  .xs\:-left-80 {
    left: -20rem;
  }

  .xs\:-left-96 {
    left: -24rem;
  }

  .xs\:-left-px {
    left: -1px;
  }

  .xs\:-left-0\.5 {
    left: -2px;
  }

  .xs\:-left-1\.5 {
    left: -6px;
  }

  .xs\:-left-2\.5 {
    left: -10px;
  }

  .xs\:-left-3\.5 {
    left: -0.875rem;
  }

  .xs\:left-1\/2 {
    left: 50%;
  }

  .xs\:left-1\/3 {
    left: 33.333333%;
  }

  .xs\:left-2\/3 {
    left: 66.666667%;
  }

  .xs\:left-1\/4 {
    left: 25%;
  }

  .xs\:left-2\/4 {
    left: 50%;
  }

  .xs\:left-3\/4 {
    left: 75%;
  }

  .xs\:left-full {
    left: 100%;
  }

  .xs\:-left-1\/2 {
    left: -50%;
  }

  .xs\:-left-1\/3 {
    left: -33.333333%;
  }

  .xs\:-left-2\/3 {
    left: -66.666667%;
  }

  .xs\:-left-1\/4 {
    left: -25%;
  }

  .xs\:-left-2\/4 {
    left: -50%;
  }

  .xs\:-left-3\/4 {
    left: -75%;
  }

  .xs\:-left-full {
    left: -100%;
  }

  .xs\:isolate {
    isolation: isolate;
  }

  .xs\:isolation-auto {
    isolation: auto;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-1 {
    z-index: 1;
  }

  .xs\:z-5 {
    z-index: 5;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xs\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xs\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xs\:focus\:z-1:focus {
    z-index: 1;
  }

  .xs\:focus\:z-5:focus {
    z-index: 5;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:m-0 {
    margin: 0px;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-7 {
    margin: 1.75rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-9 {
    margin: 2.25rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-11 {
    margin: 2.75rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-14 {
    margin: 3.5rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-28 {
    margin: 7rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-36 {
    margin: 9rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-44 {
    margin: 11rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-52 {
    margin: 13rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-60 {
    margin: 15rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-72 {
    margin: 18rem;
  }

  .xs\:m-80 {
    margin: 20rem;
  }

  .xs\:m-96 {
    margin: 24rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-0\.5 {
    margin: 2px;
  }

  .xs\:m-1\.5 {
    margin: 6px;
  }

  .xs\:m-2\.5 {
    margin: 10px;
  }

  .xs\:m-3\.5 {
    margin: 0.875rem;
  }

  .xs\:-m-0 {
    margin: 0px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -1.25rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-7 {
    margin: -1.75rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-9 {
    margin: -2.25rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-11 {
    margin: -2.75rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-28 {
    margin: -7rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-36 {
    margin: -9rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-44 {
    margin: -11rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-52 {
    margin: -13rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-60 {
    margin: -15rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-72 {
    margin: -18rem;
  }

  .xs\:-m-80 {
    margin: -20rem;
  }

  .xs\:-m-96 {
    margin: -24rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-0\.5 {
    margin: -2px;
  }

  .xs\:-m-1\.5 {
    margin: -6px;
  }

  .xs\:-m-2\.5 {
    margin: -10px;
  }

  .xs\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xs\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xs\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xs\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xs\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xs\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .xs\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mt-11 {
    margin-top: 2.75rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mt-28 {
    margin-top: 7rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mt-36 {
    margin-top: 9rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mt-44 {
    margin-top: 11rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mt-52 {
    margin-top: 13rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mt-60 {
    margin-top: 15rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mt-72 {
    margin-top: 18rem;
  }

  .xs\:mt-80 {
    margin-top: 20rem;
  }

  .xs\:mt-96 {
    margin-top: 24rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mt-0\.5 {
    margin-top: 2px;
  }

  .xs\:mt-1\.5 {
    margin-top: 6px;
  }

  .xs\:mt-2\.5 {
    margin-top: 10px;
  }

  .xs\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xs\:-mt-0 {
    margin-top: 0px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .xs\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .xs\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mt-28 {
    margin-top: -7rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mt-36 {
    margin-top: -9rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mt-44 {
    margin-top: -11rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mt-52 {
    margin-top: -13rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mt-60 {
    margin-top: -15rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mt-72 {
    margin-top: -18rem;
  }

  .xs\:-mt-80 {
    margin-top: -20rem;
  }

  .xs\:-mt-96 {
    margin-top: -24rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mt-0\.5 {
    margin-top: -2px;
  }

  .xs\:-mt-1\.5 {
    margin-top: -6px;
  }

  .xs\:-mt-2\.5 {
    margin-top: -10px;
  }

  .xs\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mr-7 {
    margin-right: 1.75rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mr-9 {
    margin-right: 2.25rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mr-11 {
    margin-right: 2.75rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mr-28 {
    margin-right: 7rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mr-36 {
    margin-right: 9rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mr-44 {
    margin-right: 11rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mr-52 {
    margin-right: 13rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mr-60 {
    margin-right: 15rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mr-72 {
    margin-right: 18rem;
  }

  .xs\:mr-80 {
    margin-right: 20rem;
  }

  .xs\:mr-96 {
    margin-right: 24rem;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mr-0\.5 {
    margin-right: 2px;
  }

  .xs\:mr-1\.5 {
    margin-right: 6px;
  }

  .xs\:mr-2\.5 {
    margin-right: 10px;
  }

  .xs\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xs\:-mr-0 {
    margin-right: 0px;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mr-28 {
    margin-right: -7rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mr-36 {
    margin-right: -9rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mr-44 {
    margin-right: -11rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mr-52 {
    margin-right: -13rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mr-60 {
    margin-right: -15rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mr-72 {
    margin-right: -18rem;
  }

  .xs\:-mr-80 {
    margin-right: -20rem;
  }

  .xs\:-mr-96 {
    margin-right: -24rem;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mr-0\.5 {
    margin-right: -2px;
  }

  .xs\:-mr-1\.5 {
    margin-right: -6px;
  }

  .xs\:-mr-2\.5 {
    margin-right: -10px;
  }

  .xs\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:mb-44 {
    margin-bottom: 11rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:mb-52 {
    margin-bottom: 13rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:mb-60 {
    margin-bottom: 15rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:mb-72 {
    margin-bottom: 18rem;
  }

  .xs\:mb-80 {
    margin-bottom: 20rem;
  }

  .xs\:mb-96 {
    margin-bottom: 24rem;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .xs\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .xs\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .xs\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xs\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .xs\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .xs\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .xs\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:ml-9 {
    margin-left: 2.25rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:ml-11 {
    margin-left: 2.75rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:ml-28 {
    margin-left: 7rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:ml-36 {
    margin-left: 9rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:ml-44 {
    margin-left: 11rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:ml-52 {
    margin-left: 13rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:ml-60 {
    margin-left: 15rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:ml-72 {
    margin-left: 18rem;
  }

  .xs\:ml-80 {
    margin-left: 20rem;
  }

  .xs\:ml-96 {
    margin-left: 24rem;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:ml-0\.5 {
    margin-left: 2px;
  }

  .xs\:ml-1\.5 {
    margin-left: 6px;
  }

  .xs\:ml-2\.5 {
    margin-left: 10px;
  }

  .xs\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xs\:-ml-0 {
    margin-left: 0px;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-ml-28 {
    margin-left: -7rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-ml-36 {
    margin-left: -9rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-ml-44 {
    margin-left: -11rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-ml-52 {
    margin-left: -13rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-ml-60 {
    margin-left: -15rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-ml-72 {
    margin-left: -18rem;
  }

  .xs\:-ml-80 {
    margin-left: -20rem;
  }

  .xs\:-ml-96 {
    margin-left: -24rem;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-ml-0\.5 {
    margin-left: -2px;
  }

  .xs\:-ml-1\.5 {
    margin-left: -6px;
  }

  .xs\:-ml-2\.5 {
    margin-left: -10px;
  }

  .xs\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:block {
    display: block;
  }

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

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:inline-table {
    display: inline-table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:list-item {
    display: list-item;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-0 {
    height: 0px;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

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

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

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

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-26 {
    height: 6.5rem;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-36 {
    height: 9rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-44 {
    height: 11rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-52 {
    height: 13rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-60 {
    height: 15rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-72 {
    height: 18rem;
  }

  .xs\:h-80 {
    height: 20rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-0\.5 {
    height: 2px;
  }

  .xs\:h-1\.5 {
    height: 6px;
  }

  .xs\:h-2\.5 {
    height: 10px;
  }

  .xs\:h-3\.5 {
    height: 0.875rem;
  }

  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-1\/3 {
    height: 33.333333%;
  }

  .xs\:h-2\/3 {
    height: 66.666667%;
  }

  .xs\:h-1\/4 {
    height: 25%;
  }

  .xs\:h-2\/4 {
    height: 50%;
  }

  .xs\:h-3\/4 {
    height: 75%;
  }

  .xs\:h-1\/5 {
    height: 20%;
  }

  .xs\:h-2\/5 {
    height: 40%;
  }

  .xs\:h-3\/5 {
    height: 60%;
  }

  .xs\:h-4\/5 {
    height: 80%;
  }

  .xs\:h-1\/6 {
    height: 16.666667%;
  }

  .xs\:h-2\/6 {
    height: 33.333333%;
  }

  .xs\:h-3\/6 {
    height: 50%;
  }

  .xs\:h-4\/6 {
    height: 66.666667%;
  }

  .xs\:h-5\/6 {
    height: 83.333333%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:max-h-0 {
    max-height: 0px;
  }

  .xs\:max-h-1 {
    max-height: 0.25rem;
  }

  .xs\:max-h-2 {
    max-height: 0.5rem;
  }

  .xs\:max-h-3 {
    max-height: 0.75rem;
  }

  .xs\:max-h-4 {
    max-height: 1rem;
  }

  .xs\:max-h-5 {
    max-height: 1.25rem;
  }

  .xs\:max-h-6 {
    max-height: 1.5rem;
  }

  .xs\:max-h-7 {
    max-height: 1.75rem;
  }

  .xs\:max-h-8 {
    max-height: 2rem;
  }

  .xs\:max-h-9 {
    max-height: 2.25rem;
  }

  .xs\:max-h-10 {
    max-height: 2.5rem;
  }

  .xs\:max-h-11 {
    max-height: 2.75rem;
  }

  .xs\:max-h-12 {
    max-height: 3rem;
  }

  .xs\:max-h-14 {
    max-height: 3.5rem;
  }

  .xs\:max-h-16 {
    max-height: 4rem;
  }

  .xs\:max-h-20 {
    max-height: 5rem;
  }

  .xs\:max-h-24 {
    max-height: 6rem;
  }

  .xs\:max-h-28 {
    max-height: 7rem;
  }

  .xs\:max-h-32 {
    max-height: 8rem;
  }

  .xs\:max-h-36 {
    max-height: 9rem;
  }

  .xs\:max-h-40 {
    max-height: 10rem;
  }

  .xs\:max-h-44 {
    max-height: 11rem;
  }

  .xs\:max-h-48 {
    max-height: 12rem;
  }

  .xs\:max-h-52 {
    max-height: 13rem;
  }

  .xs\:max-h-56 {
    max-height: 14rem;
  }

  .xs\:max-h-60 {
    max-height: 15rem;
  }

  .xs\:max-h-64 {
    max-height: 16rem;
  }

  .xs\:max-h-72 {
    max-height: 18rem;
  }

  .xs\:max-h-80 {
    max-height: 20rem;
  }

  .xs\:max-h-96 {
    max-height: 24rem;
  }

  .xs\:max-h-px {
    max-height: 1px;
  }

  .xs\:max-h-0\.5 {
    max-height: 2px;
  }

  .xs\:max-h-1\.5 {
    max-height: 6px;
  }

  .xs\:max-h-2\.5 {
    max-height: 10px;
  }

  .xs\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:min-h-0 {
    min-height: 0px;
  }

  .xs\:min-h-135 {
    min-height: 33.75rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:w-0 {
    width: 0px;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

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

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

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

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-26 {
    width: 6.5rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-44 {
    width: 11rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-72 {
    width: 18rem;
  }

  .xs\:w-80 {
    width: 20rem;
  }

  .xs\:w-96 {
    width: 24rem;
  }

  .xs\:w-105 {
    width: 26.25rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-0\.5 {
    width: 2px;
  }

  .xs\:w-1\.5 {
    width: 6px;
  }

  .xs\:w-2\.5 {
    width: 10px;
  }

  .xs\:w-3\.5 {
    width: 0.875rem;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:min-w-0 {
    min-width: 0px;
  }

  .xs\:min-w-200 {
    min-width: 12.5rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xs\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xs\:min-w-2rem {
    min-width: 2rem;
  }

  .xs\:min-w-3xs {
    min-width: 12rem;
  }

  .xs\:min-w-2xs {
    min-width: 16rem;
  }

  .xs\:max-w-0 {
    max-width: 0rem;
  }

  .xs\:max-w-200 {
    max-width: 12.5rem;
  }

  .xs\:max-w-600 {
    max-width: 37.5rem;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-7xl {
    max-width: 80rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xs\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xs\:max-w-prose {
    max-width: 65ch;
  }

  .xs\:max-w-screen-xs {
    max-width: 380px;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xs\:max-w-screen-md {
    max-width: 768px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xs\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xs\:max-w-3xs {
    max-width: 12rem;
  }

  .xs\:max-w-2xs {
    max-width: 16rem;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

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

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

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xs\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xs\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .xs\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .xs\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .xs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xs\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xs\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .xs\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .xs\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .xs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xs\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xs\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .xs\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .xs\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .xs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xs\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xs\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .xs\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .xs\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .xs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .xs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .xs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .xs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .xs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .xs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .xs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .xs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .xs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .xs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .xs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .xs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .xs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .xs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .xs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .xs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .xs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .xs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .xs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .xs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .xs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .xs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .xs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .xs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .xs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xs\:animate-none {
    animation: none;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xs\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .xs\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-help {
    cursor: help;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

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

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

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

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

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

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

  .xs\:justify-center {
    justify-content: center;
  }

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

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:gap-0 {
    gap: 0px;
  }

  .xs\:gap-1 {
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    gap: 1rem;
  }

  .xs\:gap-5 {
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:gap-7 {
    gap: 1.75rem;
  }

  .xs\:gap-8 {
    gap: 2rem;
  }

  .xs\:gap-9 {
    gap: 2.25rem;
  }

  .xs\:gap-10 {
    gap: 2.5rem;
  }

  .xs\:gap-11 {
    gap: 2.75rem;
  }

  .xs\:gap-12 {
    gap: 3rem;
  }

  .xs\:gap-14 {
    gap: 3.5rem;
  }

  .xs\:gap-16 {
    gap: 4rem;
  }

  .xs\:gap-20 {
    gap: 5rem;
  }

  .xs\:gap-24 {
    gap: 6rem;
  }

  .xs\:gap-28 {
    gap: 7rem;
  }

  .xs\:gap-32 {
    gap: 8rem;
  }

  .xs\:gap-36 {
    gap: 9rem;
  }

  .xs\:gap-40 {
    gap: 10rem;
  }

  .xs\:gap-44 {
    gap: 11rem;
  }

  .xs\:gap-48 {
    gap: 12rem;
  }

  .xs\:gap-52 {
    gap: 13rem;
  }

  .xs\:gap-56 {
    gap: 14rem;
  }

  .xs\:gap-60 {
    gap: 15rem;
  }

  .xs\:gap-64 {
    gap: 16rem;
  }

  .xs\:gap-72 {
    gap: 18rem;
  }

  .xs\:gap-80 {
    gap: 20rem;
  }

  .xs\:gap-96 {
    gap: 24rem;
  }

  .xs\:gap-px {
    gap: 1px;
  }

  .xs\:gap-0\.5 {
    gap: 2px;
  }

  .xs\:gap-1\.5 {
    gap: 6px;
  }

  .xs\:gap-2\.5 {
    gap: 10px;
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xs\:gap-y-0 {
    row-gap: 0px;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem;
  }

  .xs\:gap-y-60 {
    row-gap: 15rem;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem;
  }

  .xs\:gap-y-72 {
    row-gap: 18rem;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem;
  }

  .xs\:gap-y-96 {
    row-gap: 24rem;
  }

  .xs\:gap-y-px {
    row-gap: 1px;
  }

  .xs\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .xs\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .xs\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xs\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .xs\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .xs\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .xs\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .xs\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .xs\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .xs\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .xs\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .xs\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .xs\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .xs\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .xs\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .xs\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .xs\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .xs\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .xs\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .xs\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .xs\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .xs\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .xs\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .xs\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .xs\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .xs\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xs\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xs\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xs\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xs\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xs\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xs\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xs\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xs\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xs\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xs\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xs\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xs\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xs\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xs\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xs\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xs\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xs\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xs\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xs\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xs\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xs\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xs\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xs\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xs\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xs\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xs\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xs\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xs\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xs\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xs\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xs\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xs\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xs\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xs\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xs\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xs\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xs\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xs\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xs\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xs\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xs\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xs\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xs\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xs\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xs\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xs\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xs\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xs\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xs\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xs\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xs\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xs\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xs\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xs\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xs\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xs\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xs\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xs\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xs\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xs\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xs\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xs\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xs\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xs\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xs\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xs\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xs\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xs\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xs\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xs\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xs\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xs\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xs\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xs\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:self-baseline {
    align-self: baseline;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:rounded-none {
    border-radius: 0px;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-large {
    border-radius: 10px;
  }

  .xs\:rounded-medium {
    border-radius: 8px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xs\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xs\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .xs\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .xs\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .xs\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .xs\:border {
    border-width: 1px;
  }

  .xs\:last\:border-0:last-child {
    border-width: 0px;
  }

  .xs\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xs\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xs\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xs\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .xs\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xs\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xs\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xs\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xs\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .xs\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xs\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xs\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xs\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xs\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .xs\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xs\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xs\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xs\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xs\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .xs\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xs\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xs\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xs\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-current {
    border-color: currentColor;
  }

  .xs\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xs\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xs\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xs\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xs\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xs\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xs\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xs\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xs\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xs\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xs\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xs\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xs\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xs\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xs\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xs\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xs\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xs\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xs\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xs\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xs\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xs\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xs\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xs\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xs\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xs\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xs\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xs\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xs\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xs\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xs\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xs\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xs\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xs\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xs\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xs\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xs\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xs\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xs\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xs\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xs\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xs\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xs\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xs\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xs\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xs\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xs\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xs\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xs\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xs\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xs\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xs\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xs\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xs\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xs\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xs\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xs\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xs\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xs\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xs\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xs\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xs\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xs\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xs\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xs\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xs\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xs\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xs\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xs\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xs\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xs\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xs\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xs\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xs\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xs\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xs\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xs\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xs\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xs\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xs\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xs\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xs\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xs\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xs\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xs\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xs\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xs\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xs\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xs\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xs\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xs\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xs\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xs\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xs\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xs\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xs\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xs\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xs\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xs\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xs\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xs\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .xs\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .xs\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .xs\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xs\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .xs\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .xs\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xs\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xs\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .xs\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .xs\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .xs\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .xs\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .xs\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .xs\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .xs\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .xs\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .xs\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .xs\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .xs\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .xs\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .xs\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .xs\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .xs\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .xs\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xs\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xs\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xs\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xs\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xs\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xs\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xs\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xs\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xs\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xs\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xs\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xs\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xs\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xs\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xs\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xs\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xs\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xs\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xs\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xs\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xs\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xs\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xs\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xs\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xs\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xs\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xs\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xs\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xs\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xs\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xs\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xs\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xs\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xs\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xs\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xs\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xs\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xs\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xs\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xs\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xs\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xs\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xs\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xs\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xs\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xs\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xs\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xs\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xs\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xs\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xs\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xs\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xs\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xs\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xs\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xs\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xs\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xs\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xs\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xs\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xs\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xs\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xs\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xs\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xs\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xs\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xs\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xs\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xs\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xs\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xs\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xs\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xs\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xs\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xs\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xs\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xs\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xs\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xs\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xs\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xs\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xs\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xs\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xs\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xs\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xs\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xs\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xs\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xs\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xs\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xs\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xs\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xs\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xs\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xs\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xs\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xs\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xs\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xs\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xs\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xs\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xs\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xs\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xs\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xs\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xs\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xs\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xs\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xs\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xs\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xs\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xs\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-current {
    background-color: currentColor;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xs\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xs\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xs\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xs\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xs\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xs\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xs\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xs\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xs\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xs\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xs\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xs\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xs\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xs\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xs\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xs\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xs\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xs\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xs\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xs\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xs\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xs\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xs\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xs\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xs\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xs\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xs\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xs\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xs\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xs\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xs\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xs\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xs\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xs\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xs\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xs\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xs\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xs\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xs\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xs\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xs\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xs\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xs\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xs\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xs\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xs\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xs\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xs\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xs\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xs\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xs\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xs\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xs\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xs\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xs\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xs\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xs\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xs\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xs\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xs\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xs\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xs\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xs\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xs\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xs\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xs\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xs\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xs\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xs\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xs\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xs\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xs\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xs\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xs\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xs\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xs\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xs\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xs\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xs\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xs\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xs\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xs\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xs\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xs\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xs\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xs\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xs\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xs\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xs\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xs\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xs\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xs\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xs\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xs\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xs\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xs\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xs\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xs\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xs\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xs\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xs\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xs\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xs\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xs\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xs\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xs\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xs\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xs\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xs\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xs\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xs\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xs\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xs\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xs\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xs\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xs\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xs\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xs\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xs\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xs\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xs\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .xs\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .xs\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .xs\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xs\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .xs\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .xs\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xs\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xs\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .xs\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .xs\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .xs\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .xs\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .xs\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .xs\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .xs\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .xs\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .xs\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .xs\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .xs\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .xs\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .xs\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .xs\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .xs\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .xs\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .xs\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .xs\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .xs\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .xs\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .xs\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xs\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xs\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xs\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xs\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xs\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xs\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xs\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xs\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xs\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xs\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xs\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xs\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xs\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xs\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xs\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xs\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xs\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xs\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xs\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xs\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xs\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xs\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xs\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xs\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xs\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xs\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xs\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xs\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xs\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xs\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xs\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xs\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xs\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xs\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xs\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xs\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xs\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xs\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xs\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xs\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xs\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xs\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xs\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xs\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xs\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xs\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xs\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xs\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xs\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xs\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xs\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xs\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xs\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xs\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xs\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xs\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xs\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xs\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xs\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xs\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xs\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xs\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xs\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xs\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xs\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xs\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xs\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xs\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xs\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xs\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xs\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xs\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xs\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xs\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xs\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xs\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xs\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xs\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xs\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xs\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xs\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xs\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xs\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xs\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xs\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xs\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xs\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xs\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xs\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xs\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xs\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xs\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xs\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xs\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xs\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xs\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xs\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xs\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xs\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xs\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xs\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xs\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xs\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xs\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xs\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xs\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xs\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xs\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xs\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xs\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xs\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xs\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xs\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xs\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xs\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xs\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xs\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xs\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xs\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xs\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xs\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xs\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xs\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xs\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xs\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xs\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xs\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xs\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xs\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xs\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xs\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xs\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xs\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xs\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xs\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xs\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xs\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xs\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xs\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xs\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xs\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xs\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xs\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xs\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xs\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xs\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xs\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xs\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xs\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xs\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xs\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xs\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xs\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xs\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xs\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xs\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xs\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xs\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xs\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xs\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xs\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xs\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xs\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xs\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xs\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xs\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xs\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xs\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xs\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xs\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xs\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xs\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xs\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xs\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xs\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xs\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xs\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xs\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xs\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xs\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xs\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xs\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xs\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xs\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xs\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xs\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xs\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xs\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xs\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xs\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xs\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xs\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xs\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xs\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xs\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xs\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xs\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xs\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xs\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xs\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xs\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xs\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xs\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xs\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xs\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xs\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xs\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xs\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xs\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xs\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xs\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xs\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xs\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xs\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xs\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xs\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xs\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xs\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xs\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xs\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xs\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xs\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xs\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xs\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xs\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xs\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xs\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xs\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xs\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xs\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xs\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xs\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xs\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xs\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xs\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xs\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xs\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xs\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xs\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xs\:to-black {
    --tw-gradient-to: #000;
  }

  .xs\:to-white {
    --tw-gradient-to: #fff;
  }

  .xs\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xs\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xs\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xs\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xs\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xs\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xs\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xs\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xs\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xs\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xs\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xs\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xs\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xs\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xs\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xs\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xs\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xs\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xs\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xs\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xs\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xs\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xs\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xs\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xs\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xs\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xs\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xs\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xs\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xs\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xs\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xs\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xs\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xs\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xs\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .xs\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .xs\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .xs\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .xs\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .xs\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .xs\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .xs\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .xs\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .xs\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .xs\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .xs\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .xs\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .xs\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .xs\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .xs\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .xs\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .xs\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .xs\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .xs\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .xs\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .xs\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .xs\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .xs\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .xs\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .xs\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .xs\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .xs\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .xs\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .xs\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .xs\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .xs\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .xs\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .xs\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .xs\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .xs\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .xs\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .xs\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .xs\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .xs\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .xs\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .xs\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .xs\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .xs\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .xs\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xs\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xs\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xs\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xs\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xs\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xs\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xs\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xs\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xs\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xs\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xs\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xs\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xs\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xs\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xs\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xs\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xs\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xs\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xs\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xs\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xs\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xs\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xs\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .xs\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xs\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xs\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xs\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xs\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xs\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xs\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xs\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xs\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xs\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xs\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xs\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xs\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xs\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xs\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xs\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xs\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xs\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xs\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xs\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xs\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xs\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xs\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xs\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xs\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xs\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xs\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xs\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xs\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xs\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xs\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xs\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xs\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xs\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xs\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xs\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xs\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xs\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xs\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xs\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xs\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xs\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xs\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xs\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xs\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xs\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xs\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xs\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xs\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xs\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xs\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xs\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xs\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xs\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xs\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xs\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xs\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xs\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xs\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xs\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xs\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xs\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xs\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xs\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xs\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xs\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xs\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xs\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xs\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xs\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xs\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xs\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xs\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xs\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xs\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xs\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xs\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xs\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xs\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xs\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xs\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .xs\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .xs\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .xs\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .xs\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .xs\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .xs\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .xs\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .xs\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .xs\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .xs\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .xs\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .xs\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .xs\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .xs\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .xs\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .xs\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .xs\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .xs\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .xs\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .xs\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .xs\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .xs\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .xs\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .xs\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .xs\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .xs\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .xs\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .xs\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .xs\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .xs\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .xs\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .xs\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .xs\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .xs\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .xs\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .xs\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .xs\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .xs\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .xs\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .xs\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .xs\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .xs\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .xs\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .xs\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xs\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xs\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xs\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xs\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xs\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xs\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xs\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xs\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xs\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xs\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xs\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xs\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xs\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xs\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xs\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xs\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xs\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xs\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xs\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xs\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xs\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xs\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xs\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xs\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xs\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xs\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xs\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xs\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xs\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xs\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xs\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xs\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xs\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xs\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xs\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xs\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xs\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xs\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xs\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xs\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xs\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xs\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xs\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xs\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xs\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xs\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xs\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xs\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xs\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xs\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xs\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xs\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xs\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xs\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xs\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xs\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xs\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xs\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xs\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xs\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xs\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xs\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xs\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xs\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xs\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xs\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xs\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xs\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xs\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xs\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xs\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xs\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xs\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xs\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xs\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xs\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xs\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xs\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xs\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xs\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xs\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xs\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xs\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xs\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xs\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xs\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xs\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xs\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xs\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xs\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xs\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xs\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .xs\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .xs\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .xs\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .xs\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .xs\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .xs\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .xs\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .xs\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .xs\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .xs\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .xs\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .xs\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .xs\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .xs\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .xs\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .xs\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .xs\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .xs\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .xs\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .xs\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .xs\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .xs\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .xs\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .xs\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .xs\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .xs\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .xs\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .xs\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .xs\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .xs\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .xs\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .xs\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .xs\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .xs\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .xs\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .xs\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .xs\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .xs\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .xs\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .xs\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .xs\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xs\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .xs\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .xs\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .xs\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .xs\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xs\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xs\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xs\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xs\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xs\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xs\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xs\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xs\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xs\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xs\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-origin-border {
    background-origin: border-box;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xs\:bg-origin-content {
    background-origin: content-box;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:p-0 {
    padding: 0px;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-7 {
    padding: 1.75rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-9 {
    padding: 2.25rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-11 {
    padding: 2.75rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 3.5rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-28 {
    padding: 7rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-36 {
    padding: 9rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-44 {
    padding: 11rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-52 {
    padding: 13rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-60 {
    padding: 15rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-72 {
    padding: 18rem;
  }

  .xs\:p-80 {
    padding: 20rem;
  }

  .xs\:p-96 {
    padding: 24rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-0\.5 {
    padding: 2px;
  }

  .xs\:p-1\.5 {
    padding: 6px;
  }

  .xs\:p-2\.5 {
    padding: 10px;
  }

  .xs\:p-3\.5 {
    padding: 0.875rem;
  }

  .xs\:first\:p-0:first-child {
    padding: 0px;
  }

  .xs\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xs\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xs\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xs\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xs\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xs\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xs\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xs\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xs\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xs\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xs\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .xs\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xs\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xs\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xs\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xs\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xs\:first\:p-28:first-child {
    padding: 7rem;
  }

  .xs\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xs\:first\:p-36:first-child {
    padding: 9rem;
  }

  .xs\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xs\:first\:p-44:first-child {
    padding: 11rem;
  }

  .xs\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xs\:first\:p-52:first-child {
    padding: 13rem;
  }

  .xs\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xs\:first\:p-60:first-child {
    padding: 15rem;
  }

  .xs\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xs\:first\:p-72:first-child {
    padding: 18rem;
  }

  .xs\:first\:p-80:first-child {
    padding: 20rem;
  }

  .xs\:first\:p-96:first-child {
    padding: 24rem;
  }

  .xs\:first\:p-px:first-child {
    padding: 1px;
  }

  .xs\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .xs\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .xs\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .xs\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .xs\:last\:p-0:last-child {
    padding: 0px;
  }

  .xs\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xs\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xs\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xs\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xs\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xs\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xs\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xs\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xs\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xs\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xs\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .xs\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xs\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xs\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xs\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xs\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xs\:last\:p-28:last-child {
    padding: 7rem;
  }

  .xs\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xs\:last\:p-36:last-child {
    padding: 9rem;
  }

  .xs\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xs\:last\:p-44:last-child {
    padding: 11rem;
  }

  .xs\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xs\:last\:p-52:last-child {
    padding: 13rem;
  }

  .xs\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xs\:last\:p-60:last-child {
    padding: 15rem;
  }

  .xs\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xs\:last\:p-72:last-child {
    padding: 18rem;
  }

  .xs\:last\:p-80:last-child {
    padding: 20rem;
  }

  .xs\:last\:p-96:last-child {
    padding: 24rem;
  }

  .xs\:last\:p-px:last-child {
    padding: 1px;
  }

  .xs\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .xs\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .xs\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .xs\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .xs\:focus\:p-0:focus {
    padding: 0px;
  }

  .xs\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xs\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xs\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .xs\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xs\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xs\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xs\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .xs\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xs\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .xs\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xs\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .xs\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xs\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .xs\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xs\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xs\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xs\:focus\:p-28:focus {
    padding: 7rem;
  }

  .xs\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xs\:focus\:p-36:focus {
    padding: 9rem;
  }

  .xs\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xs\:focus\:p-44:focus {
    padding: 11rem;
  }

  .xs\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xs\:focus\:p-52:focus {
    padding: 13rem;
  }

  .xs\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xs\:focus\:p-60:focus {
    padding: 15rem;
  }

  .xs\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xs\:focus\:p-72:focus {
    padding: 18rem;
  }

  .xs\:focus\:p-80:focus {
    padding: 20rem;
  }

  .xs\:focus\:p-96:focus {
    padding: 24rem;
  }

  .xs\:focus\:p-px:focus {
    padding: 1px;
  }

  .xs\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .xs\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .xs\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .xs\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:pt-0 {
    padding-top: 0px;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pt-7 {
    padding-top: 1.75rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pt-9 {
    padding-top: 2.25rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pt-11 {
    padding-top: 2.75rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pt-28 {
    padding-top: 7rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pt-36 {
    padding-top: 9rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pt-44 {
    padding-top: 11rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pt-52 {
    padding-top: 13rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pt-60 {
    padding-top: 15rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pt-72 {
    padding-top: 18rem;
  }

  .xs\:pt-80 {
    padding-top: 20rem;
  }

  .xs\:pt-96 {
    padding-top: 24rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pt-0\.5 {
    padding-top: 2px;
  }

  .xs\:pt-1\.5 {
    padding-top: 6px;
  }

  .xs\:pt-2\.5 {
    padding-top: 10px;
  }

  .xs\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xs\:pr-0 {
    padding-right: 0px;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pr-7 {
    padding-right: 1.75rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pr-9 {
    padding-right: 2.25rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pr-11 {
    padding-right: 2.75rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pr-28 {
    padding-right: 7rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pr-36 {
    padding-right: 9rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pr-44 {
    padding-right: 11rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pr-52 {
    padding-right: 13rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pr-60 {
    padding-right: 15rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pr-72 {
    padding-right: 18rem;
  }

  .xs\:pr-80 {
    padding-right: 20rem;
  }

  .xs\:pr-96 {
    padding-right: 24rem;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pr-0\.5 {
    padding-right: 2px;
  }

  .xs\:pr-1\.5 {
    padding-right: 6px;
  }

  .xs\:pr-2\.5 {
    padding-right: 10px;
  }

  .xs\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pb-44 {
    padding-bottom: 11rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pb-52 {
    padding-bottom: 13rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pb-60 {
    padding-bottom: 15rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pb-72 {
    padding-bottom: 18rem;
  }

  .xs\:pb-80 {
    padding-bottom: 20rem;
  }

  .xs\:pb-96 {
    padding-bottom: 24rem;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .xs\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .xs\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .xs\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pl-7 {
    padding-left: 1.75rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pl-9 {
    padding-left: 2.25rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pl-11 {
    padding-left: 2.75rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pl-28 {
    padding-left: 7rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pl-36 {
    padding-left: 9rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pl-44 {
    padding-left: 11rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pl-52 {
    padding-left: 13rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pl-60 {
    padding-left: 15rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pl-72 {
    padding-left: 18rem;
  }

  .xs\:pl-80 {
    padding-left: 20rem;
  }

  .xs\:pl-96 {
    padding-left: 24rem;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pl-0\.5 {
    padding-left: 2px;
  }

  .xs\:pl-1\.5 {
    padding-left: 6px;
  }

  .xs\:pl-2\.5 {
    padding-left: 10px;
  }

  .xs\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xs\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .xs\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xs\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xs\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xs\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xs\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xs\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xs\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xs\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xs\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xs\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xs\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .xs\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xs\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xs\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xs\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xs\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xs\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .xs\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xs\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .xs\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xs\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .xs\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xs\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .xs\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xs\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .xs\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xs\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .xs\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .xs\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .xs\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xs\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .xs\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .xs\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .xs\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .xs\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .xs\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xs\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xs\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xs\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xs\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xs\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xs\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xs\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xs\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xs\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xs\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .xs\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xs\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xs\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xs\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xs\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xs\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .xs\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xs\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .xs\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xs\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .xs\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xs\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .xs\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xs\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .xs\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xs\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .xs\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .xs\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .xs\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xs\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .xs\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .xs\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .xs\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .xs\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .xs\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xs\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xs\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xs\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xs\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xs\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xs\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xs\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xs\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xs\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xs\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .xs\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xs\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xs\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xs\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xs\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xs\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .xs\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xs\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .xs\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xs\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .xs\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xs\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .xs\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xs\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .xs\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xs\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .xs\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .xs\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .xs\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xs\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .xs\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .xs\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .xs\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .xs\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .xs\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xs\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xs\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xs\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xs\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xs\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xs\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xs\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xs\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xs\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xs\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .xs\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xs\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xs\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xs\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xs\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xs\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .xs\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xs\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .xs\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xs\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .xs\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xs\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .xs\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xs\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .xs\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xs\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .xs\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .xs\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .xs\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xs\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .xs\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .xs\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .xs\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .xs\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .xs\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xs\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xs\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xs\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xs\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xs\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xs\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xs\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xs\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xs\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xs\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .xs\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xs\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xs\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xs\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xs\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xs\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .xs\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xs\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .xs\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xs\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .xs\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xs\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .xs\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xs\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .xs\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xs\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .xs\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .xs\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .xs\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xs\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .xs\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .xs\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .xs\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .xs\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .xs\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xs\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xs\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xs\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xs\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xs\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xs\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xs\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xs\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xs\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xs\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .xs\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xs\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xs\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xs\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xs\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xs\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .xs\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xs\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .xs\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xs\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .xs\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xs\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .xs\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xs\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .xs\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xs\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .xs\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .xs\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .xs\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xs\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .xs\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .xs\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .xs\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .xs\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .xs\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xs\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xs\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xs\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xs\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xs\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xs\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xs\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xs\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xs\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xs\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .xs\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xs\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xs\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xs\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xs\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xs\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .xs\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xs\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .xs\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xs\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .xs\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xs\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .xs\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xs\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .xs\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xs\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .xs\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .xs\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .xs\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xs\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .xs\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .xs\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .xs\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .xs\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .xs\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xs\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xs\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xs\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xs\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xs\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xs\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xs\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xs\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xs\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xs\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .xs\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xs\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xs\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xs\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xs\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xs\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .xs\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xs\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .xs\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xs\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .xs\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xs\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .xs\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xs\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .xs\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xs\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .xs\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .xs\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .xs\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xs\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .xs\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .xs\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .xs\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .xs\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .xs\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xs\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xs\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xs\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xs\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xs\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xs\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .xs\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xs\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .xs\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xs\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .xs\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xs\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .xs\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xs\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xs\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xs\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .xs\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xs\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .xs\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xs\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .xs\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xs\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .xs\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xs\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .xs\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xs\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .xs\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .xs\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .xs\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xs\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .xs\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .xs\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .xs\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .xs\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .xs\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xs\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xs\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xs\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xs\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xs\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xs\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .xs\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xs\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .xs\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xs\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .xs\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xs\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .xs\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xs\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xs\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xs\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .xs\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xs\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .xs\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xs\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .xs\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xs\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .xs\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xs\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .xs\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xs\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .xs\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .xs\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .xs\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xs\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .xs\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .xs\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .xs\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .xs\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .xs\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xs\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xs\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xs\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xs\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .xs\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xs\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .xs\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xs\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .xs\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xs\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .xs\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xs\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xs\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xs\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .xs\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xs\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .xs\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xs\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .xs\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xs\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .xs\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xs\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .xs\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xs\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .xs\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .xs\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .xs\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xs\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .xs\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .xs\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .xs\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .xs\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .xs\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xs\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xs\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .xs\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xs\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xs\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xs\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .xs\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xs\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .xs\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xs\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .xs\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xs\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .xs\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xs\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xs\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xs\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .xs\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xs\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .xs\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xs\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .xs\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xs\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .xs\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xs\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .xs\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xs\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .xs\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .xs\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .xs\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xs\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .xs\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .xs\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .xs\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xs\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xs\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:text-tiny {
    font-size: 0.625rem;
  }

  .xs\:text-micro {
    font-size: .5rem;
  }

  .xs\:font-thin {
    font-weight: 100;
  }

  .xs\:font-extralight {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:leading-xs {
    line-height: 18px;
  }

  .xs\:leading-sm {
    line-height: 20px;
  }

  .xs\:leading-md {
    line-height: 24px;
  }

  .xs\:leading-lg {
    line-height: 28px;
  }

  .xs\:leading-xl {
    line-height: 32px;
  }

  .xs\:leading-2xl {
    line-height: 36px;
  }

  .xs\:leading-3xl {
    line-height: 38px;
  }

  .xs\:leading-4xl {
    line-height: 44px;
  }

  .xs\:leading-5xl {
    line-height: 60px;
  }

  .xs\:leading-6xl {
    line-height: 72px;
  }

  .xs\:leading-7xl {
    line-height: 90px;
  }

  .xs\:leading-8xl {
    line-height: 96px;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-current {
    color: currentColor;
  }

  .xs\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xs\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xs\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xs\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xs\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xs\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xs\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xs\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xs\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xs\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xs\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xs\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xs\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xs\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xs\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xs\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xs\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xs\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xs\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xs\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xs\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xs\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xs\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xs\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xs\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xs\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xs\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xs\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xs\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xs\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xs\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xs\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xs\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xs\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xs\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xs\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xs\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xs\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xs\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xs\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xs\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xs\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xs\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xs\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xs\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .xs\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .xs\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .xs\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xs\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .xs\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .xs\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xs\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xs\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .xs\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .xs\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .xs\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .xs\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .xs\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .xs\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .xs\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .xs\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .xs\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .xs\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .xs\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .xs\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .xs\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xs\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xs\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xs\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xs\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xs\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xs\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xs\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xs\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xs\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xs\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xs\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xs\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xs\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xs\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xs\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xs\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xs\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xs\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xs\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xs\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xs\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xs\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xs\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xs\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xs\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xs\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xs\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xs\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xs\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xs\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xs\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xs\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xs\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xs\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xs\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xs\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xs\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xs\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xs\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xs\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xs\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xs\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xs\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xs\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xs\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xs\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xs\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xs\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xs\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xs\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xs\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xs\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xs\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xs\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xs\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xs\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xs\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xs\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xs\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xs\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xs\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xs\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xs\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-5 {
    opacity: 0.05;
  }

  .xs\:opacity-10 {
    opacity: 0.1;
  }

  .xs\:opacity-20 {
    opacity: 0.2;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-30 {
    opacity: 0.3;
  }

  .xs\:opacity-40 {
    opacity: 0.4;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-60 {
    opacity: 0.6;
  }

  .xs\:opacity-70 {
    opacity: 0.7;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-90 {
    opacity: 0.9;
  }

  .xs\:opacity-95 {
    opacity: 0.95;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xs\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xs\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xs\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xs\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xs\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xs\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xs\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xs\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xs\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xs\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xs\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xs\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xs\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xs\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xs\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xs\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xs\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xs\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xs\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .xs\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xs\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xs\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xs\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xs\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xs\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xs\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xs\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xs\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xs\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xs\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xs\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xs\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xs\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xs\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xs\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xs\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xs\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xs\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xs\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xs\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xs\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xs\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .xs\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xs\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xs\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xs\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xs\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xs\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xs\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xs\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xs\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xs\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xs\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xs\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xs\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xs\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xs\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xs\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xs\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xs\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xs\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xs\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xs\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xs\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xs\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xs\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xs\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xs\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xs\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xs\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xs\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xs\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xs\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xs\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xs\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xs\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xs\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .xs\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xs\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xs\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xs\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xs\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xs\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xs\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xs\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xs\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xs\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xs\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .xs\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xs\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xs\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xs\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xs\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xs\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xs\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xs\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xs\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xs\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xs\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xs\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .xs\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .xs\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .xs\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xs\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xs\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xs\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .xs\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xs\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xs\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xs\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .xs\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .xs\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .xs\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xs\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xs\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .xs\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .xs\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .xs\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .xs\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .xs\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .xs\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .xs\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .xs\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .xs\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .xs\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .xs\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .xs\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .xs\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .xs\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .xs\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .xs\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xs\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .xs\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .xs\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .xs\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .xs\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xs\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xs\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xs\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xs\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .xs\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xs\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xs\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xs\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xs\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xs\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xs\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xs\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xs\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xs\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xs\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xs\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xs\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xs\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xs\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xs\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xs\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xs\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xs\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xs\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xs\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xs\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xs\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xs\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xs\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xs\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xs\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xs\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xs\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xs\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xs\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xs\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xs\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xs\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xs\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xs\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xs\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xs\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xs\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xs\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xs\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xs\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xs\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xs\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xs\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xs\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xs\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xs\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xs\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .xs\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .xs\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .xs\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xs\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xs\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xs\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .xs\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xs\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xs\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xs\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .xs\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .xs\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .xs\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xs\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xs\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .xs\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .xs\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .xs\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .xs\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .xs\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .xs\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .xs\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .xs\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .xs\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .xs\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .xs\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .xs\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .xs\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .xs\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .xs\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .xs\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xs\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .xs\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .xs\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .xs\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .xs\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xs\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xs\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xs\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xs\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .xs\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xs\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xs\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xs\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xs\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xs\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xs\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .xs\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .xs\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .xs\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xs\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xs\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xs\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .xs\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xs\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .xs\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xs\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xs\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .xs\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .xs\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .xs\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xs\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xs\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .xs\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .xs\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .xs\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .xs\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .xs\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .xs\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .xs\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .xs\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .xs\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .xs\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .xs\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .xs\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .xs\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .xs\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .xs\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .xs\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xs\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .xs\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .xs\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .xs\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .xs\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xs\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .xs\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xs\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xs\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xs\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xs\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .xs\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xs\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xs\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xs\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xs\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xs\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xs\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xs\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xs\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xs\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xs\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xs\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xs\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xs\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xs\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xs\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xs\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xs\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xs\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xs\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xs\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xs\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xs\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xs\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xs\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xs\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xs\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xs\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xs\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xs\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xs\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xs\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xs\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xs\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xs\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xs\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xs\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xs\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xs\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xs\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xs\:filter-none {
    filter: none;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0);
  }

  .xs\:blur-none {
    --tw-blur: blur(0);
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xs\:blur {
    --tw-blur: blur(8px);
  }

  .xs\:blur-md {
    --tw-blur: blur(12px);
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:invert-0 {
    --tw-invert: invert(0);
  }

  .xs\:invert {
    --tw-invert: invert(100%);
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .sm\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .sm\:aspect-w-1,
.sm\:aspect-w-2,
.sm\:aspect-w-3,
.sm\:aspect-w-4,
.sm\:aspect-w-5,
.sm\:aspect-w-6,
.sm\:aspect-w-7,
.sm\:aspect-w-8,
.sm\:aspect-w-9,
.sm\:aspect-w-10,
.sm\:aspect-w-11,
.sm\:aspect-w-12,
.sm\:aspect-w-13,
.sm\:aspect-w-14,
.sm\:aspect-w-15,
.sm\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .sm\:aspect-w-1 > *,
.sm\:aspect-w-2 > *,
.sm\:aspect-w-3 > *,
.sm\:aspect-w-4 > *,
.sm\:aspect-w-5 > *,
.sm\:aspect-w-6 > *,
.sm\:aspect-w-7 > *,
.sm\:aspect-w-8 > *,
.sm\:aspect-w-9 > *,
.sm\:aspect-w-10 > *,
.sm\:aspect-w-11 > *,
.sm\:aspect-w-12 > *,
.sm\:aspect-w-13 > *,
.sm\:aspect-w-14 > *,
.sm\:aspect-w-15 > *,
.sm\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .sm\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .sm\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .sm\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .sm\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .sm\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .sm\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .sm\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .sm\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .sm\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .sm\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .sm\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .sm\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .sm\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .sm\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .sm\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .sm\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .sm\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .sm\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .sm\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .sm\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .sm\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .sm\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .sm\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .sm\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .sm\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .sm\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .sm\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .sm\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .sm\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .sm\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .sm\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .sm\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .sm\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .sm\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .sm\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .sm\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .sm\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .sm\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .sm\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .sm\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .sm\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .sm\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .sm\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .sm\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0\.5 {
    top: 2px;
  }

  .sm\:top-1\.5 {
    top: 6px;
  }

  .sm\:top-2\.5 {
    top: 10px;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-top-0\.5 {
    top: -2px;
  }

  .sm\:-top-1\.5 {
    top: -6px;
  }

  .sm\:-top-2\.5 {
    top: -10px;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0\.5 {
    right: 2px;
  }

  .sm\:right-1\.5 {
    right: 6px;
  }

  .sm\:right-2\.5 {
    right: 10px;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-right-0\.5 {
    right: -2px;
  }

  .sm\:-right-1\.5 {
    right: -6px;
  }

  .sm\:-right-2\.5 {
    right: -10px;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0\.5 {
    bottom: 2px;
  }

  .sm\:bottom-1\.5 {
    bottom: 6px;
  }

  .sm\:bottom-2\.5 {
    bottom: 10px;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-bottom-0\.5 {
    bottom: -2px;
  }

  .sm\:-bottom-1\.5 {
    bottom: -6px;
  }

  .sm\:-bottom-2\.5 {
    bottom: -10px;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0\.5 {
    left: 2px;
  }

  .sm\:left-1\.5 {
    left: 6px;
  }

  .sm\:left-2\.5 {
    left: 10px;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-left-0\.5 {
    left: -2px;
  }

  .sm\:-left-1\.5 {
    left: -6px;
  }

  .sm\:-left-2\.5 {
    left: -10px;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-1 {
    z-index: 1;
  }

  .sm\:z-5 {
    z-index: 5;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .sm\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-1:focus {
    z-index: 1;
  }

  .sm\:focus\:z-5:focus {
    z-index: 5;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.5 {
    margin: 2px;
  }

  .sm\:m-1\.5 {
    margin: 6px;
  }

  .sm\:m-2\.5 {
    margin: 10px;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:-m-0 {
    margin: 0px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.5 {
    margin: -2px;
  }

  .sm\:-m-1\.5 {
    margin: -6px;
  }

  .sm\:-m-2\.5 {
    margin: -10px;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 2px;
  }

  .sm\:mt-1\.5 {
    margin-top: 6px;
  }

  .sm\:mt-2\.5 {
    margin-top: 10px;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -2px;
  }

  .sm\:-mt-1\.5 {
    margin-top: -6px;
  }

  .sm\:-mt-2\.5 {
    margin-top: -10px;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mr-0\.5 {
    margin-right: 2px;
  }

  .sm\:mr-1\.5 {
    margin-right: 6px;
  }

  .sm\:mr-2\.5 {
    margin-right: 10px;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mr-0\.5 {
    margin-right: -2px;
  }

  .sm\:-mr-1\.5 {
    margin-right: -6px;
  }

  .sm\:-mr-2\.5 {
    margin-right: -10px;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:ml-0\.5 {
    margin-left: 2px;
  }

  .sm\:ml-1\.5 {
    margin-left: 6px;
  }

  .sm\:ml-2\.5 {
    margin-left: 10px;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-ml-0\.5 {
    margin-left: -2px;
  }

  .sm\:-ml-1\.5 {
    margin-left: -6px;
  }

  .sm\:-ml-2\.5 {
    margin-left: -10px;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

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

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

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

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-26 {
    height: 6.5rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.5 {
    height: 2px;
  }

  .sm\:h-1\.5 {
    height: 6px;
  }

  .sm\:h-2\.5 {
    height: 10px;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.5 {
    max-height: 2px;
  }

  .sm\:max-h-1\.5 {
    max-height: 6px;
  }

  .sm\:max-h-2\.5 {
    max-height: 10px;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-135 {
    min-height: 33.75rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

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

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

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

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-26 {
    width: 6.5rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-105 {
    width: 26.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.5 {
    width: 2px;
  }

  .sm\:w-1\.5 {
    width: 6px;
  }

  .sm\:w-2\.5 {
    width: 10px;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-200 {
    min-width: 12.5rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-2rem {
    min-width: 2rem;
  }

  .sm\:min-w-3xs {
    min-width: 12rem;
  }

  .sm\:min-w-2xs {
    min-width: 16rem;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-200 {
    max-width: 12.5rem;
  }

  .sm\:max-w-600 {
    max-width: 37.5rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-xs {
    max-width: 380px;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-3xs {
    max-width: 12rem;
  }

  .sm\:max-w-2xs {
    max-width: 16rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:animate-none {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .sm\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

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

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-0\.5 {
    gap: 2px;
  }

  .sm\:gap-1\.5 {
    gap: 6px;
  }

  .sm\:gap-2\.5 {
    gap: 10px;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .sm\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .sm\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .sm\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .sm\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .sm\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .sm\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .sm\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .sm\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .sm\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .sm\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .sm\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .sm\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .sm\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .sm\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .sm\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .sm\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .sm\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .sm\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .sm\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .sm\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .sm\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .sm\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .sm\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .sm\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .sm\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .sm\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .sm\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .sm\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .sm\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .sm\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .sm\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .sm\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .sm\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .sm\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .sm\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .sm\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .sm\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .sm\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .sm\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .sm\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .sm\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .sm\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .sm\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .sm\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .sm\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .sm\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .sm\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .sm\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .sm\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .sm\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .sm\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .sm\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .sm\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .sm\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .sm\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .sm\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .sm\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .sm\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .sm\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .sm\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .sm\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .sm\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .sm\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .sm\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .sm\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .sm\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .sm\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .sm\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .sm\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .sm\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .sm\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .sm\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .sm\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .sm\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .sm\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .sm\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .sm\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .sm\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .sm\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .sm\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .sm\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .sm\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .sm\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .sm\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .sm\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .sm\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .sm\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .sm\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .sm\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .sm\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .sm\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-large {
    border-radius: 10px;
  }

  .sm\:rounded-medium {
    border-radius: 8px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sm\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .sm\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .sm\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0px;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .sm\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .sm\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .sm\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .sm\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .sm\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .sm\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .sm\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .sm\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .sm\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .sm\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .sm\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .sm\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .sm\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .sm\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .sm\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .sm\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .sm\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .sm\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .sm\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .sm\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .sm\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .sm\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .sm\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .sm\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .sm\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .sm\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .sm\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .sm\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .sm\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .sm\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .sm\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .sm\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .sm\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .sm\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .sm\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .sm\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .sm\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .sm\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .sm\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .sm\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .sm\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .sm\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .sm\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .sm\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .sm\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .sm\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .sm\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .sm\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .sm\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .sm\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .sm\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .sm\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .sm\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .sm\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .sm\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .sm\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .sm\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .sm\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .sm\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .sm\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .sm\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .sm\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .sm\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .sm\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .sm\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .sm\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .sm\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .sm\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .sm\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .sm\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .sm\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .sm\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .sm\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .sm\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .sm\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .sm\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .sm\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .sm\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .sm\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .sm\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .sm\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .sm\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .sm\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .sm\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .sm\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .sm\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .sm\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .sm\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .sm\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .sm\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .sm\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .sm\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .sm\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .sm\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .sm\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .sm\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .sm\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .sm\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .sm\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .sm\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .sm\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .sm\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .sm\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .sm\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .sm\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .sm\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .sm\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .sm\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .sm\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .sm\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .sm\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .sm\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .sm\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .sm\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .sm\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .sm\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .sm\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .sm\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .sm\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .sm\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .sm\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .sm\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .sm\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .sm\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .sm\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .sm\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .sm\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .sm\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .sm\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .sm\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .sm\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .sm\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .sm\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .sm\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .sm\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .sm\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .sm\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .sm\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .sm\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .sm\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .sm\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .sm\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .sm\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .sm\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .sm\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .sm\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .sm\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .sm\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .sm\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .sm\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .sm\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .sm\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .sm\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .sm\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .sm\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .sm\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .sm\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .sm\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .sm\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .sm\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .sm\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .sm\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .sm\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .sm\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .sm\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .sm\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .sm\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .sm\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .sm\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .sm\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .sm\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .sm\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .sm\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .sm\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .sm\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .sm\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .sm\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .sm\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .sm\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .sm\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .sm\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .sm\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .sm\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .sm\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .sm\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .sm\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .sm\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .sm\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .sm\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .sm\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .sm\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .sm\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .sm\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .sm\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .sm\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .sm\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .sm\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .sm\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .sm\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .sm\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .sm\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .sm\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .sm\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .sm\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .sm\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .sm\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .sm\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .sm\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .sm\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .sm\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .sm\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .sm\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .sm\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .sm\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .sm\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .sm\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .sm\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .sm\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .sm\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .sm\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .sm\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .sm\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .sm\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .sm\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .sm\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .sm\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .sm\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .sm\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .sm\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .sm\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .sm\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .sm\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .sm\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .sm\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .sm\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .sm\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .sm\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .sm\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .sm\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .sm\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .sm\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .sm\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .sm\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .sm\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .sm\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .sm\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .sm\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .sm\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .sm\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .sm\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .sm\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .sm\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .sm\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .sm\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .sm\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .sm\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .sm\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .sm\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .sm\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .sm\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .sm\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .sm\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .sm\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .sm\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .sm\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .sm\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .sm\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .sm\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .sm\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .sm\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .sm\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .sm\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .sm\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .sm\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .sm\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .sm\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .sm\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .sm\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .sm\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .sm\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .sm\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .sm\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .sm\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .sm\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .sm\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .sm\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .sm\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .sm\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .sm\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .sm\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .sm\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .sm\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .sm\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .sm\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .sm\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .sm\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .sm\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .sm\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .sm\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .sm\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .sm\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .sm\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .sm\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .sm\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .sm\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .sm\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .sm\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .sm\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .sm\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .sm\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .sm\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .sm\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .sm\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .sm\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .sm\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .sm\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .sm\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .sm\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .sm\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .sm\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .sm\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .sm\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .sm\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .sm\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .sm\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .sm\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .sm\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .sm\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .sm\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .sm\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .sm\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .sm\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .sm\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .sm\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .sm\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .sm\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .sm\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .sm\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .sm\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .sm\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .sm\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .sm\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .sm\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .sm\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .sm\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .sm\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .sm\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .sm\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .sm\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .sm\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .sm\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .sm\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .sm\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .sm\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .sm\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .sm\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .sm\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .sm\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .sm\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .sm\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .sm\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .sm\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .sm\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .sm\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .sm\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .sm\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .sm\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .sm\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .sm\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .sm\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .sm\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .sm\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .sm\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .sm\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .sm\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .sm\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .sm\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .sm\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .sm\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .sm\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .sm\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .sm\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .sm\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .sm\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .sm\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .sm\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .sm\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .sm\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .sm\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .sm\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .sm\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .sm\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .sm\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .sm\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .sm\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .sm\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .sm\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .sm\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .sm\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .sm\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .sm\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .sm\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .sm\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .sm\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .sm\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .sm\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .sm\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .sm\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .sm\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .sm\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .sm\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .sm\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .sm\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .sm\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .sm\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .sm\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .sm\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .sm\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .sm\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .sm\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .sm\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .sm\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .sm\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .sm\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .sm\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .sm\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .sm\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .sm\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .sm\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .sm\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .sm\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .sm\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .sm\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .sm\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .sm\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .sm\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .sm\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .sm\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .sm\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .sm\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .sm\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .sm\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .sm\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .sm\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .sm\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .sm\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .sm\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .sm\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .sm\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .sm\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .sm\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .sm\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .sm\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .sm\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .sm\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .sm\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .sm\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .sm\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .sm\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .sm\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .sm\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .sm\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .sm\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .sm\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .sm\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .sm\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .sm\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .sm\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .sm\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .sm\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .sm\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .sm\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .sm\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .sm\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .sm\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .sm\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .sm\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .sm\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .sm\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .sm\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .sm\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .sm\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .sm\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .sm\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .sm\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .sm\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .sm\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .sm\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .sm\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .sm\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .sm\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .sm\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .sm\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .sm\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .sm\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .sm\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .sm\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .sm\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .sm\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .sm\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .sm\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .sm\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .sm\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .sm\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .sm\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .sm\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .sm\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .sm\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .sm\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .sm\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .sm\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .sm\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .sm\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .sm\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .sm\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .sm\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .sm\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .sm\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .sm\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .sm\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .sm\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .sm\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .sm\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .sm\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .sm\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .sm\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .sm\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .sm\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .sm\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .sm\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .sm\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .sm\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .sm\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .sm\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .sm\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .sm\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .sm\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .sm\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .sm\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .sm\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .sm\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .sm\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .sm\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .sm\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .sm\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .sm\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .sm\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .sm\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .sm\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .sm\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .sm\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .sm\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .sm\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .sm\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .sm\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .sm\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .sm\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .sm\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .sm\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .sm\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .sm\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .sm\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .sm\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .sm\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .sm\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .sm\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .sm\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .sm\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .sm\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .sm\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .sm\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .sm\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .sm\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .sm\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .sm\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .sm\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .sm\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .sm\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .sm\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .sm\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .sm\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .sm\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .sm\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .sm\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .sm\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .sm\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .sm\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .sm\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .sm\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .sm\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .sm\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .sm\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .sm\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .sm\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .sm\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .sm\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .sm\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .sm\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .sm\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .sm\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .sm\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .sm\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .sm\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .sm\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .sm\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .sm\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .sm\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .sm\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .sm\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .sm\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .sm\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .sm\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .sm\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .sm\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .sm\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .sm\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .sm\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .sm\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .sm\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .sm\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .sm\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .sm\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .sm\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .sm\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .sm\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .sm\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .sm\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .sm\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .sm\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .sm\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .sm\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .sm\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .sm\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .sm\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .sm\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .sm\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .sm\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .sm\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .sm\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .sm\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .sm\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .sm\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .sm\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .sm\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .sm\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .sm\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .sm\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .sm\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .sm\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .sm\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .sm\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .sm\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .sm\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .sm\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .sm\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .sm\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .sm\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .sm\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .sm\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .sm\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .sm\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .sm\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .sm\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .sm\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .sm\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .sm\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .sm\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .sm\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .sm\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .sm\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .sm\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .sm\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .sm\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .sm\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .sm\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .sm\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .sm\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .sm\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .sm\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .sm\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .sm\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .sm\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .sm\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .sm\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .sm\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .sm\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .sm\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .sm\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .sm\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .sm\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .sm\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .sm\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .sm\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .sm\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .sm\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .sm\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .sm\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .sm\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .sm\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .sm\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .sm\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .sm\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .sm\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .sm\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .sm\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .sm\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .sm\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .sm\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .sm\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .sm\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .sm\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .sm\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .sm\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .sm\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .sm\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .sm\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .sm\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .sm\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .sm\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .sm\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .sm\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .sm\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .sm\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .sm\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .sm\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .sm\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .sm\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .sm\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .sm\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .sm\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .sm\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .sm\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .sm\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .sm\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .sm\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .sm\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .sm\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .sm\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .sm\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .sm\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .sm\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .sm\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .sm\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .sm\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .sm\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .sm\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .sm\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .sm\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .sm\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .sm\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .sm\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .sm\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .sm\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .sm\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .sm\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .sm\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .sm\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .sm\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .sm\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .sm\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .sm\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .sm\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .sm\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .sm\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .sm\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .sm\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .sm\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .sm\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .sm\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .sm\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .sm\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .sm\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .sm\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .sm\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .sm\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .sm\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .sm\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .sm\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .sm\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .sm\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .sm\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .sm\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .sm\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .sm\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .sm\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .sm\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .sm\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .sm\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .sm\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .sm\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .sm\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .sm\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .sm\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .sm\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .sm\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .sm\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .sm\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .sm\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .sm\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .sm\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .sm\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .sm\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .sm\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .sm\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .sm\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .sm\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .sm\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .sm\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .sm\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .sm\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .sm\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .sm\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .sm\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .sm\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .sm\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .sm\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .sm\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .sm\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .sm\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .sm\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .sm\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .sm\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .sm\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .sm\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .sm\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .sm\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .sm\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .sm\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .sm\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .sm\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .sm\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .sm\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .sm\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .sm\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .sm\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .sm\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .sm\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .sm\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .sm\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .sm\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .sm\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .sm\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .sm\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .sm\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .sm\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .sm\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .sm\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .sm\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .sm\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .sm\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .sm\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .sm\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .sm\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .sm\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .sm\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .sm\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .sm\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .sm\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .sm\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .sm\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .sm\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .sm\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .sm\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .sm\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .sm\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .sm\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .sm\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .sm\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .sm\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .sm\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .sm\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .sm\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .sm\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .sm\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .sm\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .sm\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .sm\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .sm\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .sm\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .sm\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .sm\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .sm\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .sm\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .sm\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .sm\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .sm\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .sm\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.5 {
    padding: 2px;
  }

  .sm\:p-1\.5 {
    padding: 6px;
  }

  .sm\:p-2\.5 {
    padding: 10px;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:first\:p-0:first-child {
    padding: 0px;
  }

  .sm\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .sm\:first\:p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .sm\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .sm\:first\:p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .sm\:first\:p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:p-28:first-child {
    padding: 7rem;
  }

  .sm\:first\:p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:p-36:first-child {
    padding: 9rem;
  }

  .sm\:first\:p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:p-44:first-child {
    padding: 11rem;
  }

  .sm\:first\:p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:p-52:first-child {
    padding: 13rem;
  }

  .sm\:first\:p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:p-60:first-child {
    padding: 15rem;
  }

  .sm\:first\:p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:p-72:first-child {
    padding: 18rem;
  }

  .sm\:first\:p-80:first-child {
    padding: 20rem;
  }

  .sm\:first\:p-96:first-child {
    padding: 24rem;
  }

  .sm\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .sm\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .sm\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .sm\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .sm\:last\:p-0:last-child {
    padding: 0px;
  }

  .sm\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .sm\:last\:p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .sm\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .sm\:last\:p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .sm\:last\:p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:p-28:last-child {
    padding: 7rem;
  }

  .sm\:last\:p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:p-36:last-child {
    padding: 9rem;
  }

  .sm\:last\:p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:p-44:last-child {
    padding: 11rem;
  }

  .sm\:last\:p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:p-52:last-child {
    padding: 13rem;
  }

  .sm\:last\:p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:p-60:last-child {
    padding: 15rem;
  }

  .sm\:last\:p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:p-72:last-child {
    padding: 18rem;
  }

  .sm\:last\:p-80:last-child {
    padding: 20rem;
  }

  .sm\:last\:p-96:last-child {
    padding: 24rem;
  }

  .sm\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .sm\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .sm\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .sm\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .sm\:focus\:p-0:focus {
    padding: 0px;
  }

  .sm\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .sm\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .sm\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .sm\:focus\:p-4:focus {
    padding: 1rem;
  }

  .sm\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .sm\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .sm\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .sm\:focus\:p-8:focus {
    padding: 2rem;
  }

  .sm\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .sm\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .sm\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .sm\:focus\:p-12:focus {
    padding: 3rem;
  }

  .sm\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .sm\:focus\:p-16:focus {
    padding: 4rem;
  }

  .sm\:focus\:p-20:focus {
    padding: 5rem;
  }

  .sm\:focus\:p-24:focus {
    padding: 6rem;
  }

  .sm\:focus\:p-28:focus {
    padding: 7rem;
  }

  .sm\:focus\:p-32:focus {
    padding: 8rem;
  }

  .sm\:focus\:p-36:focus {
    padding: 9rem;
  }

  .sm\:focus\:p-40:focus {
    padding: 10rem;
  }

  .sm\:focus\:p-44:focus {
    padding: 11rem;
  }

  .sm\:focus\:p-48:focus {
    padding: 12rem;
  }

  .sm\:focus\:p-52:focus {
    padding: 13rem;
  }

  .sm\:focus\:p-56:focus {
    padding: 14rem;
  }

  .sm\:focus\:p-60:focus {
    padding: 15rem;
  }

  .sm\:focus\:p-64:focus {
    padding: 16rem;
  }

  .sm\:focus\:p-72:focus {
    padding: 18rem;
  }

  .sm\:focus\:p-80:focus {
    padding: 20rem;
  }

  .sm\:focus\:p-96:focus {
    padding: 24rem;
  }

  .sm\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .sm\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .sm\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .sm\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 2px;
  }

  .sm\:pt-1\.5 {
    padding-top: 6px;
  }

  .sm\:pt-2\.5 {
    padding-top: 10px;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pr-0\.5 {
    padding-right: 2px;
  }

  .sm\:pr-1\.5 {
    padding-right: 6px;
  }

  .sm\:pr-2\.5 {
    padding-right: 10px;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pl-0\.5 {
    padding-left: 2px;
  }

  .sm\:pl-1\.5 {
    padding-left: 6px;
  }

  .sm\:pl-2\.5 {
    padding-left: 10px;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .sm\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .sm\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .sm\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .sm\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .sm\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .sm\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .sm\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .sm\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .sm\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .sm\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .sm\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .sm\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .sm\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .sm\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .sm\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .sm\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .sm\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .sm\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .sm\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .sm\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .sm\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .sm\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .sm\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .sm\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .sm\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .sm\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .sm\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .sm\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .sm\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .sm\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .sm\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .sm\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .sm\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .sm\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .sm\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .sm\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .sm\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .sm\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .sm\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .sm\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .sm\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .sm\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .sm\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .sm\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .sm\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .sm\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .sm\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .sm\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .sm\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .sm\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .sm\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .sm\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .sm\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .sm\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .sm\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .sm\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .sm\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .sm\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .sm\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .sm\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .sm\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .sm\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .sm\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .sm\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .sm\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .sm\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .sm\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .sm\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .sm\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .sm\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .sm\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .sm\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .sm\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .sm\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .sm\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .sm\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .sm\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .sm\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .sm\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .sm\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .sm\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .sm\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .sm\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .sm\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .sm\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .sm\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .sm\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .sm\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .sm\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .sm\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .sm\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .sm\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .sm\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .sm\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .sm\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .sm\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .sm\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .sm\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .sm\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .sm\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .sm\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .sm\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .sm\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .sm\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .sm\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .sm\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .sm\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .sm\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .sm\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .sm\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .sm\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .sm\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .sm\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .sm\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .sm\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .sm\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .sm\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .sm\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .sm\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .sm\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .sm\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .sm\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .sm\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .sm\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .sm\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .sm\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .sm\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .sm\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .sm\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .sm\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .sm\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .sm\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .sm\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .sm\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .sm\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .sm\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .sm\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .sm\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .sm\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .sm\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .sm\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .sm\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .sm\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .sm\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .sm\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .sm\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .sm\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .sm\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .sm\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .sm\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .sm\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .sm\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .sm\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .sm\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .sm\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .sm\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .sm\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .sm\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .sm\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .sm\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .sm\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .sm\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .sm\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .sm\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .sm\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .sm\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .sm\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .sm\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .sm\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .sm\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .sm\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .sm\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .sm\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .sm\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .sm\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .sm\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .sm\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .sm\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .sm\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .sm\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .sm\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .sm\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .sm\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .sm\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .sm\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .sm\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .sm\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .sm\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .sm\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .sm\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .sm\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .sm\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .sm\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .sm\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .sm\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .sm\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .sm\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .sm\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .sm\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .sm\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .sm\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .sm\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .sm\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .sm\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .sm\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .sm\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .sm\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .sm\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .sm\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .sm\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .sm\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .sm\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .sm\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .sm\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .sm\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .sm\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .sm\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .sm\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .sm\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .sm\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .sm\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-tiny {
    font-size: 0.625rem;
  }

  .sm\:text-micro {
    font-size: .5rem;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:leading-xs {
    line-height: 18px;
  }

  .sm\:leading-sm {
    line-height: 20px;
  }

  .sm\:leading-md {
    line-height: 24px;
  }

  .sm\:leading-lg {
    line-height: 28px;
  }

  .sm\:leading-xl {
    line-height: 32px;
  }

  .sm\:leading-2xl {
    line-height: 36px;
  }

  .sm\:leading-3xl {
    line-height: 38px;
  }

  .sm\:leading-4xl {
    line-height: 44px;
  }

  .sm\:leading-5xl {
    line-height: 60px;
  }

  .sm\:leading-6xl {
    line-height: 72px;
  }

  .sm\:leading-7xl {
    line-height: 90px;
  }

  .sm\:leading-8xl {
    line-height: 96px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-current {
    color: currentColor;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .sm\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .sm\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .sm\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .sm\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .sm\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .sm\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .sm\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .sm\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .sm\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .sm\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .sm\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .sm\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .sm\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .sm\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .sm\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .sm\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .sm\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .sm\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .sm\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .sm\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .sm\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .sm\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .sm\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .sm\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .sm\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .sm\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .sm\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .sm\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .sm\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .sm\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .sm\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .sm\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .sm\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .sm\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .sm\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .sm\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .sm\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .sm\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .sm\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .sm\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .sm\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .sm\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .sm\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .sm\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .sm\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .sm\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .sm\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .sm\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .sm\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .sm\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .sm\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .sm\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .sm\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .sm\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .sm\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .sm\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .sm\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .sm\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .sm\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .sm\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .sm\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .sm\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .sm\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .sm\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .sm\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .sm\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .sm\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .sm\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .sm\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .sm\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .sm\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .sm\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .sm\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .sm\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .sm\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .sm\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .sm\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .sm\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .sm\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .sm\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .sm\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .sm\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .sm\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .sm\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .sm\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .sm\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .sm\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .sm\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .sm\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .sm\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .sm\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .sm\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .sm\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .sm\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .sm\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .sm\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .sm\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .sm\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .sm\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .sm\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .sm\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .sm\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .sm\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .sm\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .sm\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .sm\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .sm\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .sm\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .sm\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .sm\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .sm\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .sm\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .sm\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .sm\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .sm\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .sm\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .sm\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .sm\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .sm\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .sm\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .sm\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .sm\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .sm\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .sm\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .sm\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .sm\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .sm\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .sm\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .sm\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .sm\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .sm\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .sm\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .sm\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .sm\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .sm\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .sm\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .sm\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .sm\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .sm\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .sm\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .sm\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .sm\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .sm\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .sm\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .sm\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .sm\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .sm\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .sm\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .sm\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .sm\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .sm\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .sm\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .sm\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .sm\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .sm\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .sm\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .sm\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .sm\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .sm\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .sm\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .sm\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .sm\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .sm\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .sm\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .sm\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .sm\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .sm\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .sm\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .sm\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .sm\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .sm\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .sm\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .sm\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .sm\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .sm\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .sm\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .sm\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .sm\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .sm\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .sm\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .sm\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .sm\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .sm\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .sm\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .sm\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .sm\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .sm\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .sm\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .sm\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .sm\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .sm\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .sm\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .sm\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .sm\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .sm\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .sm\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .sm\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .sm\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .sm\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .sm\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .sm\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .sm\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .sm\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .sm\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .sm\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .sm\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .sm\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .sm\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .sm\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .sm\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .sm\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .sm\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .sm\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .sm\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .sm\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .sm\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .sm\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .sm\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .sm\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .sm\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .sm\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .sm\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .sm\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .sm\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .sm\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .sm\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .sm\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .sm\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .sm\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .sm\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .sm\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .sm\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .sm\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .sm\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .sm\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .sm\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .sm\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .sm\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .sm\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .sm\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .sm\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .sm\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .sm\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .sm\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .sm\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .sm\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .sm\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .sm\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .sm\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .sm\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .sm\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .sm\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .sm\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .sm\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .sm\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .sm\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .sm\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .sm\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .sm\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .sm\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .sm\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .sm\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .sm\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .sm\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .sm\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .sm\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .sm\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .sm\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .sm\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .sm\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .sm\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .sm\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .sm\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .sm\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .sm\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .sm\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .sm\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .sm\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .sm\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .sm\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .sm\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .sm\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .sm\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .sm\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .sm\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .sm\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .sm\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .sm\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .sm\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .sm\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .sm\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .sm\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .sm\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .sm\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .sm\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .sm\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .sm\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .sm\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .sm\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .sm\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .sm\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .sm\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .sm\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .sm\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .sm\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .sm\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .sm\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .sm\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .sm\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .sm\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .sm\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .sm\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .sm\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .sm\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .sm\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .sm\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .sm\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .sm\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .sm\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .sm\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .sm\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .sm\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .sm\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .sm\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .sm\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .sm\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .sm\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .sm\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .sm\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .sm\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .sm\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .sm\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .sm\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .sm\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .sm\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .sm\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .sm\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .sm\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .sm\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .sm\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .sm\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .sm\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .sm\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .sm\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .sm\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .sm\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .sm\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .sm\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .sm\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .sm\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .sm\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .sm\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .sm\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .sm\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .sm\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .sm\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .sm\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .sm\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .sm\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .sm\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .sm\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .sm\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .sm\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .sm\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .sm\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .sm\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .sm\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .sm\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .sm\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .sm\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .sm\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .sm\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .sm\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .sm\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .sm\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .sm\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .sm\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .sm\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .sm\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .sm\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .sm\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .sm\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .sm\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .sm\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .sm\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .sm\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .sm\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .sm\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .sm\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .sm\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .sm\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .sm\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .sm\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .sm\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .sm\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .sm\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .sm\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .sm\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .sm\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .sm\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .sm\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .sm\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .sm\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .sm\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .sm\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .sm\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .sm\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .sm\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .sm\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .sm\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .sm\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .sm\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .sm\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .sm\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .sm\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .sm\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .sm\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .sm\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .sm\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .sm\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .sm\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .sm\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .sm\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .sm\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .sm\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-none {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .md\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .md\:aspect-w-1 > *,
.md\:aspect-w-2 > *,
.md\:aspect-w-3 > *,
.md\:aspect-w-4 > *,
.md\:aspect-w-5 > *,
.md\:aspect-w-6 > *,
.md\:aspect-w-7 > *,
.md\:aspect-w-8 > *,
.md\:aspect-w-9 > *,
.md\:aspect-w-10 > *,
.md\:aspect-w-11 > *,
.md\:aspect-w-12 > *,
.md\:aspect-w-13 > *,
.md\:aspect-w-14 > *,
.md\:aspect-w-15 > *,
.md\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .md\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .md\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .md\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .md\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .md\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .md\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .md\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .md\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .md\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .md\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .md\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .md\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .md\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .md\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .md\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .md\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .md\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .md\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .md\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .md\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .md\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .md\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .md\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .md\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .md\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .md\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .md\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .md\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .md\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .md\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .md\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .md\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .md\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .md\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .md\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .md\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .md\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .md\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .md\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .md\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .md\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .md\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .md\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .md\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0\.5 {
    top: 2px;
  }

  .md\:top-1\.5 {
    top: 6px;
  }

  .md\:top-2\.5 {
    top: 10px;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-top-0\.5 {
    top: -2px;
  }

  .md\:-top-1\.5 {
    top: -6px;
  }

  .md\:-top-2\.5 {
    top: -10px;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0\.5 {
    right: 2px;
  }

  .md\:right-1\.5 {
    right: 6px;
  }

  .md\:right-2\.5 {
    right: 10px;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-right-0\.5 {
    right: -2px;
  }

  .md\:-right-1\.5 {
    right: -6px;
  }

  .md\:-right-2\.5 {
    right: -10px;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0\.5 {
    bottom: 2px;
  }

  .md\:bottom-1\.5 {
    bottom: 6px;
  }

  .md\:bottom-2\.5 {
    bottom: 10px;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-bottom-0\.5 {
    bottom: -2px;
  }

  .md\:-bottom-1\.5 {
    bottom: -6px;
  }

  .md\:-bottom-2\.5 {
    bottom: -10px;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0\.5 {
    left: 2px;
  }

  .md\:left-1\.5 {
    left: 6px;
  }

  .md\:left-2\.5 {
    left: 10px;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-left-0\.5 {
    left: -2px;
  }

  .md\:-left-1\.5 {
    left: -6px;
  }

  .md\:-left-2\.5 {
    left: -10px;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-5 {
    z-index: 5;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .md\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-1:focus {
    z-index: 1;
  }

  .md\:focus\:z-5:focus {
    z-index: 5;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 2px;
  }

  .md\:m-1\.5 {
    margin: 6px;
  }

  .md\:m-2\.5 {
    margin: 10px;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -2px;
  }

  .md\:-m-1\.5 {
    margin: -6px;
  }

  .md\:-m-2\.5 {
    margin: -10px;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 2px;
  }

  .md\:mt-1\.5 {
    margin-top: 6px;
  }

  .md\:mt-2\.5 {
    margin-top: 10px;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -2px;
  }

  .md\:-mt-1\.5 {
    margin-top: -6px;
  }

  .md\:-mt-2\.5 {
    margin-top: -10px;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mr-0\.5 {
    margin-right: 2px;
  }

  .md\:mr-1\.5 {
    margin-right: 6px;
  }

  .md\:mr-2\.5 {
    margin-right: 10px;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mr-0\.5 {
    margin-right: -2px;
  }

  .md\:-mr-1\.5 {
    margin-right: -6px;
  }

  .md\:-mr-2\.5 {
    margin-right: -10px;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .md\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .md\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:ml-0\.5 {
    margin-left: 2px;
  }

  .md\:ml-1\.5 {
    margin-left: 6px;
  }

  .md\:ml-2\.5 {
    margin-left: 10px;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-ml-0\.5 {
    margin-left: -2px;
  }

  .md\:-ml-1\.5 {
    margin-left: -6px;
  }

  .md\:-ml-2\.5 {
    margin-left: -10px;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

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

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-26 {
    height: 6.5rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 2px;
  }

  .md\:h-1\.5 {
    height: 6px;
  }

  .md\:h-2\.5 {
    height: 10px;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.5 {
    max-height: 2px;
  }

  .md\:max-h-1\.5 {
    max-height: 6px;
  }

  .md\:max-h-2\.5 {
    max-height: 10px;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-135 {
    min-height: 33.75rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

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

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-26 {
    width: 6.5rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-105 {
    width: 26.25rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 2px;
  }

  .md\:w-1\.5 {
    width: 6px;
  }

  .md\:w-2\.5 {
    width: 10px;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-200 {
    min-width: 12.5rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-2rem {
    min-width: 2rem;
  }

  .md\:min-w-3xs {
    min-width: 12rem;
  }

  .md\:min-w-2xs {
    min-width: 16rem;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-200 {
    max-width: 12.5rem;
  }

  .md\:max-w-600 {
    max-width: 37.5rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-xs {
    max-width: 380px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-3xs {
    max-width: 12rem;
  }

  .md\:max-w-2xs {
    max-width: 16rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

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

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

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .md\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-0\.5 {
    gap: 2px;
  }

  .md\:gap-1\.5 {
    gap: 6px;
  }

  .md\:gap-2\.5 {
    gap: 10px;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .md\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .md\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .md\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .md\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .md\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .md\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .md\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .md\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .md\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .md\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .md\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .md\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .md\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .md\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .md\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .md\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .md\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .md\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .md\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .md\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .md\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .md\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .md\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .md\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .md\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .md\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .md\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .md\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .md\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .md\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .md\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .md\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .md\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .md\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .md\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .md\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .md\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .md\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .md\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .md\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .md\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .md\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .md\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .md\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .md\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .md\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .md\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .md\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .md\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .md\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .md\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .md\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .md\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .md\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .md\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .md\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .md\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .md\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .md\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .md\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .md\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .md\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .md\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .md\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .md\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .md\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .md\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .md\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .md\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .md\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .md\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .md\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .md\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .md\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .md\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .md\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .md\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .md\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .md\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .md\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .md\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .md\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .md\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .md\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .md\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .md\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .md\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .md\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .md\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .md\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .md\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .md\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .md\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .md\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .md\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .md\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .md\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .md\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .md\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .md\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .md\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .md\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .md\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .md\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .md\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .md\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .md\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .md\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .md\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .md\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .md\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .md\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-large {
    border-radius: 10px;
  }

  .md\:rounded-medium {
    border-radius: 8px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .md\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .md\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .md\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .md\:border {
    border-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0px;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .md\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .md\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .md\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .md\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .md\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .md\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .md\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .md\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .md\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .md\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .md\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .md\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .md\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .md\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .md\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .md\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .md\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .md\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .md\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .md\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .md\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .md\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .md\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .md\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .md\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .md\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .md\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .md\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .md\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .md\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .md\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .md\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .md\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .md\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .md\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .md\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .md\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .md\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .md\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .md\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .md\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .md\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .md\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .md\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .md\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .md\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .md\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .md\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .md\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .md\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .md\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .md\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .md\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .md\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .md\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .md\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .md\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .md\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .md\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .md\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .md\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .md\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .md\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .md\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .md\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .md\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .md\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .md\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .md\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .md\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .md\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .md\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .md\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .md\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .md\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .md\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .md\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .md\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .md\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .md\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .md\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .md\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .md\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .md\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .md\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .md\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .md\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .md\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .md\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .md\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .md\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .md\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .md\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .md\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .md\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .md\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .md\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .md\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .md\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .md\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .md\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .md\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .md\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .md\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .md\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .md\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .md\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .md\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .md\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .md\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .md\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .md\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .md\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .md\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .md\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .md\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .md\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .md\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .md\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .md\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .md\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .md\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .md\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .md\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .md\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .md\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .md\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .md\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .md\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .md\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .md\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .md\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .md\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .md\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .md\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .md\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .md\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .md\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .md\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .md\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .md\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .md\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .md\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .md\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .md\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .md\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .md\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .md\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .md\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .md\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .md\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .md\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .md\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .md\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .md\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .md\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .md\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .md\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .md\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .md\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .md\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .md\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .md\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .md\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .md\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .md\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .md\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .md\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .md\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .md\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .md\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .md\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .md\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .md\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .md\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .md\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .md\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .md\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .md\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .md\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .md\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .md\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .md\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .md\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .md\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .md\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .md\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .md\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .md\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .md\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .md\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .md\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .md\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .md\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .md\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .md\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .md\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .md\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .md\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .md\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .md\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .md\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .md\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .md\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .md\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .md\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .md\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .md\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .md\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .md\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .md\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .md\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .md\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .md\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .md\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .md\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .md\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .md\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .md\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .md\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .md\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .md\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .md\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .md\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .md\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .md\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .md\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .md\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .md\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .md\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .md\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .md\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .md\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .md\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .md\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .md\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .md\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .md\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .md\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .md\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .md\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .md\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .md\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .md\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .md\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .md\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .md\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .md\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .md\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .md\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .md\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .md\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .md\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .md\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .md\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .md\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .md\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .md\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .md\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .md\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .md\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .md\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .md\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .md\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .md\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .md\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .md\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .md\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .md\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .md\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .md\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .md\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .md\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .md\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .md\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .md\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .md\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .md\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .md\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .md\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .md\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .md\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .md\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .md\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .md\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .md\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .md\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .md\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .md\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .md\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .md\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .md\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .md\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .md\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .md\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .md\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .md\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .md\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .md\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .md\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .md\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .md\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .md\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .md\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .md\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .md\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .md\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .md\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .md\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .md\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .md\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .md\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .md\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .md\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .md\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .md\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .md\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .md\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .md\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .md\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .md\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .md\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .md\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .md\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .md\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .md\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .md\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .md\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .md\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .md\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .md\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .md\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .md\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .md\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .md\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .md\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .md\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .md\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .md\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .md\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .md\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .md\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .md\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .md\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .md\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .md\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .md\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .md\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .md\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .md\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .md\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .md\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .md\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .md\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .md\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .md\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .md\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .md\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .md\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .md\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .md\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .md\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .md\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .md\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .md\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .md\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .md\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .md\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .md\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .md\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .md\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .md\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .md\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .md\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .md\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .md\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .md\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .md\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .md\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .md\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .md\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .md\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .md\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .md\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .md\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .md\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .md\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .md\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .md\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .md\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .md\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .md\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .md\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .md\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .md\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .md\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .md\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .md\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .md\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .md\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .md\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .md\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .md\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .md\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .md\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .md\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .md\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .md\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .md\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .md\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .md\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .md\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .md\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .md\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .md\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .md\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .md\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .md\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .md\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .md\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .md\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .md\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .md\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .md\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .md\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .md\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .md\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .md\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .md\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .md\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .md\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .md\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .md\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .md\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .md\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .md\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .md\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .md\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .md\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .md\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .md\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .md\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .md\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .md\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .md\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .md\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .md\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .md\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .md\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .md\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .md\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .md\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .md\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .md\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .md\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .md\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .md\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .md\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .md\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .md\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .md\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .md\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .md\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .md\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .md\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .md\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .md\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .md\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .md\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .md\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .md\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .md\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .md\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .md\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .md\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .md\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .md\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .md\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .md\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .md\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .md\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .md\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .md\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .md\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .md\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .md\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .md\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .md\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .md\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .md\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .md\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .md\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .md\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .md\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .md\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .md\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .md\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .md\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .md\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .md\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .md\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .md\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .md\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .md\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .md\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .md\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .md\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .md\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .md\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .md\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .md\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .md\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .md\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .md\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .md\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .md\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .md\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .md\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .md\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .md\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .md\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .md\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .md\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .md\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .md\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .md\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .md\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .md\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .md\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .md\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .md\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .md\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .md\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .md\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .md\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .md\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .md\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .md\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .md\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .md\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .md\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .md\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .md\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .md\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .md\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .md\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .md\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .md\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .md\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .md\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .md\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .md\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .md\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .md\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .md\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .md\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .md\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .md\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .md\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .md\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .md\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .md\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .md\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .md\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .md\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .md\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .md\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .md\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .md\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .md\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .md\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .md\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .md\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .md\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .md\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .md\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .md\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .md\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .md\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .md\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .md\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .md\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .md\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .md\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .md\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .md\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .md\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .md\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .md\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .md\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .md\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .md\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .md\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .md\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .md\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .md\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .md\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .md\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .md\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .md\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .md\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .md\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .md\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .md\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .md\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .md\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .md\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .md\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .md\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .md\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .md\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .md\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .md\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .md\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .md\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .md\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .md\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .md\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .md\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .md\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .md\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .md\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .md\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .md\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .md\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .md\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .md\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .md\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .md\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .md\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .md\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .md\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .md\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .md\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .md\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .md\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .md\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .md\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .md\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .md\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .md\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .md\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .md\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .md\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .md\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .md\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .md\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .md\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .md\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .md\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .md\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .md\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .md\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .md\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .md\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .md\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .md\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .md\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .md\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .md\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .md\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .md\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .md\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .md\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .md\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .md\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .md\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .md\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .md\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .md\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .md\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .md\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .md\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .md\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .md\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .md\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .md\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .md\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .md\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .md\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .md\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .md\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .md\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .md\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .md\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .md\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .md\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .md\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .md\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .md\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .md\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .md\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .md\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .md\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .md\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .md\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .md\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .md\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .md\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .md\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .md\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .md\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .md\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .md\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .md\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .md\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .md\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .md\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .md\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .md\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .md\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .md\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .md\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .md\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .md\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .md\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .md\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .md\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .md\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .md\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .md\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .md\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .md\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .md\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .md\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .md\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .md\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .md\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .md\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .md\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .md\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .md\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .md\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .md\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .md\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .md\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .md\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .md\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .md\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .md\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .md\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .md\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .md\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .md\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .md\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .md\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .md\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .md\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .md\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .md\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .md\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .md\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .md\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .md\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .md\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .md\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .md\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .md\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .md\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .md\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .md\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .md\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .md\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .md\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .md\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .md\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .md\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .md\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .md\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .md\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .md\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .md\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .md\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .md\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .md\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .md\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .md\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .md\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .md\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .md\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .md\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .md\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .md\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .md\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .md\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .md\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .md\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .md\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .md\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .md\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .md\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .md\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .md\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .md\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .md\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .md\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .md\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .md\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .md\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .md\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .md\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .md\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .md\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .md\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .md\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .md\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .md\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .md\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .md\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .md\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .md\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .md\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .md\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .md\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .md\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .md\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .md\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .md\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .md\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .md\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .md\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .md\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .md\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .md\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .md\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .md\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .md\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .md\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .md\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .md\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .md\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .md\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .md\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .md\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .md\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .md\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .md\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .md\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .md\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .md\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .md\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .md\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .md\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .md\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .md\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .md\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .md\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .md\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .md\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .md\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .md\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .md\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .md\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .md\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .md\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .md\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .md\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .md\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .md\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .md\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .md\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .md\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .md\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .md\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .md\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .md\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .md\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .md\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .md\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .md\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .md\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .md\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .md\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .md\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .md\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .md\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .md\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .md\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .md\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .md\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .md\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .md\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .md\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .md\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .md\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .md\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .md\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .md\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .md\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .md\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .md\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .md\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .md\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .md\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .md\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .md\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .md\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .md\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .md\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .md\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .md\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .md\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .md\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .md\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .md\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .md\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .md\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .md\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .md\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .md\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .md\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .md\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .md\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .md\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .md\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .md\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .md\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .md\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .md\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .md\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .md\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .md\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .md\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .md\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .md\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .md\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .md\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .md\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .md\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .md\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .md\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .md\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .md\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .md\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .md\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .md\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .md\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .md\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .md\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .md\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .md\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .md\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .md\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .md\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .md\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .md\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .md\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .md\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .md\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .md\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .md\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .md\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .md\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .md\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .md\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .md\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .md\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .md\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .md\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .md\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .md\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .md\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .md\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .md\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .md\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .md\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .md\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .md\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .md\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .md\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .md\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .md\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .md\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .md\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .md\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .md\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .md\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .md\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .md\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .md\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .md\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .md\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .md\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .md\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .md\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .md\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .md\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .md\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .md\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .md\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .md\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .md\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .md\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .md\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .md\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .md\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .md\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .md\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .md\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .md\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .md\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .md\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .md\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .md\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .md\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .md\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .md\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .md\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .md\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .md\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .md\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .md\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .md\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .md\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .md\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .md\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .md\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .md\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .md\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .md\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .md\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .md\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .md\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .md\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .md\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .md\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .md\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .md\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .md\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .md\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .md\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .md\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .md\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .md\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .md\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .md\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .md\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .md\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .md\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .md\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .md\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .md\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .md\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .md\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .md\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .md\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .md\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .md\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 2px;
  }

  .md\:p-1\.5 {
    padding: 6px;
  }

  .md\:p-2\.5 {
    padding: 10px;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:first\:p-0:first-child {
    padding: 0px;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .md\:first\:p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .md\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .md\:first\:p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .md\:first\:p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:p-28:first-child {
    padding: 7rem;
  }

  .md\:first\:p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:p-36:first-child {
    padding: 9rem;
  }

  .md\:first\:p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:p-44:first-child {
    padding: 11rem;
  }

  .md\:first\:p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:p-52:first-child {
    padding: 13rem;
  }

  .md\:first\:p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:p-60:first-child {
    padding: 15rem;
  }

  .md\:first\:p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:p-72:first-child {
    padding: 18rem;
  }

  .md\:first\:p-80:first-child {
    padding: 20rem;
  }

  .md\:first\:p-96:first-child {
    padding: 24rem;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .md\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .md\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .md\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .md\:last\:p-0:last-child {
    padding: 0px;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .md\:last\:p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .md\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .md\:last\:p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .md\:last\:p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:p-28:last-child {
    padding: 7rem;
  }

  .md\:last\:p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:p-36:last-child {
    padding: 9rem;
  }

  .md\:last\:p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:p-44:last-child {
    padding: 11rem;
  }

  .md\:last\:p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:p-52:last-child {
    padding: 13rem;
  }

  .md\:last\:p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:p-60:last-child {
    padding: 15rem;
  }

  .md\:last\:p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:p-72:last-child {
    padding: 18rem;
  }

  .md\:last\:p-80:last-child {
    padding: 20rem;
  }

  .md\:last\:p-96:last-child {
    padding: 24rem;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .md\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .md\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .md\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .md\:focus\:p-0:focus {
    padding: 0px;
  }

  .md\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .md\:focus\:p-4:focus {
    padding: 1rem;
  }

  .md\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .md\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .md\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .md\:focus\:p-8:focus {
    padding: 2rem;
  }

  .md\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .md\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .md\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .md\:focus\:p-12:focus {
    padding: 3rem;
  }

  .md\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .md\:focus\:p-16:focus {
    padding: 4rem;
  }

  .md\:focus\:p-20:focus {
    padding: 5rem;
  }

  .md\:focus\:p-24:focus {
    padding: 6rem;
  }

  .md\:focus\:p-28:focus {
    padding: 7rem;
  }

  .md\:focus\:p-32:focus {
    padding: 8rem;
  }

  .md\:focus\:p-36:focus {
    padding: 9rem;
  }

  .md\:focus\:p-40:focus {
    padding: 10rem;
  }

  .md\:focus\:p-44:focus {
    padding: 11rem;
  }

  .md\:focus\:p-48:focus {
    padding: 12rem;
  }

  .md\:focus\:p-52:focus {
    padding: 13rem;
  }

  .md\:focus\:p-56:focus {
    padding: 14rem;
  }

  .md\:focus\:p-60:focus {
    padding: 15rem;
  }

  .md\:focus\:p-64:focus {
    padding: 16rem;
  }

  .md\:focus\:p-72:focus {
    padding: 18rem;
  }

  .md\:focus\:p-80:focus {
    padding: 20rem;
  }

  .md\:focus\:p-96:focus {
    padding: 24rem;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .md\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .md\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .md\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 2px;
  }

  .md\:pt-1\.5 {
    padding-top: 6px;
  }

  .md\:pt-2\.5 {
    padding-top: 10px;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pr-0\.5 {
    padding-right: 2px;
  }

  .md\:pr-1\.5 {
    padding-right: 6px;
  }

  .md\:pr-2\.5 {
    padding-right: 10px;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .md\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .md\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pl-0\.5 {
    padding-left: 2px;
  }

  .md\:pl-1\.5 {
    padding-left: 6px;
  }

  .md\:pl-2\.5 {
    padding-left: 10px;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .md\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .md\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .md\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .md\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .md\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .md\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .md\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .md\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .md\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .md\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .md\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .md\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .md\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .md\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .md\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .md\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .md\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .md\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .md\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .md\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .md\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .md\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .md\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .md\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .md\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .md\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .md\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .md\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .md\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .md\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .md\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .md\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .md\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .md\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .md\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .md\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .md\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .md\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .md\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .md\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .md\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .md\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .md\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .md\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .md\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .md\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .md\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .md\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .md\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .md\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .md\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .md\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .md\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .md\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .md\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .md\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .md\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .md\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .md\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .md\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .md\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .md\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .md\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .md\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .md\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .md\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .md\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .md\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .md\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .md\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .md\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .md\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .md\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .md\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .md\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .md\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .md\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .md\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .md\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .md\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .md\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .md\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .md\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .md\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .md\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .md\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .md\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .md\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .md\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .md\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .md\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .md\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .md\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .md\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .md\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .md\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .md\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .md\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .md\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .md\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .md\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .md\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .md\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .md\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .md\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .md\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .md\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .md\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .md\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .md\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .md\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .md\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .md\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .md\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .md\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .md\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .md\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .md\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .md\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .md\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .md\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .md\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .md\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .md\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .md\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .md\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .md\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .md\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .md\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .md\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .md\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .md\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .md\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .md\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .md\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .md\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .md\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .md\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .md\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .md\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .md\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .md\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .md\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .md\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .md\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .md\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .md\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .md\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .md\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .md\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .md\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .md\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .md\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .md\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .md\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .md\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .md\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .md\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .md\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .md\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .md\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .md\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .md\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .md\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .md\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .md\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .md\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .md\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .md\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-tiny {
    font-size: 0.625rem;
  }

  .md\:text-micro {
    font-size: .5rem;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-xs {
    line-height: 18px;
  }

  .md\:leading-sm {
    line-height: 20px;
  }

  .md\:leading-md {
    line-height: 24px;
  }

  .md\:leading-lg {
    line-height: 28px;
  }

  .md\:leading-xl {
    line-height: 32px;
  }

  .md\:leading-2xl {
    line-height: 36px;
  }

  .md\:leading-3xl {
    line-height: 38px;
  }

  .md\:leading-4xl {
    line-height: 44px;
  }

  .md\:leading-5xl {
    line-height: 60px;
  }

  .md\:leading-6xl {
    line-height: 72px;
  }

  .md\:leading-7xl {
    line-height: 90px;
  }

  .md\:leading-8xl {
    line-height: 96px;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .md\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .md\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .md\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .md\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .md\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .md\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .md\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .md\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .md\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .md\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .md\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .md\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .md\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .md\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .md\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .md\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .md\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .md\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .md\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .md\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .md\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .md\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .md\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .md\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .md\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .md\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .md\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .md\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .md\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .md\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .md\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .md\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .md\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .md\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .md\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .md\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .md\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .md\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .md\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .md\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .md\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .md\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .md\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .md\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .md\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .md\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .md\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .md\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .md\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .md\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .md\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .md\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .md\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .md\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .md\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .md\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .md\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .md\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .md\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .md\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .md\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .md\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .md\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .md\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .md\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .md\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .md\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .md\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .md\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .md\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .md\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .md\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .md\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .md\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .md\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .md\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .md\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .md\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .md\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .md\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .md\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .md\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .md\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .md\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .md\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .md\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .md\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .md\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .md\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .md\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .md\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .md\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .md\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .md\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .md\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .md\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .md\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .md\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .md\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .md\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .md\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .md\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .md\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .md\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .md\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .md\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .md\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .md\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .md\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .md\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .md\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .md\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .md\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .md\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .md\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .md\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .md\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .md\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .md\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .md\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .md\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .md\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .md\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .md\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .md\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .md\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .md\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .md\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .md\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .md\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .md\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .md\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .md\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .md\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .md\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .md\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .md\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .md\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .md\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .md\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .md\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .md\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .md\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .md\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .md\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .md\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .md\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .md\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .md\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .md\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .md\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .md\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .md\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .md\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .md\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .md\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .md\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .md\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .md\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .md\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .md\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .md\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .md\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .md\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .md\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .md\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .md\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .md\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .md\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .md\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .md\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .md\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .md\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .md\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .md\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .md\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .md\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .md\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .md\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .md\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .md\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .md\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .md\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .md\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .md\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .md\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .md\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .md\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .md\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .md\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .md\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .md\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .md\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .md\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .md\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .md\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .md\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .md\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .md\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .md\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .md\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .md\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .md\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .md\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .md\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .md\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .md\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .md\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .md\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .md\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .md\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .md\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .md\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .md\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .md\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .md\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .md\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .md\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .md\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .md\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .md\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .md\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .md\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .md\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .md\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .md\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .md\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .md\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .md\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .md\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .md\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .md\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .md\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .md\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .md\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .md\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .md\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .md\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .md\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .md\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .md\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .md\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .md\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .md\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .md\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .md\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .md\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .md\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .md\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .md\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .md\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .md\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .md\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .md\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .md\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .md\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .md\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .md\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .md\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .md\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .md\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .md\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .md\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .md\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .md\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .md\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .md\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .md\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .md\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .md\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .md\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .md\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .md\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .md\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .md\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .md\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .md\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .md\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .md\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .md\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .md\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .md\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .md\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .md\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .md\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .md\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .md\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .md\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .md\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .md\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .md\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .md\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .md\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .md\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .md\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .md\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .md\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .md\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .md\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .md\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .md\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .md\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .md\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .md\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .md\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .md\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .md\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .md\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .md\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .md\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .md\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .md\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .md\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .md\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .md\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .md\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .md\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .md\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .md\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .md\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .md\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .md\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .md\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .md\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .md\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .md\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .md\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .md\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .md\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .md\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .md\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .md\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .md\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .md\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .md\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .md\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .md\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .md\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .md\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .md\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .md\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .md\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .md\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .md\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .md\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .md\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .md\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .md\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .md\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .md\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .md\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .md\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .md\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .md\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .md\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .md\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .md\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .md\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .md\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .md\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .md\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .md\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .md\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .md\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .md\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .md\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .md\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .md\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .md\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .md\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .md\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .md\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .md\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .md\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .md\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .md\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .md\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .md\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .md\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .md\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .md\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .md\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .md\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .md\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .md\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .md\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .md\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .md\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .md\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .md\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .md\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .md\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .md\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .md\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .md\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .md\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .md\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .md\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .md\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .md\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .md\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .md\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .md\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .md\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .md\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .md\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .md\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .md\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .md\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .md\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .md\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .md\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .md\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .md\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .md\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .md\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .md\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .md\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .md\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .md\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .md\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .md\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .md\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .md\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .md\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .md\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .md\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .md\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .md\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .md\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .md\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .md\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .md\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .md\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .md\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .md\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .md\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .md\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .md\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .md\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .md\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .md\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .md\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .md\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .md\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .md\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .md\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .md\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .md\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .md\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .md\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .md\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .md\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .md\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .md\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .md\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .md\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .md\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .md\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .md\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .md\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .md\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .md\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .md\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .md\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .md\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .md\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .md\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .md\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .md\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .md\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .md\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .md\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .md\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .md\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .md\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .md\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .md\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .md\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .md\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .md\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .md\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .md\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .md\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .md\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .md\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .md\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .md\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .md\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .md\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .md\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .md\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .md\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .md\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .md\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .md\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .md\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .md\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .md\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .md\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .md\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .md\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .md\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .md\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .md\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .md\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .md\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .md\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .md\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .md\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .md\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .md\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .md\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .md\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .md\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .md\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .md\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .md\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .md\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .md\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .md\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .md\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .md\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .md\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .md\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .md\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .md\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .md\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .md\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .md\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .md\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .md\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .md\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .md\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .md\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .md\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .md\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .md\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .md\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .md\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .md\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .md\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-none {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .lg\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .lg\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .lg\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .lg\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .lg\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .lg\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .lg\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .lg\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .lg\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .lg\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .lg\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .lg\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .lg\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .lg\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .lg\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .lg\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .lg\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .lg\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .lg\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .lg\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .lg\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .lg\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .lg\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .lg\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .lg\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .lg\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .lg\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .lg\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .lg\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .lg\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .lg\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .lg\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .lg\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .lg\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .lg\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .lg\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .lg\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .lg\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .lg\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .lg\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:top-0\.5 {
    top: 2px;
  }

  .lg\:top-1\.5 {
    top: 6px;
  }

  .lg\:top-2\.5 {
    top: 10px;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-top-0\.5 {
    top: -2px;
  }

  .lg\:-top-1\.5 {
    top: -6px;
  }

  .lg\:-top-2\.5 {
    top: -10px;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:right-0\.5 {
    right: 2px;
  }

  .lg\:right-1\.5 {
    right: 6px;
  }

  .lg\:right-2\.5 {
    right: 10px;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-right-0\.5 {
    right: -2px;
  }

  .lg\:-right-1\.5 {
    right: -6px;
  }

  .lg\:-right-2\.5 {
    right: -10px;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:bottom-0\.5 {
    bottom: 2px;
  }

  .lg\:bottom-1\.5 {
    bottom: 6px;
  }

  .lg\:bottom-2\.5 {
    bottom: 10px;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-bottom-0\.5 {
    bottom: -2px;
  }

  .lg\:-bottom-1\.5 {
    bottom: -6px;
  }

  .lg\:-bottom-2\.5 {
    bottom: -10px;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:left-0\.5 {
    left: 2px;
  }

  .lg\:left-1\.5 {
    left: 6px;
  }

  .lg\:left-2\.5 {
    left: 10px;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-left-0\.5 {
    left: -2px;
  }

  .lg\:-left-1\.5 {
    left: -6px;
  }

  .lg\:-left-2\.5 {
    left: -10px;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-5 {
    z-index: 5;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .lg\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-1:focus {
    z-index: 1;
  }

  .lg\:focus\:z-5:focus {
    z-index: 5;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 2px;
  }

  .lg\:m-1\.5 {
    margin: 6px;
  }

  .lg\:m-2\.5 {
    margin: 10px;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -2px;
  }

  .lg\:-m-1\.5 {
    margin: -6px;
  }

  .lg\:-m-2\.5 {
    margin: -10px;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 2px;
  }

  .lg\:mt-1\.5 {
    margin-top: 6px;
  }

  .lg\:mt-2\.5 {
    margin-top: 10px;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -2px;
  }

  .lg\:-mt-1\.5 {
    margin-top: -6px;
  }

  .lg\:-mt-2\.5 {
    margin-top: -10px;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mr-0\.5 {
    margin-right: 2px;
  }

  .lg\:mr-1\.5 {
    margin-right: 6px;
  }

  .lg\:mr-2\.5 {
    margin-right: 10px;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mr-0\.5 {
    margin-right: -2px;
  }

  .lg\:-mr-1\.5 {
    margin-right: -6px;
  }

  .lg\:-mr-2\.5 {
    margin-right: -10px;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:ml-0\.5 {
    margin-left: 2px;
  }

  .lg\:ml-1\.5 {
    margin-left: 6px;
  }

  .lg\:ml-2\.5 {
    margin-left: 10px;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -2px;
  }

  .lg\:-ml-1\.5 {
    margin-left: -6px;
  }

  .lg\:-ml-2\.5 {
    margin-left: -10px;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

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

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

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

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-26 {
    height: 6.5rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 2px;
  }

  .lg\:h-1\.5 {
    height: 6px;
  }

  .lg\:h-2\.5 {
    height: 10px;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.5 {
    max-height: 2px;
  }

  .lg\:max-h-1\.5 {
    max-height: 6px;
  }

  .lg\:max-h-2\.5 {
    max-height: 10px;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-135 {
    min-height: 33.75rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

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

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-26 {
    width: 6.5rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-105 {
    width: 26.25rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 2px;
  }

  .lg\:w-1\.5 {
    width: 6px;
  }

  .lg\:w-2\.5 {
    width: 10px;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-200 {
    min-width: 12.5rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-2rem {
    min-width: 2rem;
  }

  .lg\:min-w-3xs {
    min-width: 12rem;
  }

  .lg\:min-w-2xs {
    min-width: 16rem;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-200 {
    max-width: 12.5rem;
  }

  .lg\:max-w-600 {
    max-width: 37.5rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-xs {
    max-width: 380px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-3xs {
    max-width: 12rem;
  }

  .lg\:max-w-2xs {
    max-width: 16rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

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

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

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .lg\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:justify-center {
    justify-content: center;
  }

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-0\.5 {
    gap: 2px;
  }

  .lg\:gap-1\.5 {
    gap: 6px;
  }

  .lg\:gap-2\.5 {
    gap: 10px;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .lg\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .lg\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .lg\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .lg\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .lg\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .lg\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .lg\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .lg\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .lg\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .lg\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .lg\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .lg\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .lg\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .lg\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .lg\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .lg\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .lg\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .lg\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .lg\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .lg\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .lg\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .lg\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .lg\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .lg\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .lg\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .lg\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .lg\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .lg\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .lg\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .lg\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .lg\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .lg\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .lg\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .lg\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .lg\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .lg\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .lg\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .lg\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .lg\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .lg\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .lg\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .lg\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .lg\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .lg\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .lg\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .lg\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .lg\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .lg\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .lg\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .lg\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .lg\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .lg\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .lg\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .lg\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .lg\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .lg\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .lg\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .lg\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .lg\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .lg\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .lg\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .lg\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .lg\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .lg\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .lg\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .lg\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .lg\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .lg\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .lg\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .lg\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .lg\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .lg\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .lg\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .lg\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .lg\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .lg\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .lg\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .lg\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .lg\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .lg\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .lg\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .lg\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .lg\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .lg\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .lg\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .lg\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .lg\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .lg\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .lg\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .lg\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .lg\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-large {
    border-radius: 10px;
  }

  .lg\:rounded-medium {
    border-radius: 8px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .lg\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .lg\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .lg\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0px;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .lg\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .lg\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .lg\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .lg\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .lg\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .lg\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .lg\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .lg\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .lg\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .lg\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .lg\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .lg\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .lg\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .lg\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .lg\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .lg\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .lg\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .lg\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .lg\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .lg\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .lg\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .lg\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .lg\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .lg\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .lg\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .lg\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .lg\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .lg\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .lg\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .lg\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .lg\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .lg\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .lg\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .lg\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .lg\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .lg\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .lg\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .lg\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .lg\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .lg\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .lg\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .lg\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .lg\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .lg\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .lg\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .lg\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .lg\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .lg\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .lg\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .lg\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .lg\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .lg\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .lg\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .lg\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .lg\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .lg\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .lg\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .lg\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .lg\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .lg\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .lg\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .lg\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .lg\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .lg\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .lg\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .lg\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .lg\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .lg\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .lg\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .lg\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .lg\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .lg\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .lg\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .lg\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .lg\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .lg\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .lg\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .lg\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .lg\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .lg\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .lg\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .lg\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .lg\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .lg\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .lg\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .lg\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .lg\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .lg\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .lg\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .lg\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .lg\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .lg\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .lg\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .lg\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .lg\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .lg\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .lg\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .lg\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .lg\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .lg\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .lg\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .lg\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .lg\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .lg\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .lg\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .lg\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .lg\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .lg\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .lg\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .lg\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .lg\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .lg\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .lg\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .lg\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .lg\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .lg\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .lg\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .lg\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .lg\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .lg\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .lg\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .lg\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .lg\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .lg\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .lg\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .lg\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .lg\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .lg\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .lg\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .lg\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .lg\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .lg\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .lg\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .lg\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .lg\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .lg\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .lg\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .lg\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .lg\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .lg\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .lg\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .lg\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .lg\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .lg\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .lg\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .lg\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .lg\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .lg\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .lg\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .lg\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .lg\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .lg\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .lg\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .lg\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .lg\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .lg\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .lg\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .lg\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .lg\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .lg\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .lg\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .lg\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .lg\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .lg\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .lg\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .lg\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .lg\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .lg\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .lg\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .lg\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .lg\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .lg\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .lg\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .lg\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .lg\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .lg\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .lg\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .lg\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .lg\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .lg\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .lg\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .lg\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .lg\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .lg\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .lg\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .lg\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .lg\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .lg\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .lg\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .lg\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .lg\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .lg\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .lg\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .lg\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .lg\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .lg\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .lg\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .lg\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .lg\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .lg\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .lg\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .lg\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .lg\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .lg\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .lg\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .lg\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .lg\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .lg\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .lg\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .lg\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .lg\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .lg\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .lg\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .lg\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .lg\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .lg\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .lg\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .lg\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .lg\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .lg\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .lg\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .lg\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .lg\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .lg\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .lg\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .lg\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .lg\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .lg\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .lg\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .lg\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .lg\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .lg\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .lg\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .lg\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .lg\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .lg\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .lg\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .lg\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .lg\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .lg\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .lg\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .lg\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .lg\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .lg\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .lg\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .lg\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .lg\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .lg\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .lg\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .lg\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .lg\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .lg\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .lg\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .lg\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .lg\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .lg\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .lg\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .lg\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .lg\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .lg\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .lg\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .lg\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .lg\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .lg\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .lg\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .lg\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .lg\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .lg\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .lg\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .lg\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .lg\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .lg\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .lg\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .lg\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .lg\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .lg\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .lg\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .lg\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .lg\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .lg\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .lg\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .lg\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .lg\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .lg\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .lg\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .lg\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .lg\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .lg\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .lg\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .lg\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .lg\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .lg\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .lg\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .lg\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .lg\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .lg\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .lg\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .lg\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .lg\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .lg\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .lg\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .lg\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .lg\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .lg\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .lg\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .lg\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .lg\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .lg\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .lg\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .lg\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .lg\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .lg\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .lg\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .lg\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .lg\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .lg\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .lg\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .lg\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .lg\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .lg\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .lg\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .lg\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .lg\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .lg\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .lg\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .lg\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .lg\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .lg\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .lg\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .lg\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .lg\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .lg\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .lg\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .lg\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .lg\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .lg\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .lg\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .lg\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .lg\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .lg\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .lg\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .lg\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .lg\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .lg\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .lg\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .lg\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .lg\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .lg\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .lg\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .lg\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .lg\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .lg\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .lg\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .lg\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .lg\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .lg\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .lg\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .lg\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .lg\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .lg\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .lg\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .lg\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .lg\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .lg\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .lg\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .lg\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .lg\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .lg\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .lg\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .lg\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .lg\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .lg\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .lg\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .lg\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .lg\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .lg\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .lg\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .lg\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .lg\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .lg\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .lg\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .lg\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .lg\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .lg\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .lg\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .lg\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .lg\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .lg\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .lg\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .lg\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .lg\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .lg\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .lg\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .lg\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .lg\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .lg\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .lg\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .lg\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .lg\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .lg\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .lg\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .lg\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .lg\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .lg\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .lg\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .lg\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .lg\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .lg\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .lg\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .lg\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .lg\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .lg\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .lg\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .lg\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .lg\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .lg\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .lg\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .lg\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .lg\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .lg\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .lg\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .lg\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .lg\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .lg\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .lg\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .lg\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .lg\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .lg\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .lg\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .lg\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .lg\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .lg\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .lg\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .lg\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .lg\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .lg\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .lg\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .lg\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .lg\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .lg\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .lg\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .lg\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .lg\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .lg\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .lg\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .lg\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .lg\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .lg\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .lg\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .lg\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .lg\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .lg\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .lg\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .lg\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .lg\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .lg\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .lg\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .lg\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .lg\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .lg\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .lg\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .lg\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .lg\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .lg\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .lg\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .lg\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .lg\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .lg\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .lg\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .lg\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .lg\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .lg\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .lg\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .lg\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .lg\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .lg\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .lg\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .lg\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .lg\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .lg\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .lg\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .lg\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .lg\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .lg\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .lg\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .lg\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .lg\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .lg\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .lg\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .lg\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .lg\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .lg\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .lg\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .lg\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .lg\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .lg\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .lg\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .lg\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .lg\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .lg\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .lg\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .lg\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .lg\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .lg\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .lg\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .lg\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .lg\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .lg\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .lg\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .lg\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .lg\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .lg\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .lg\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .lg\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .lg\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .lg\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .lg\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .lg\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .lg\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .lg\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .lg\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .lg\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .lg\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .lg\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .lg\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .lg\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .lg\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .lg\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .lg\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .lg\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .lg\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .lg\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .lg\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .lg\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .lg\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .lg\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .lg\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .lg\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .lg\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .lg\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .lg\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .lg\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .lg\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .lg\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .lg\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .lg\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .lg\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .lg\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .lg\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .lg\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .lg\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .lg\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .lg\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .lg\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .lg\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .lg\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .lg\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .lg\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .lg\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .lg\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .lg\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .lg\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .lg\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .lg\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .lg\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .lg\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .lg\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .lg\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .lg\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .lg\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .lg\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .lg\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .lg\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .lg\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .lg\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .lg\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .lg\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .lg\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .lg\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .lg\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .lg\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .lg\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .lg\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .lg\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .lg\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .lg\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .lg\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .lg\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .lg\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .lg\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .lg\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .lg\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .lg\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .lg\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .lg\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .lg\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .lg\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .lg\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .lg\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .lg\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .lg\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .lg\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .lg\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .lg\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .lg\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .lg\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .lg\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .lg\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .lg\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .lg\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .lg\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .lg\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .lg\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .lg\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .lg\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .lg\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .lg\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .lg\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .lg\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .lg\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .lg\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .lg\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .lg\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .lg\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .lg\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .lg\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .lg\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .lg\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .lg\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .lg\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .lg\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .lg\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .lg\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .lg\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .lg\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .lg\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .lg\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .lg\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .lg\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .lg\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .lg\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .lg\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .lg\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .lg\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .lg\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .lg\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .lg\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .lg\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .lg\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .lg\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .lg\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .lg\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .lg\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .lg\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .lg\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .lg\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .lg\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .lg\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .lg\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .lg\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .lg\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .lg\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .lg\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .lg\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .lg\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .lg\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .lg\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .lg\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .lg\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .lg\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .lg\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .lg\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .lg\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .lg\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .lg\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .lg\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .lg\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .lg\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .lg\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .lg\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .lg\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .lg\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .lg\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .lg\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .lg\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .lg\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .lg\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .lg\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .lg\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .lg\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .lg\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .lg\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .lg\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .lg\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .lg\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .lg\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .lg\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .lg\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .lg\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .lg\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .lg\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .lg\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .lg\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .lg\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .lg\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .lg\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .lg\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .lg\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .lg\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .lg\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .lg\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .lg\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .lg\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .lg\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .lg\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .lg\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .lg\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .lg\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .lg\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .lg\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .lg\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .lg\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .lg\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .lg\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .lg\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .lg\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .lg\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .lg\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .lg\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .lg\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .lg\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .lg\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .lg\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .lg\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .lg\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .lg\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .lg\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .lg\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .lg\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .lg\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .lg\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .lg\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .lg\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .lg\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .lg\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .lg\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .lg\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .lg\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .lg\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .lg\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .lg\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .lg\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .lg\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .lg\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .lg\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .lg\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .lg\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .lg\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .lg\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .lg\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .lg\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .lg\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .lg\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .lg\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .lg\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .lg\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .lg\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .lg\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .lg\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .lg\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .lg\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .lg\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .lg\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .lg\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .lg\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .lg\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .lg\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .lg\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .lg\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .lg\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .lg\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .lg\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .lg\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .lg\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .lg\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .lg\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .lg\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .lg\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .lg\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .lg\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .lg\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .lg\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .lg\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .lg\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .lg\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .lg\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .lg\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .lg\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .lg\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .lg\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .lg\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .lg\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .lg\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .lg\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .lg\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .lg\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .lg\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .lg\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .lg\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .lg\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .lg\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .lg\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .lg\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .lg\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .lg\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .lg\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .lg\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .lg\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .lg\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .lg\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .lg\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .lg\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .lg\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .lg\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .lg\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .lg\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .lg\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .lg\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .lg\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .lg\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .lg\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .lg\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .lg\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .lg\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .lg\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .lg\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .lg\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .lg\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .lg\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .lg\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .lg\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .lg\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .lg\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .lg\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .lg\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .lg\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .lg\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .lg\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .lg\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .lg\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .lg\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .lg\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .lg\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .lg\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .lg\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .lg\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .lg\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .lg\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .lg\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .lg\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .lg\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .lg\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .lg\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .lg\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .lg\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .lg\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .lg\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .lg\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .lg\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .lg\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .lg\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .lg\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .lg\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .lg\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .lg\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .lg\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .lg\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .lg\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .lg\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .lg\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .lg\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .lg\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .lg\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .lg\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .lg\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .lg\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .lg\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 2px;
  }

  .lg\:p-1\.5 {
    padding: 6px;
  }

  .lg\:p-2\.5 {
    padding: 10px;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:first\:p-0:first-child {
    padding: 0px;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .lg\:first\:p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .lg\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .lg\:first\:p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .lg\:first\:p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:p-28:first-child {
    padding: 7rem;
  }

  .lg\:first\:p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:p-36:first-child {
    padding: 9rem;
  }

  .lg\:first\:p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:p-44:first-child {
    padding: 11rem;
  }

  .lg\:first\:p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:p-52:first-child {
    padding: 13rem;
  }

  .lg\:first\:p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:p-60:first-child {
    padding: 15rem;
  }

  .lg\:first\:p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:p-72:first-child {
    padding: 18rem;
  }

  .lg\:first\:p-80:first-child {
    padding: 20rem;
  }

  .lg\:first\:p-96:first-child {
    padding: 24rem;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .lg\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .lg\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .lg\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .lg\:last\:p-0:last-child {
    padding: 0px;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .lg\:last\:p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .lg\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .lg\:last\:p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .lg\:last\:p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:p-28:last-child {
    padding: 7rem;
  }

  .lg\:last\:p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:p-36:last-child {
    padding: 9rem;
  }

  .lg\:last\:p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:p-44:last-child {
    padding: 11rem;
  }

  .lg\:last\:p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:p-52:last-child {
    padding: 13rem;
  }

  .lg\:last\:p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:p-60:last-child {
    padding: 15rem;
  }

  .lg\:last\:p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:p-72:last-child {
    padding: 18rem;
  }

  .lg\:last\:p-80:last-child {
    padding: 20rem;
  }

  .lg\:last\:p-96:last-child {
    padding: 24rem;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .lg\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .lg\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .lg\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .lg\:focus\:p-0:focus {
    padding: 0px;
  }

  .lg\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .lg\:focus\:p-4:focus {
    padding: 1rem;
  }

  .lg\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .lg\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .lg\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .lg\:focus\:p-8:focus {
    padding: 2rem;
  }

  .lg\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .lg\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .lg\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .lg\:focus\:p-12:focus {
    padding: 3rem;
  }

  .lg\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .lg\:focus\:p-16:focus {
    padding: 4rem;
  }

  .lg\:focus\:p-20:focus {
    padding: 5rem;
  }

  .lg\:focus\:p-24:focus {
    padding: 6rem;
  }

  .lg\:focus\:p-28:focus {
    padding: 7rem;
  }

  .lg\:focus\:p-32:focus {
    padding: 8rem;
  }

  .lg\:focus\:p-36:focus {
    padding: 9rem;
  }

  .lg\:focus\:p-40:focus {
    padding: 10rem;
  }

  .lg\:focus\:p-44:focus {
    padding: 11rem;
  }

  .lg\:focus\:p-48:focus {
    padding: 12rem;
  }

  .lg\:focus\:p-52:focus {
    padding: 13rem;
  }

  .lg\:focus\:p-56:focus {
    padding: 14rem;
  }

  .lg\:focus\:p-60:focus {
    padding: 15rem;
  }

  .lg\:focus\:p-64:focus {
    padding: 16rem;
  }

  .lg\:focus\:p-72:focus {
    padding: 18rem;
  }

  .lg\:focus\:p-80:focus {
    padding: 20rem;
  }

  .lg\:focus\:p-96:focus {
    padding: 24rem;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .lg\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .lg\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .lg\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 2px;
  }

  .lg\:pt-1\.5 {
    padding-top: 6px;
  }

  .lg\:pt-2\.5 {
    padding-top: 10px;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pr-0\.5 {
    padding-right: 2px;
  }

  .lg\:pr-1\.5 {
    padding-right: 6px;
  }

  .lg\:pr-2\.5 {
    padding-right: 10px;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pl-0\.5 {
    padding-left: 2px;
  }

  .lg\:pl-1\.5 {
    padding-left: 6px;
  }

  .lg\:pl-2\.5 {
    padding-left: 10px;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .lg\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .lg\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .lg\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .lg\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .lg\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .lg\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .lg\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .lg\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .lg\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .lg\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .lg\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .lg\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .lg\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .lg\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .lg\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .lg\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .lg\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .lg\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .lg\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .lg\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .lg\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .lg\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .lg\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .lg\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .lg\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .lg\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .lg\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .lg\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .lg\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .lg\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .lg\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .lg\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .lg\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .lg\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .lg\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .lg\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .lg\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .lg\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .lg\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .lg\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .lg\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .lg\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .lg\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .lg\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .lg\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .lg\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .lg\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .lg\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .lg\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .lg\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .lg\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .lg\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .lg\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .lg\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .lg\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .lg\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .lg\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .lg\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .lg\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .lg\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .lg\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .lg\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .lg\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .lg\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .lg\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .lg\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .lg\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .lg\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .lg\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .lg\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .lg\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .lg\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .lg\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .lg\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .lg\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .lg\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .lg\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .lg\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .lg\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .lg\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .lg\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .lg\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .lg\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .lg\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .lg\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .lg\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .lg\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .lg\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .lg\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .lg\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .lg\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .lg\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .lg\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .lg\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .lg\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .lg\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .lg\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .lg\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .lg\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .lg\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .lg\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .lg\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .lg\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .lg\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .lg\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .lg\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .lg\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .lg\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .lg\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .lg\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .lg\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .lg\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .lg\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .lg\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .lg\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .lg\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .lg\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .lg\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .lg\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .lg\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .lg\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .lg\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .lg\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .lg\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .lg\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .lg\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .lg\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .lg\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .lg\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .lg\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .lg\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .lg\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .lg\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .lg\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .lg\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .lg\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .lg\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .lg\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .lg\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .lg\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .lg\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .lg\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .lg\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .lg\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .lg\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .lg\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .lg\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .lg\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .lg\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .lg\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .lg\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .lg\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .lg\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .lg\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .lg\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .lg\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .lg\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .lg\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .lg\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .lg\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .lg\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .lg\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .lg\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .lg\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-tiny {
    font-size: 0.625rem;
  }

  .lg\:text-micro {
    font-size: .5rem;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:leading-xs {
    line-height: 18px;
  }

  .lg\:leading-sm {
    line-height: 20px;
  }

  .lg\:leading-md {
    line-height: 24px;
  }

  .lg\:leading-lg {
    line-height: 28px;
  }

  .lg\:leading-xl {
    line-height: 32px;
  }

  .lg\:leading-2xl {
    line-height: 36px;
  }

  .lg\:leading-3xl {
    line-height: 38px;
  }

  .lg\:leading-4xl {
    line-height: 44px;
  }

  .lg\:leading-5xl {
    line-height: 60px;
  }

  .lg\:leading-6xl {
    line-height: 72px;
  }

  .lg\:leading-7xl {
    line-height: 90px;
  }

  .lg\:leading-8xl {
    line-height: 96px;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .lg\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .lg\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .lg\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .lg\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .lg\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .lg\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .lg\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .lg\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .lg\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .lg\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .lg\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .lg\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .lg\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .lg\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .lg\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .lg\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .lg\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .lg\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .lg\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .lg\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .lg\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .lg\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .lg\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .lg\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .lg\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .lg\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .lg\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .lg\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .lg\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .lg\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .lg\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .lg\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .lg\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .lg\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .lg\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .lg\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .lg\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .lg\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .lg\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .lg\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .lg\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .lg\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .lg\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .lg\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .lg\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .lg\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .lg\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .lg\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .lg\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .lg\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .lg\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .lg\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .lg\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .lg\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .lg\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .lg\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .lg\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .lg\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .lg\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .lg\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .lg\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .lg\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .lg\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .lg\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .lg\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .lg\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .lg\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .lg\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .lg\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .lg\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .lg\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .lg\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .lg\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .lg\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .lg\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .lg\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .lg\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .lg\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .lg\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .lg\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .lg\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .lg\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .lg\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .lg\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .lg\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .lg\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .lg\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .lg\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .lg\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .lg\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .lg\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .lg\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .lg\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .lg\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .lg\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .lg\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .lg\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .lg\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .lg\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .lg\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .lg\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .lg\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .lg\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .lg\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .lg\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .lg\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .lg\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .lg\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .lg\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .lg\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .lg\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .lg\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .lg\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .lg\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .lg\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .lg\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .lg\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .lg\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .lg\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .lg\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .lg\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .lg\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .lg\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .lg\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .lg\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .lg\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .lg\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .lg\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .lg\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .lg\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .lg\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .lg\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .lg\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .lg\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .lg\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .lg\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .lg\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .lg\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .lg\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .lg\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .lg\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .lg\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .lg\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .lg\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .lg\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .lg\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .lg\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .lg\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .lg\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .lg\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .lg\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .lg\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .lg\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .lg\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .lg\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .lg\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .lg\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .lg\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .lg\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .lg\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .lg\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .lg\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .lg\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .lg\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .lg\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .lg\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .lg\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .lg\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .lg\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .lg\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .lg\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .lg\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .lg\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .lg\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .lg\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .lg\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .lg\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .lg\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .lg\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .lg\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .lg\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .lg\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .lg\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .lg\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .lg\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .lg\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .lg\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .lg\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .lg\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .lg\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .lg\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .lg\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .lg\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .lg\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .lg\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .lg\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .lg\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .lg\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .lg\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .lg\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .lg\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .lg\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .lg\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .lg\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .lg\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .lg\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .lg\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .lg\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .lg\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .lg\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .lg\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .lg\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .lg\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .lg\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .lg\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .lg\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .lg\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .lg\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .lg\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .lg\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .lg\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .lg\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .lg\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .lg\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .lg\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .lg\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .lg\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .lg\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .lg\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .lg\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .lg\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .lg\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .lg\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .lg\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .lg\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .lg\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .lg\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .lg\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .lg\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .lg\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .lg\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .lg\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .lg\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .lg\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .lg\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .lg\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .lg\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .lg\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .lg\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .lg\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .lg\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .lg\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .lg\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .lg\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .lg\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .lg\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .lg\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .lg\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .lg\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .lg\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .lg\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .lg\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .lg\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .lg\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .lg\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .lg\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .lg\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .lg\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .lg\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .lg\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .lg\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .lg\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .lg\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .lg\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .lg\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .lg\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .lg\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .lg\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .lg\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .lg\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .lg\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .lg\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .lg\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .lg\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .lg\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .lg\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .lg\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .lg\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .lg\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .lg\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .lg\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .lg\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .lg\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .lg\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .lg\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .lg\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .lg\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .lg\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .lg\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .lg\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .lg\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .lg\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .lg\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .lg\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .lg\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .lg\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .lg\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .lg\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .lg\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .lg\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .lg\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .lg\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .lg\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .lg\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .lg\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .lg\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .lg\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .lg\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .lg\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .lg\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .lg\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .lg\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .lg\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .lg\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .lg\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .lg\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .lg\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .lg\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .lg\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .lg\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .lg\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .lg\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .lg\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .lg\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .lg\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .lg\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .lg\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .lg\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .lg\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .lg\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .lg\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .lg\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .lg\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .lg\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .lg\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .lg\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .lg\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .lg\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .lg\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .lg\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .lg\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .lg\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .lg\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .lg\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .lg\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .lg\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .lg\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .lg\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .lg\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .lg\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .lg\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .lg\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .lg\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .lg\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .lg\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .lg\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .lg\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .lg\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .lg\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .lg\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .lg\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .lg\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .lg\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .lg\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .lg\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .lg\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .lg\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .lg\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .lg\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .lg\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .lg\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .lg\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .lg\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .lg\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .lg\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .lg\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .lg\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .lg\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .lg\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .lg\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .lg\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .lg\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .lg\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .lg\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .lg\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .lg\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .lg\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .lg\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .lg\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .lg\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .lg\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .lg\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .lg\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .lg\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .lg\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .lg\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .lg\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .lg\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .lg\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .lg\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .lg\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .lg\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .lg\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .lg\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .lg\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .lg\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .lg\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .lg\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .lg\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .lg\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .lg\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .lg\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .lg\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .lg\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .lg\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-none {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .xl\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .xl\:aspect-w-1,
.xl\:aspect-w-2,
.xl\:aspect-w-3,
.xl\:aspect-w-4,
.xl\:aspect-w-5,
.xl\:aspect-w-6,
.xl\:aspect-w-7,
.xl\:aspect-w-8,
.xl\:aspect-w-9,
.xl\:aspect-w-10,
.xl\:aspect-w-11,
.xl\:aspect-w-12,
.xl\:aspect-w-13,
.xl\:aspect-w-14,
.xl\:aspect-w-15,
.xl\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .xl\:aspect-w-1 > *,
.xl\:aspect-w-2 > *,
.xl\:aspect-w-3 > *,
.xl\:aspect-w-4 > *,
.xl\:aspect-w-5 > *,
.xl\:aspect-w-6 > *,
.xl\:aspect-w-7 > *,
.xl\:aspect-w-8 > *,
.xl\:aspect-w-9 > *,
.xl\:aspect-w-10 > *,
.xl\:aspect-w-11 > *,
.xl\:aspect-w-12 > *,
.xl\:aspect-w-13 > *,
.xl\:aspect-w-14 > *,
.xl\:aspect-w-15 > *,
.xl\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .xl\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .xl\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .xl\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .xl\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .xl\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .xl\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .xl\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .xl\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .xl\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .xl\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .xl\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .xl\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .xl\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .xl\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .xl\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .xl\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .xl\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .xl\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .xl\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .xl\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .xl\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .xl\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .xl\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .xl\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .xl\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .xl\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .xl\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .xl\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .xl\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .xl\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .xl\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .xl\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .xl\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .xl\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xl\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .xl\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xl\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .xl\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .xl\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xl\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .xl\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .xl\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .xl\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .xl\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .xl\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .xl\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:top-0\.5 {
    top: 2px;
  }

  .xl\:top-1\.5 {
    top: 6px;
  }

  .xl\:top-2\.5 {
    top: 10px;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-top-0\.5 {
    top: -2px;
  }

  .xl\:-top-1\.5 {
    top: -6px;
  }

  .xl\:-top-2\.5 {
    top: -10px;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:top-full {
    top: 100%;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-top-full {
    top: -100%;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:right-60 {
    right: 15rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:right-0\.5 {
    right: 2px;
  }

  .xl\:right-1\.5 {
    right: 6px;
  }

  .xl\:right-2\.5 {
    right: 10px;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-right-14 {
    right: -3.5rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-right-60 {
    right: -15rem;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-right-0\.5 {
    right: -2px;
  }

  .xl\:-right-1\.5 {
    right: -6px;
  }

  .xl\:-right-2\.5 {
    right: -10px;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:right-1\/2 {
    right: 50%;
  }

  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:right-2\/3 {
    right: 66.666667%;
  }

  .xl\:right-1\/4 {
    right: 25%;
  }

  .xl\:right-2\/4 {
    right: 50%;
  }

  .xl\:right-3\/4 {
    right: 75%;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:-right-1\/2 {
    right: -50%;
  }

  .xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl\:-right-1\/4 {
    right: -25%;
  }

  .xl\:-right-2\/4 {
    right: -50%;
  }

  .xl\:-right-3\/4 {
    right: -75%;
  }

  .xl\:-right-full {
    right: -100%;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:bottom-0\.5 {
    bottom: 2px;
  }

  .xl\:bottom-1\.5 {
    bottom: 6px;
  }

  .xl\:bottom-2\.5 {
    bottom: 10px;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-bottom-0\.5 {
    bottom: -2px;
  }

  .xl\:-bottom-1\.5 {
    bottom: -6px;
  }

  .xl\:-bottom-2\.5 {
    bottom: -10px;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-bottom-full {
    bottom: -100%;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:left-60 {
    left: 15rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:left-0\.5 {
    left: 2px;
  }

  .xl\:left-1\.5 {
    left: 6px;
  }

  .xl\:left-2\.5 {
    left: 10px;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-left-10 {
    left: -2.5rem;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-left-48 {
    left: -12rem;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-left-60 {
    left: -15rem;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-left-0\.5 {
    left: -2px;
  }

  .xl\:-left-1\.5 {
    left: -6px;
  }

  .xl\:-left-2\.5 {
    left: -10px;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:left-2\/3 {
    left: 66.666667%;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:left-2\/4 {
    left: 50%;
  }

  .xl\:left-3\/4 {
    left: 75%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:-left-1\/2 {
    left: -50%;
  }

  .xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:-left-2\/4 {
    left: -50%;
  }

  .xl\:-left-3\/4 {
    left: -75%;
  }

  .xl\:-left-full {
    left: -100%;
  }

  .xl\:isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .xl\:z-5 {
    z-index: 5;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xl\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-1:focus {
    z-index: 1;
  }

  .xl\:focus\:z-5:focus {
    z-index: 5;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 2px;
  }

  .xl\:m-1\.5 {
    margin: 6px;
  }

  .xl\:m-2\.5 {
    margin: 10px;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:-m-0 {
    margin: 0px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -2px;
  }

  .xl\:-m-1\.5 {
    margin: -6px;
  }

  .xl\:-m-2\.5 {
    margin: -10px;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xl\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xl\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mt-0\.5 {
    margin-top: 2px;
  }

  .xl\:mt-1\.5 {
    margin-top: 6px;
  }

  .xl\:mt-2\.5 {
    margin-top: 10px;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:-mt-0 {
    margin-top: 0px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -2px;
  }

  .xl\:-mt-1\.5 {
    margin-top: -6px;
  }

  .xl\:-mt-2\.5 {
    margin-top: -10px;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mr-0\.5 {
    margin-right: 2px;
  }

  .xl\:mr-1\.5 {
    margin-right: 6px;
  }

  .xl\:mr-2\.5 {
    margin-right: 10px;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:-mr-0 {
    margin-right: 0px;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mr-0\.5 {
    margin-right: -2px;
  }

  .xl\:-mr-1\.5 {
    margin-right: -6px;
  }

  .xl\:-mr-2\.5 {
    margin-right: -10px;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:ml-0\.5 {
    margin-left: 2px;
  }

  .xl\:ml-1\.5 {
    margin-left: 6px;
  }

  .xl\:ml-2\.5 {
    margin-left: 10px;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:-ml-0 {
    margin-left: 0px;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-ml-0\.5 {
    margin-left: -2px;
  }

  .xl\:-ml-1\.5 {
    margin-left: -6px;
  }

  .xl\:-ml-2\.5 {
    margin-left: -10px;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:inline-table {
    display: inline-table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

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

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

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

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-26 {
    height: 6.5rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 2px;
  }

  .xl\:h-1\.5 {
    height: 6px;
  }

  .xl\:h-2\.5 {
    height: 10px;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.5 {
    max-height: 2px;
  }

  .xl\:max-h-1\.5 {
    max-height: 6px;
  }

  .xl\:max-h-2\.5 {
    max-height: 10px;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-135 {
    min-height: 33.75rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

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

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

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

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-26 {
    width: 6.5rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-105 {
    width: 26.25rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 2px;
  }

  .xl\:w-1\.5 {
    width: 6px;
  }

  .xl\:w-2\.5 {
    width: 10px;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-200 {
    min-width: 12.5rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:min-w-2rem {
    min-width: 2rem;
  }

  .xl\:min-w-3xs {
    min-width: 12rem;
  }

  .xl\:min-w-2xs {
    min-width: 16rem;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-200 {
    max-width: 12.5rem;
  }

  .xl\:max-w-600 {
    max-width: 37.5rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose {
    max-width: 65ch;
  }

  .xl\:max-w-screen-xs {
    max-width: 380px;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-3xs {
    max-width: 12rem;
  }

  .xl\:max-w-2xs {
    max-width: 16rem;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

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

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

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:animate-none {
    animation: none;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xl\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .xl\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

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

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

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

  .xl\:justify-center {
    justify-content: center;
  }

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

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-0\.5 {
    gap: 2px;
  }

  .xl\:gap-1\.5 {
    gap: 6px;
  }

  .xl\:gap-2\.5 {
    gap: 10px;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .xl\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .xl\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .xl\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .xl\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .xl\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .xl\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .xl\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .xl\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .xl\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .xl\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .xl\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .xl\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .xl\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .xl\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .xl\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .xl\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .xl\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xl\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xl\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xl\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xl\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xl\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xl\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xl\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xl\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xl\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xl\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xl\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xl\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xl\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xl\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xl\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xl\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xl\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xl\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xl\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xl\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xl\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xl\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xl\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xl\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xl\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xl\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xl\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xl\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xl\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xl\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xl\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xl\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xl\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xl\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xl\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xl\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xl\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xl\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xl\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xl\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xl\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xl\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xl\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xl\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xl\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xl\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xl\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xl\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xl\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xl\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xl\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xl\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xl\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xl\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xl\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xl\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xl\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xl\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xl\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xl\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xl\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xl\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xl\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xl\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xl\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xl\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xl\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xl\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xl\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xl\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xl\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xl\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xl\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xl\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:self-baseline {
    align-self: baseline;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-large {
    border-radius: 10px;
  }

  .xl\:rounded-medium {
    border-radius: 8px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xl\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .xl\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .xl\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .xl\:border {
    border-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0px;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xl\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xl\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xl\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xl\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xl\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xl\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xl\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xl\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xl\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xl\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xl\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xl\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xl\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xl\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xl\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xl\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xl\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xl\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xl\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xl\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xl\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xl\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xl\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xl\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xl\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xl\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xl\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xl\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xl\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xl\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xl\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xl\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xl\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xl\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xl\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xl\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xl\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xl\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xl\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xl\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xl\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xl\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xl\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xl\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xl\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xl\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xl\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xl\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xl\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xl\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xl\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xl\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xl\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xl\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xl\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xl\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xl\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xl\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xl\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xl\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xl\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xl\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xl\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xl\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xl\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xl\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xl\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xl\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xl\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xl\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xl\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xl\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xl\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xl\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xl\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xl\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xl\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xl\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xl\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xl\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xl\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xl\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xl\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xl\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xl\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xl\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xl\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xl\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xl\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xl\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xl\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xl\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xl\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xl\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xl\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xl\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xl\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xl\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xl\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xl\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .xl\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .xl\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .xl\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xl\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .xl\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .xl\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xl\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xl\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .xl\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .xl\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .xl\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .xl\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .xl\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .xl\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .xl\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .xl\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .xl\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .xl\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .xl\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .xl\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .xl\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .xl\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .xl\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .xl\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xl\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xl\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xl\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xl\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xl\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xl\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xl\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xl\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xl\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xl\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xl\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xl\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xl\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xl\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xl\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xl\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xl\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xl\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xl\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xl\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xl\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xl\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xl\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xl\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xl\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xl\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xl\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xl\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xl\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xl\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xl\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xl\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xl\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xl\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xl\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xl\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xl\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xl\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xl\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xl\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xl\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xl\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xl\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xl\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xl\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xl\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xl\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xl\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xl\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xl\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xl\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xl\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xl\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xl\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xl\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xl\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xl\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xl\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xl\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xl\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xl\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xl\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xl\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xl\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xl\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xl\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xl\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xl\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xl\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xl\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xl\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xl\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xl\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xl\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xl\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xl\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xl\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xl\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xl\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xl\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xl\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xl\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xl\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xl\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xl\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xl\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xl\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xl\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .xl\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .xl\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .xl\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .xl\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .xl\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .xl\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .xl\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .xl\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .xl\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .xl\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .xl\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .xl\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .xl\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .xl\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .xl\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .xl\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .xl\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .xl\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .xl\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .xl\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .xl\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-current {
    background-color: currentColor;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xl\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xl\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xl\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xl\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xl\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xl\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xl\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xl\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xl\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xl\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xl\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xl\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xl\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xl\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xl\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xl\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xl\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xl\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xl\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xl\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xl\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xl\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xl\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xl\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xl\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xl\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xl\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xl\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xl\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xl\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xl\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xl\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xl\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xl\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xl\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xl\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xl\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xl\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xl\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xl\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xl\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xl\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xl\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xl\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xl\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xl\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xl\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xl\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xl\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xl\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xl\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xl\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xl\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xl\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xl\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xl\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xl\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xl\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xl\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xl\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xl\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xl\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xl\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xl\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xl\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xl\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xl\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xl\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xl\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xl\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xl\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xl\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xl\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xl\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xl\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xl\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xl\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xl\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xl\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xl\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xl\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xl\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xl\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xl\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xl\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xl\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xl\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xl\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xl\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xl\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xl\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xl\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xl\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xl\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xl\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xl\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xl\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xl\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xl\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xl\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xl\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xl\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xl\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xl\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xl\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xl\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xl\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xl\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xl\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xl\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xl\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xl\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xl\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xl\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xl\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xl\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .xl\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .xl\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .xl\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xl\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .xl\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .xl\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xl\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xl\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .xl\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .xl\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .xl\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .xl\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .xl\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .xl\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .xl\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .xl\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .xl\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .xl\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .xl\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .xl\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .xl\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .xl\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .xl\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .xl\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .xl\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .xl\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .xl\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .xl\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .xl\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xl\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xl\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xl\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xl\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xl\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xl\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xl\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xl\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xl\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xl\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xl\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xl\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xl\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xl\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xl\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xl\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xl\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xl\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xl\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xl\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xl\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xl\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xl\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xl\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xl\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xl\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xl\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xl\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xl\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xl\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xl\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xl\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xl\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xl\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xl\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xl\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xl\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xl\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xl\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xl\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xl\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xl\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xl\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xl\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xl\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xl\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xl\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xl\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xl\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xl\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xl\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xl\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xl\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xl\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xl\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xl\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xl\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xl\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xl\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xl\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xl\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xl\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xl\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xl\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xl\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xl\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xl\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xl\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xl\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xl\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xl\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xl\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xl\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xl\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xl\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xl\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xl\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xl\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xl\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xl\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xl\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xl\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xl\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xl\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xl\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xl\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xl\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xl\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xl\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xl\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xl\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xl\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xl\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xl\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xl\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xl\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xl\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xl\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xl\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xl\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xl\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xl\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xl\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xl\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xl\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xl\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xl\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xl\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xl\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xl\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xl\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xl\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xl\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xl\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xl\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xl\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xl\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xl\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xl\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xl\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xl\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xl\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xl\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xl\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xl\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xl\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xl\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xl\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xl\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xl\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xl\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xl\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xl\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xl\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xl\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xl\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xl\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xl\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xl\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xl\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xl\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xl\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xl\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xl\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xl\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xl\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xl\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xl\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xl\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xl\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .xl\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .xl\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .xl\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .xl\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .xl\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .xl\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .xl\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .xl\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .xl\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .xl\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .xl\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .xl\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .xl\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .xl\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .xl\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .xl\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .xl\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .xl\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .xl\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .xl\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .xl\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .xl\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .xl\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .xl\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .xl\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .xl\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .xl\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .xl\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .xl\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .xl\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .xl\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .xl\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .xl\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .xl\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .xl\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .xl\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .xl\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .xl\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .xl\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .xl\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .xl\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .xl\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .xl\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .xl\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .xl\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .xl\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .xl\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .xl\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .xl\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .xl\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .xl\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .xl\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .xl\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .xl\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .xl\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .xl\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .xl\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .xl\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .xl\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .xl\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .xl\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .xl\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .xl\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .xl\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .xl\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .xl\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .xl\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .xl\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .xl\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .xl\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .xl\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .xl\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .xl\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .xl\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .xl\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .xl\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .xl\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .xl\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .xl\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .xl\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .xl\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .xl\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .xl\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .xl\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .xl\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xl\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .xl\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .xl\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .xl\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .xl\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .xl\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .xl\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .xl\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .xl\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .xl\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .xl\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .xl\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .xl\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .xl\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .xl\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .xl\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .xl\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .xl\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .xl\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .xl\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .xl\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .xl\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .xl\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .xl\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .xl\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .xl\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .xl\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .xl\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .xl\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .xl\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .xl\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .xl\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .xl\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .xl\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .xl\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .xl\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .xl\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .xl\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .xl\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .xl\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .xl\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .xl\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .xl\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .xl\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .xl\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xl\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xl\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xl\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xl\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xl\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xl\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xl\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xl\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xl\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xl\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xl\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xl\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xl\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xl\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xl\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xl\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xl\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xl\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xl\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xl\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xl\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xl\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xl\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .xl\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xl\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xl\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xl\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xl\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xl\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xl\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xl\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xl\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xl\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xl\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xl\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xl\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xl\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xl\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xl\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xl\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xl\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xl\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xl\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xl\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xl\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xl\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xl\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xl\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xl\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xl\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xl\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xl\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xl\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xl\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xl\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xl\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xl\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xl\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xl\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xl\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xl\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xl\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xl\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xl\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xl\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xl\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xl\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xl\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xl\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xl\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .xl\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .xl\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .xl\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .xl\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .xl\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .xl\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .xl\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .xl\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .xl\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .xl\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .xl\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .xl\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .xl\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .xl\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .xl\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .xl\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .xl\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .xl\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .xl\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .xl\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .xl\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .xl\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .xl\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .xl\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .xl\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .xl\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .xl\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .xl\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .xl\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .xl\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .xl\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .xl\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .xl\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .xl\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .xl\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .xl\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .xl\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .xl\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .xl\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .xl\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .xl\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .xl\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .xl\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .xl\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xl\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xl\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xl\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xl\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xl\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xl\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xl\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xl\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xl\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xl\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xl\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xl\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xl\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xl\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xl\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xl\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xl\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xl\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xl\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xl\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xl\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xl\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xl\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xl\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xl\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xl\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xl\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xl\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xl\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xl\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xl\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xl\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xl\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xl\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xl\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xl\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xl\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xl\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xl\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xl\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xl\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xl\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xl\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xl\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xl\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xl\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xl\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xl\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xl\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xl\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xl\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xl\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xl\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xl\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xl\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xl\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xl\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xl\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .xl\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .xl\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .xl\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .xl\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .xl\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .xl\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .xl\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .xl\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .xl\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .xl\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .xl\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .xl\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .xl\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .xl\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .xl\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .xl\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .xl\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .xl\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .xl\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .xl\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .xl\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .xl\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .xl\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .xl\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .xl\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .xl\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .xl\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .xl\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .xl\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .xl\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .xl\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .xl\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .xl\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .xl\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .xl\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .xl\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .xl\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .xl\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .xl\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .xl\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .xl\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .xl\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .xl\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .xl\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .xl\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .xl\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .xl\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .xl\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .xl\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .xl\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .xl\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .xl\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .xl\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .xl\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .xl\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .xl\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-origin-border {
    background-origin: border-box;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xl\:bg-origin-content {
    background-origin: content-box;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 2px;
  }

  .xl\:p-1\.5 {
    padding: 6px;
  }

  .xl\:p-2\.5 {
    padding: 10px;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:first\:p-0:first-child {
    padding: 0px;
  }

  .xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:p-28:first-child {
    padding: 7rem;
  }

  .xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:p-36:first-child {
    padding: 9rem;
  }

  .xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:p-44:first-child {
    padding: 11rem;
  }

  .xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:p-52:first-child {
    padding: 13rem;
  }

  .xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:p-60:first-child {
    padding: 15rem;
  }

  .xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:p-72:first-child {
    padding: 18rem;
  }

  .xl\:first\:p-80:first-child {
    padding: 20rem;
  }

  .xl\:first\:p-96:first-child {
    padding: 24rem;
  }

  .xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .xl\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .xl\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .xl\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .xl\:last\:p-0:last-child {
    padding: 0px;
  }

  .xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:p-28:last-child {
    padding: 7rem;
  }

  .xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:p-36:last-child {
    padding: 9rem;
  }

  .xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:p-44:last-child {
    padding: 11rem;
  }

  .xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:p-52:last-child {
    padding: 13rem;
  }

  .xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:p-60:last-child {
    padding: 15rem;
  }

  .xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:p-72:last-child {
    padding: 18rem;
  }

  .xl\:last\:p-80:last-child {
    padding: 20rem;
  }

  .xl\:last\:p-96:last-child {
    padding: 24rem;
  }

  .xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .xl\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .xl\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .xl\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .xl\:focus\:p-0:focus {
    padding: 0px;
  }

  .xl\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xl\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xl\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .xl\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xl\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xl\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xl\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xl\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xl\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xl\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xl\:focus\:p-28:focus {
    padding: 7rem;
  }

  .xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xl\:focus\:p-36:focus {
    padding: 9rem;
  }

  .xl\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xl\:focus\:p-44:focus {
    padding: 11rem;
  }

  .xl\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xl\:focus\:p-52:focus {
    padding: 13rem;
  }

  .xl\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xl\:focus\:p-60:focus {
    padding: 15rem;
  }

  .xl\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xl\:focus\:p-72:focus {
    padding: 18rem;
  }

  .xl\:focus\:p-80:focus {
    padding: 20rem;
  }

  .xl\:focus\:p-96:focus {
    padding: 24rem;
  }

  .xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .xl\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .xl\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .xl\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .xl\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 2px;
  }

  .xl\:pt-1\.5 {
    padding-top: 6px;
  }

  .xl\:pt-2\.5 {
    padding-top: 10px;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pr-0\.5 {
    padding-right: 2px;
  }

  .xl\:pr-1\.5 {
    padding-right: 6px;
  }

  .xl\:pr-2\.5 {
    padding-right: 10px;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pl-0\.5 {
    padding-left: 2px;
  }

  .xl\:pl-1\.5 {
    padding-left: 6px;
  }

  .xl\:pl-2\.5 {
    padding-left: 10px;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .xl\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .xl\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .xl\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .xl\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .xl\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .xl\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .xl\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .xl\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .xl\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .xl\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .xl\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .xl\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .xl\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .xl\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .xl\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .xl\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .xl\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .xl\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .xl\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .xl\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .xl\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .xl\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .xl\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .xl\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .xl\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .xl\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .xl\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .xl\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .xl\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .xl\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .xl\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .xl\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .xl\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .xl\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .xl\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .xl\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .xl\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .xl\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .xl\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .xl\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .xl\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .xl\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xl\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xl\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xl\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xl\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xl\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xl\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .xl\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xl\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .xl\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xl\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .xl\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xl\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .xl\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xl\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xl\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xl\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .xl\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xl\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .xl\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xl\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .xl\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xl\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .xl\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xl\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .xl\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xl\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .xl\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .xl\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .xl\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xl\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .xl\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .xl\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .xl\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .xl\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .xl\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xl\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xl\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xl\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xl\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xl\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xl\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .xl\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xl\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .xl\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xl\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .xl\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xl\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .xl\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xl\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xl\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xl\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .xl\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xl\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .xl\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xl\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .xl\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xl\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .xl\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xl\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .xl\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xl\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .xl\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .xl\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .xl\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xl\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .xl\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .xl\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .xl\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .xl\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .xl\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xl\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xl\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .xl\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xl\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xl\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xl\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xl\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .xl\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xl\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .xl\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xl\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .xl\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xl\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .xl\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xl\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .xl\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xl\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .xl\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .xl\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .xl\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xl\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .xl\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .xl\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .xl\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .xl\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .xl\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xl\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xl\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .xl\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xl\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xl\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xl\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .xl\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xl\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .xl\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xl\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .xl\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xl\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .xl\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xl\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xl\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xl\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .xl\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xl\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .xl\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xl\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .xl\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xl\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .xl\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xl\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .xl\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xl\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .xl\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .xl\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .xl\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xl\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .xl\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .xl\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .xl\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xl\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xl\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-tiny {
    font-size: 0.625rem;
  }

  .xl\:text-micro {
    font-size: .5rem;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:leading-xs {
    line-height: 18px;
  }

  .xl\:leading-sm {
    line-height: 20px;
  }

  .xl\:leading-md {
    line-height: 24px;
  }

  .xl\:leading-lg {
    line-height: 28px;
  }

  .xl\:leading-xl {
    line-height: 32px;
  }

  .xl\:leading-2xl {
    line-height: 36px;
  }

  .xl\:leading-3xl {
    line-height: 38px;
  }

  .xl\:leading-4xl {
    line-height: 44px;
  }

  .xl\:leading-5xl {
    line-height: 60px;
  }

  .xl\:leading-6xl {
    line-height: 72px;
  }

  .xl\:leading-7xl {
    line-height: 90px;
  }

  .xl\:leading-8xl {
    line-height: 96px;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-current {
    color: currentColor;
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xl\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xl\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xl\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xl\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xl\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xl\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xl\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xl\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xl\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xl\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xl\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xl\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xl\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xl\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xl\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xl\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xl\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xl\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xl\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xl\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xl\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xl\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xl\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xl\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xl\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xl\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xl\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xl\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xl\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xl\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xl\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xl\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xl\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xl\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xl\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xl\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xl\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xl\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xl\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xl\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xl\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xl\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xl\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xl\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .xl\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .xl\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .xl\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .xl\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .xl\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .xl\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .xl\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .xl\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .xl\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .xl\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .xl\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .xl\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .xl\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .xl\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .xl\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .xl\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .xl\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .xl\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .xl\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .xl\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .xl\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xl\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xl\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xl\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xl\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xl\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xl\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xl\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xl\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xl\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xl\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xl\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xl\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xl\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xl\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xl\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xl\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xl\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xl\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xl\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xl\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xl\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xl\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xl\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xl\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xl\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xl\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xl\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xl\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xl\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xl\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xl\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xl\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xl\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xl\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xl\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xl\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .xl\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .xl\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .xl\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .xl\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .xl\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .xl\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .xl\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .xl\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .xl\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .xl\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .xl\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .xl\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .xl\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .xl\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .xl\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .xl\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .xl\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .xl\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .xl\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .xl\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .xl\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .xl\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .xl\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .xl\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xl\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xl\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .xl\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xl\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xl\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xl\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xl\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xl\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xl\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xl\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xl\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xl\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xl\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xl\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .xl\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xl\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xl\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xl\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xl\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xl\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xl\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xl\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xl\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xl\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xl\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xl\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xl\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xl\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xl\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xl\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xl\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xl\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xl\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xl\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xl\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xl\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xl\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .xl\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xl\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xl\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xl\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xl\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xl\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xl\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xl\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xl\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xl\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xl\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xl\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xl\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xl\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xl\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xl\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xl\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xl\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xl\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xl\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xl\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xl\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xl\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xl\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xl\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xl\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xl\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xl\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xl\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xl\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xl\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xl\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xl\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xl\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xl\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .xl\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xl\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xl\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xl\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xl\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xl\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xl\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xl\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xl\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xl\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xl\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .xl\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .xl\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .xl\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .xl\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .xl\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .xl\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .xl\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .xl\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .xl\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xl\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xl\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xl\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .xl\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xl\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xl\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xl\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .xl\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .xl\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .xl\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xl\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xl\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .xl\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .xl\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .xl\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .xl\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .xl\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .xl\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .xl\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .xl\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .xl\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .xl\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .xl\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .xl\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .xl\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .xl\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .xl\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .xl\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xl\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .xl\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .xl\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .xl\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .xl\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xl\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xl\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xl\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xl\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .xl\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xl\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xl\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xl\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xl\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xl\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xl\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xl\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xl\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xl\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xl\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xl\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xl\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xl\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xl\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xl\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xl\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xl\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xl\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xl\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xl\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xl\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xl\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xl\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xl\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xl\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xl\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xl\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xl\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xl\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xl\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xl\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xl\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xl\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xl\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xl\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xl\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xl\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xl\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xl\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xl\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xl\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xl\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xl\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xl\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xl\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xl\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .xl\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .xl\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .xl\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xl\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xl\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xl\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .xl\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xl\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xl\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xl\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .xl\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .xl\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xl\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xl\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .xl\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .xl\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .xl\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .xl\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .xl\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .xl\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .xl\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .xl\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .xl\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .xl\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .xl\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .xl\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .xl\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .xl\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .xl\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .xl\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xl\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .xl\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .xl\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .xl\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .xl\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xl\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xl\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xl\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xl\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xl\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xl\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xl\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xl\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .xl\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .xl\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .xl\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .xl\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .xl\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .xl\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .xl\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .xl\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .xl\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .xl\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .xl\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .xl\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .xl\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .xl\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .xl\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .xl\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .xl\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .xl\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .xl\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .xl\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .xl\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .xl\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .xl\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .xl\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .xl\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .xl\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .xl\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .xl\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .xl\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .xl\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .xl\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .xl\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .xl\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .xl\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .xl\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .xl\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .xl\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .xl\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .xl\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .xl\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .xl\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .xl\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .xl\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .xl\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .xl\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .xl\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .xl\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .xl\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .xl\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .xl\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .xl\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .xl\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .xl\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .xl\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .xl\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .xl\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .xl\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .xl\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .xl\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .xl\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .xl\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .xl\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .xl\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .xl\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .xl\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .xl\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .xl\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .xl\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .xl\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .xl\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .xl\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .xl\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .xl\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .xl\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .xl\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .xl\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .xl\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .xl\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .xl\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .xl\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .xl\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:blur-none {
    --tw-blur: blur(0);
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:blur {
    --tw-blur: blur(8px);
  }

  .xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:invert {
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}

@media print {
  .print\:container {
    width: 100%;
  }

  @media (min-width: 380px) {
    .print\:container {
      max-width: 380px;
    }
  }

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

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

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

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

  .print\:aspect-w-1,
.print\:aspect-w-2,
.print\:aspect-w-3,
.print\:aspect-w-4,
.print\:aspect-w-5,
.print\:aspect-w-6,
.print\:aspect-w-7,
.print\:aspect-w-8,
.print\:aspect-w-9,
.print\:aspect-w-10,
.print\:aspect-w-11,
.print\:aspect-w-12,
.print\:aspect-w-13,
.print\:aspect-w-14,
.print\:aspect-w-15,
.print\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .print\:aspect-w-1 > *,
.print\:aspect-w-2 > *,
.print\:aspect-w-3 > *,
.print\:aspect-w-4 > *,
.print\:aspect-w-5 > *,
.print\:aspect-w-6 > *,
.print\:aspect-w-7 > *,
.print\:aspect-w-8 > *,
.print\:aspect-w-9 > *,
.print\:aspect-w-10 > *,
.print\:aspect-w-11 > *,
.print\:aspect-w-12 > *,
.print\:aspect-w-13 > *,
.print\:aspect-w-14 > *,
.print\:aspect-w-15 > *,
.print\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .print\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .print\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .print\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .print\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .print\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .print\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .print\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .print\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .print\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .print\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .print\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .print\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .print\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .print\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .print\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .print\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .print\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .print\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .print\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .print\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .print\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .print\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .print\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .print\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .print\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .print\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .print\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .print\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .print\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .print\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .print\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .print\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .print\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

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

  .print\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .print\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .print\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .print\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .print\:pointer-events-none {
    pointer-events: none;
  }

  .print\:pointer-events-auto {
    pointer-events: auto;
  }

  .print\:visible {
    visibility: visible;
  }

  .print\:invisible {
    visibility: hidden;
  }

  .print\:static {
    position: static;
  }

  .print\:fixed {
    position: fixed;
  }

  .print\:absolute {
    position: absolute;
  }

  .print\:relative {
    position: relative;
  }

  .print\:sticky {
    position: sticky;
  }

  .print\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .print\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .print\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .print\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .print\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .print\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .print\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .print\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .print\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .print\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .print\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .print\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .print\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .print\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .print\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .print\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .print\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .print\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .print\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .print\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .print\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .print\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .print\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .print\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .print\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .print\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .print\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .print\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .print\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .print\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .print\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .print\:inset-0\.5 {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .print\:inset-1\.5 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .print\:inset-2\.5 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .print\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .print\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .print\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .print\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .print\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .print\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .print\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .print\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .print\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .print\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .print\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .print\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .print\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .print\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .print\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .print\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .print\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .print\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .print\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .print\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .print\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .print\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .print\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .print\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .print\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .print\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .print\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .print\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .print\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .print\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .print\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .print\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .print\:-inset-0\.5 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .print\:-inset-1\.5 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .print\:-inset-2\.5 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .print\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .print\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .print\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .print\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .print\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .print\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .print\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .print\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .print\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .print\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .print\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .print\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .print\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .print\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .print\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .print\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .print\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .print\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .print\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .print\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .print\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .print\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .print\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .print\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .print\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .print\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .print\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .print\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .print\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .print\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .print\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .print\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .print\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .print\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .print\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .print\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .print\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .print\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .print\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .print\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .print\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .print\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .print\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .print\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .print\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .print\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .print\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .print\:inset-x-0\.5 {
    left: 2px;
    right: 2px;
  }

  .print\:inset-x-1\.5 {
    left: 6px;
    right: 6px;
  }

  .print\:inset-x-2\.5 {
    left: 10px;
    right: 10px;
  }

  .print\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .print\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .print\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .print\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .print\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .print\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .print\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .print\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .print\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .print\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .print\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .print\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .print\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .print\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .print\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .print\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .print\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .print\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .print\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .print\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .print\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .print\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .print\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .print\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .print\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .print\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .print\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .print\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .print\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .print\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .print\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .print\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .print\:-inset-x-0\.5 {
    left: -2px;
    right: -2px;
  }

  .print\:-inset-x-1\.5 {
    left: -6px;
    right: -6px;
  }

  .print\:-inset-x-2\.5 {
    left: -10px;
    right: -10px;
  }

  .print\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .print\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .print\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .print\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .print\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .print\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .print\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .print\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .print\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .print\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .print\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .print\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .print\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .print\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .print\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .print\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .print\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .print\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .print\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .print\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .print\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .print\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .print\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .print\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .print\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .print\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .print\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .print\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .print\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .print\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .print\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .print\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .print\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .print\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .print\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .print\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .print\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .print\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .print\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .print\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .print\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .print\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .print\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .print\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .print\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .print\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .print\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .print\:inset-y-0\.5 {
    top: 2px;
    bottom: 2px;
  }

  .print\:inset-y-1\.5 {
    top: 6px;
    bottom: 6px;
  }

  .print\:inset-y-2\.5 {
    top: 10px;
    bottom: 10px;
  }

  .print\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .print\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .print\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .print\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .print\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .print\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .print\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .print\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .print\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .print\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .print\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .print\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .print\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .print\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .print\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .print\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .print\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .print\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .print\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .print\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .print\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .print\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .print\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .print\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .print\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .print\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .print\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .print\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .print\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .print\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .print\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .print\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .print\:-inset-y-0\.5 {
    top: -2px;
    bottom: -2px;
  }

  .print\:-inset-y-1\.5 {
    top: -6px;
    bottom: -6px;
  }

  .print\:-inset-y-2\.5 {
    top: -10px;
    bottom: -10px;
  }

  .print\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .print\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .print\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .print\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .print\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .print\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .print\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .print\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .print\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .print\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .print\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .print\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .print\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .print\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .print\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .print\:top-0 {
    top: 0px;
  }

  .print\:top-1 {
    top: 0.25rem;
  }

  .print\:top-2 {
    top: 0.5rem;
  }

  .print\:top-3 {
    top: 0.75rem;
  }

  .print\:top-4 {
    top: 1rem;
  }

  .print\:top-5 {
    top: 1.25rem;
  }

  .print\:top-6 {
    top: 1.5rem;
  }

  .print\:top-7 {
    top: 1.75rem;
  }

  .print\:top-8 {
    top: 2rem;
  }

  .print\:top-9 {
    top: 2.25rem;
  }

  .print\:top-10 {
    top: 2.5rem;
  }

  .print\:top-11 {
    top: 2.75rem;
  }

  .print\:top-12 {
    top: 3rem;
  }

  .print\:top-14 {
    top: 3.5rem;
  }

  .print\:top-16 {
    top: 4rem;
  }

  .print\:top-20 {
    top: 5rem;
  }

  .print\:top-24 {
    top: 6rem;
  }

  .print\:top-28 {
    top: 7rem;
  }

  .print\:top-32 {
    top: 8rem;
  }

  .print\:top-36 {
    top: 9rem;
  }

  .print\:top-40 {
    top: 10rem;
  }

  .print\:top-44 {
    top: 11rem;
  }

  .print\:top-48 {
    top: 12rem;
  }

  .print\:top-52 {
    top: 13rem;
  }

  .print\:top-56 {
    top: 14rem;
  }

  .print\:top-60 {
    top: 15rem;
  }

  .print\:top-64 {
    top: 16rem;
  }

  .print\:top-72 {
    top: 18rem;
  }

  .print\:top-80 {
    top: 20rem;
  }

  .print\:top-96 {
    top: 24rem;
  }

  .print\:top-auto {
    top: auto;
  }

  .print\:top-px {
    top: 1px;
  }

  .print\:top-0\.5 {
    top: 2px;
  }

  .print\:top-1\.5 {
    top: 6px;
  }

  .print\:top-2\.5 {
    top: 10px;
  }

  .print\:top-3\.5 {
    top: 0.875rem;
  }

  .print\:-top-0 {
    top: 0px;
  }

  .print\:-top-1 {
    top: -0.25rem;
  }

  .print\:-top-2 {
    top: -0.5rem;
  }

  .print\:-top-3 {
    top: -0.75rem;
  }

  .print\:-top-4 {
    top: -1rem;
  }

  .print\:-top-5 {
    top: -1.25rem;
  }

  .print\:-top-6 {
    top: -1.5rem;
  }

  .print\:-top-7 {
    top: -1.75rem;
  }

  .print\:-top-8 {
    top: -2rem;
  }

  .print\:-top-9 {
    top: -2.25rem;
  }

  .print\:-top-10 {
    top: -2.5rem;
  }

  .print\:-top-11 {
    top: -2.75rem;
  }

  .print\:-top-12 {
    top: -3rem;
  }

  .print\:-top-14 {
    top: -3.5rem;
  }

  .print\:-top-16 {
    top: -4rem;
  }

  .print\:-top-20 {
    top: -5rem;
  }

  .print\:-top-24 {
    top: -6rem;
  }

  .print\:-top-28 {
    top: -7rem;
  }

  .print\:-top-32 {
    top: -8rem;
  }

  .print\:-top-36 {
    top: -9rem;
  }

  .print\:-top-40 {
    top: -10rem;
  }

  .print\:-top-44 {
    top: -11rem;
  }

  .print\:-top-48 {
    top: -12rem;
  }

  .print\:-top-52 {
    top: -13rem;
  }

  .print\:-top-56 {
    top: -14rem;
  }

  .print\:-top-60 {
    top: -15rem;
  }

  .print\:-top-64 {
    top: -16rem;
  }

  .print\:-top-72 {
    top: -18rem;
  }

  .print\:-top-80 {
    top: -20rem;
  }

  .print\:-top-96 {
    top: -24rem;
  }

  .print\:-top-px {
    top: -1px;
  }

  .print\:-top-0\.5 {
    top: -2px;
  }

  .print\:-top-1\.5 {
    top: -6px;
  }

  .print\:-top-2\.5 {
    top: -10px;
  }

  .print\:-top-3\.5 {
    top: -0.875rem;
  }

  .print\:top-1\/2 {
    top: 50%;
  }

  .print\:top-1\/3 {
    top: 33.333333%;
  }

  .print\:top-2\/3 {
    top: 66.666667%;
  }

  .print\:top-1\/4 {
    top: 25%;
  }

  .print\:top-2\/4 {
    top: 50%;
  }

  .print\:top-3\/4 {
    top: 75%;
  }

  .print\:top-full {
    top: 100%;
  }

  .print\:-top-1\/2 {
    top: -50%;
  }

  .print\:-top-1\/3 {
    top: -33.333333%;
  }

  .print\:-top-2\/3 {
    top: -66.666667%;
  }

  .print\:-top-1\/4 {
    top: -25%;
  }

  .print\:-top-2\/4 {
    top: -50%;
  }

  .print\:-top-3\/4 {
    top: -75%;
  }

  .print\:-top-full {
    top: -100%;
  }

  .print\:right-0 {
    right: 0px;
  }

  .print\:right-1 {
    right: 0.25rem;
  }

  .print\:right-2 {
    right: 0.5rem;
  }

  .print\:right-3 {
    right: 0.75rem;
  }

  .print\:right-4 {
    right: 1rem;
  }

  .print\:right-5 {
    right: 1.25rem;
  }

  .print\:right-6 {
    right: 1.5rem;
  }

  .print\:right-7 {
    right: 1.75rem;
  }

  .print\:right-8 {
    right: 2rem;
  }

  .print\:right-9 {
    right: 2.25rem;
  }

  .print\:right-10 {
    right: 2.5rem;
  }

  .print\:right-11 {
    right: 2.75rem;
  }

  .print\:right-12 {
    right: 3rem;
  }

  .print\:right-14 {
    right: 3.5rem;
  }

  .print\:right-16 {
    right: 4rem;
  }

  .print\:right-20 {
    right: 5rem;
  }

  .print\:right-24 {
    right: 6rem;
  }

  .print\:right-28 {
    right: 7rem;
  }

  .print\:right-32 {
    right: 8rem;
  }

  .print\:right-36 {
    right: 9rem;
  }

  .print\:right-40 {
    right: 10rem;
  }

  .print\:right-44 {
    right: 11rem;
  }

  .print\:right-48 {
    right: 12rem;
  }

  .print\:right-52 {
    right: 13rem;
  }

  .print\:right-56 {
    right: 14rem;
  }

  .print\:right-60 {
    right: 15rem;
  }

  .print\:right-64 {
    right: 16rem;
  }

  .print\:right-72 {
    right: 18rem;
  }

  .print\:right-80 {
    right: 20rem;
  }

  .print\:right-96 {
    right: 24rem;
  }

  .print\:right-auto {
    right: auto;
  }

  .print\:right-px {
    right: 1px;
  }

  .print\:right-0\.5 {
    right: 2px;
  }

  .print\:right-1\.5 {
    right: 6px;
  }

  .print\:right-2\.5 {
    right: 10px;
  }

  .print\:right-3\.5 {
    right: 0.875rem;
  }

  .print\:-right-0 {
    right: 0px;
  }

  .print\:-right-1 {
    right: -0.25rem;
  }

  .print\:-right-2 {
    right: -0.5rem;
  }

  .print\:-right-3 {
    right: -0.75rem;
  }

  .print\:-right-4 {
    right: -1rem;
  }

  .print\:-right-5 {
    right: -1.25rem;
  }

  .print\:-right-6 {
    right: -1.5rem;
  }

  .print\:-right-7 {
    right: -1.75rem;
  }

  .print\:-right-8 {
    right: -2rem;
  }

  .print\:-right-9 {
    right: -2.25rem;
  }

  .print\:-right-10 {
    right: -2.5rem;
  }

  .print\:-right-11 {
    right: -2.75rem;
  }

  .print\:-right-12 {
    right: -3rem;
  }

  .print\:-right-14 {
    right: -3.5rem;
  }

  .print\:-right-16 {
    right: -4rem;
  }

  .print\:-right-20 {
    right: -5rem;
  }

  .print\:-right-24 {
    right: -6rem;
  }

  .print\:-right-28 {
    right: -7rem;
  }

  .print\:-right-32 {
    right: -8rem;
  }

  .print\:-right-36 {
    right: -9rem;
  }

  .print\:-right-40 {
    right: -10rem;
  }

  .print\:-right-44 {
    right: -11rem;
  }

  .print\:-right-48 {
    right: -12rem;
  }

  .print\:-right-52 {
    right: -13rem;
  }

  .print\:-right-56 {
    right: -14rem;
  }

  .print\:-right-60 {
    right: -15rem;
  }

  .print\:-right-64 {
    right: -16rem;
  }

  .print\:-right-72 {
    right: -18rem;
  }

  .print\:-right-80 {
    right: -20rem;
  }

  .print\:-right-96 {
    right: -24rem;
  }

  .print\:-right-px {
    right: -1px;
  }

  .print\:-right-0\.5 {
    right: -2px;
  }

  .print\:-right-1\.5 {
    right: -6px;
  }

  .print\:-right-2\.5 {
    right: -10px;
  }

  .print\:-right-3\.5 {
    right: -0.875rem;
  }

  .print\:right-1\/2 {
    right: 50%;
  }

  .print\:right-1\/3 {
    right: 33.333333%;
  }

  .print\:right-2\/3 {
    right: 66.666667%;
  }

  .print\:right-1\/4 {
    right: 25%;
  }

  .print\:right-2\/4 {
    right: 50%;
  }

  .print\:right-3\/4 {
    right: 75%;
  }

  .print\:right-full {
    right: 100%;
  }

  .print\:-right-1\/2 {
    right: -50%;
  }

  .print\:-right-1\/3 {
    right: -33.333333%;
  }

  .print\:-right-2\/3 {
    right: -66.666667%;
  }

  .print\:-right-1\/4 {
    right: -25%;
  }

  .print\:-right-2\/4 {
    right: -50%;
  }

  .print\:-right-3\/4 {
    right: -75%;
  }

  .print\:-right-full {
    right: -100%;
  }

  .print\:bottom-0 {
    bottom: 0px;
  }

  .print\:bottom-1 {
    bottom: 0.25rem;
  }

  .print\:bottom-2 {
    bottom: 0.5rem;
  }

  .print\:bottom-3 {
    bottom: 0.75rem;
  }

  .print\:bottom-4 {
    bottom: 1rem;
  }

  .print\:bottom-5 {
    bottom: 1.25rem;
  }

  .print\:bottom-6 {
    bottom: 1.5rem;
  }

  .print\:bottom-7 {
    bottom: 1.75rem;
  }

  .print\:bottom-8 {
    bottom: 2rem;
  }

  .print\:bottom-9 {
    bottom: 2.25rem;
  }

  .print\:bottom-10 {
    bottom: 2.5rem;
  }

  .print\:bottom-11 {
    bottom: 2.75rem;
  }

  .print\:bottom-12 {
    bottom: 3rem;
  }

  .print\:bottom-14 {
    bottom: 3.5rem;
  }

  .print\:bottom-16 {
    bottom: 4rem;
  }

  .print\:bottom-20 {
    bottom: 5rem;
  }

  .print\:bottom-24 {
    bottom: 6rem;
  }

  .print\:bottom-28 {
    bottom: 7rem;
  }

  .print\:bottom-32 {
    bottom: 8rem;
  }

  .print\:bottom-36 {
    bottom: 9rem;
  }

  .print\:bottom-40 {
    bottom: 10rem;
  }

  .print\:bottom-44 {
    bottom: 11rem;
  }

  .print\:bottom-48 {
    bottom: 12rem;
  }

  .print\:bottom-52 {
    bottom: 13rem;
  }

  .print\:bottom-56 {
    bottom: 14rem;
  }

  .print\:bottom-60 {
    bottom: 15rem;
  }

  .print\:bottom-64 {
    bottom: 16rem;
  }

  .print\:bottom-72 {
    bottom: 18rem;
  }

  .print\:bottom-80 {
    bottom: 20rem;
  }

  .print\:bottom-96 {
    bottom: 24rem;
  }

  .print\:bottom-auto {
    bottom: auto;
  }

  .print\:bottom-px {
    bottom: 1px;
  }

  .print\:bottom-0\.5 {
    bottom: 2px;
  }

  .print\:bottom-1\.5 {
    bottom: 6px;
  }

  .print\:bottom-2\.5 {
    bottom: 10px;
  }

  .print\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .print\:-bottom-0 {
    bottom: 0px;
  }

  .print\:-bottom-1 {
    bottom: -0.25rem;
  }

  .print\:-bottom-2 {
    bottom: -0.5rem;
  }

  .print\:-bottom-3 {
    bottom: -0.75rem;
  }

  .print\:-bottom-4 {
    bottom: -1rem;
  }

  .print\:-bottom-5 {
    bottom: -1.25rem;
  }

  .print\:-bottom-6 {
    bottom: -1.5rem;
  }

  .print\:-bottom-7 {
    bottom: -1.75rem;
  }

  .print\:-bottom-8 {
    bottom: -2rem;
  }

  .print\:-bottom-9 {
    bottom: -2.25rem;
  }

  .print\:-bottom-10 {
    bottom: -2.5rem;
  }

  .print\:-bottom-11 {
    bottom: -2.75rem;
  }

  .print\:-bottom-12 {
    bottom: -3rem;
  }

  .print\:-bottom-14 {
    bottom: -3.5rem;
  }

  .print\:-bottom-16 {
    bottom: -4rem;
  }

  .print\:-bottom-20 {
    bottom: -5rem;
  }

  .print\:-bottom-24 {
    bottom: -6rem;
  }

  .print\:-bottom-28 {
    bottom: -7rem;
  }

  .print\:-bottom-32 {
    bottom: -8rem;
  }

  .print\:-bottom-36 {
    bottom: -9rem;
  }

  .print\:-bottom-40 {
    bottom: -10rem;
  }

  .print\:-bottom-44 {
    bottom: -11rem;
  }

  .print\:-bottom-48 {
    bottom: -12rem;
  }

  .print\:-bottom-52 {
    bottom: -13rem;
  }

  .print\:-bottom-56 {
    bottom: -14rem;
  }

  .print\:-bottom-60 {
    bottom: -15rem;
  }

  .print\:-bottom-64 {
    bottom: -16rem;
  }

  .print\:-bottom-72 {
    bottom: -18rem;
  }

  .print\:-bottom-80 {
    bottom: -20rem;
  }

  .print\:-bottom-96 {
    bottom: -24rem;
  }

  .print\:-bottom-px {
    bottom: -1px;
  }

  .print\:-bottom-0\.5 {
    bottom: -2px;
  }

  .print\:-bottom-1\.5 {
    bottom: -6px;
  }

  .print\:-bottom-2\.5 {
    bottom: -10px;
  }

  .print\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .print\:bottom-1\/2 {
    bottom: 50%;
  }

  .print\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .print\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .print\:bottom-1\/4 {
    bottom: 25%;
  }

  .print\:bottom-2\/4 {
    bottom: 50%;
  }

  .print\:bottom-3\/4 {
    bottom: 75%;
  }

  .print\:bottom-full {
    bottom: 100%;
  }

  .print\:-bottom-1\/2 {
    bottom: -50%;
  }

  .print\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .print\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .print\:-bottom-1\/4 {
    bottom: -25%;
  }

  .print\:-bottom-2\/4 {
    bottom: -50%;
  }

  .print\:-bottom-3\/4 {
    bottom: -75%;
  }

  .print\:-bottom-full {
    bottom: -100%;
  }

  .print\:left-0 {
    left: 0px;
  }

  .print\:left-1 {
    left: 0.25rem;
  }

  .print\:left-2 {
    left: 0.5rem;
  }

  .print\:left-3 {
    left: 0.75rem;
  }

  .print\:left-4 {
    left: 1rem;
  }

  .print\:left-5 {
    left: 1.25rem;
  }

  .print\:left-6 {
    left: 1.5rem;
  }

  .print\:left-7 {
    left: 1.75rem;
  }

  .print\:left-8 {
    left: 2rem;
  }

  .print\:left-9 {
    left: 2.25rem;
  }

  .print\:left-10 {
    left: 2.5rem;
  }

  .print\:left-11 {
    left: 2.75rem;
  }

  .print\:left-12 {
    left: 3rem;
  }

  .print\:left-14 {
    left: 3.5rem;
  }

  .print\:left-16 {
    left: 4rem;
  }

  .print\:left-20 {
    left: 5rem;
  }

  .print\:left-24 {
    left: 6rem;
  }

  .print\:left-28 {
    left: 7rem;
  }

  .print\:left-32 {
    left: 8rem;
  }

  .print\:left-36 {
    left: 9rem;
  }

  .print\:left-40 {
    left: 10rem;
  }

  .print\:left-44 {
    left: 11rem;
  }

  .print\:left-48 {
    left: 12rem;
  }

  .print\:left-52 {
    left: 13rem;
  }

  .print\:left-56 {
    left: 14rem;
  }

  .print\:left-60 {
    left: 15rem;
  }

  .print\:left-64 {
    left: 16rem;
  }

  .print\:left-72 {
    left: 18rem;
  }

  .print\:left-80 {
    left: 20rem;
  }

  .print\:left-96 {
    left: 24rem;
  }

  .print\:left-auto {
    left: auto;
  }

  .print\:left-px {
    left: 1px;
  }

  .print\:left-0\.5 {
    left: 2px;
  }

  .print\:left-1\.5 {
    left: 6px;
  }

  .print\:left-2\.5 {
    left: 10px;
  }

  .print\:left-3\.5 {
    left: 0.875rem;
  }

  .print\:-left-0 {
    left: 0px;
  }

  .print\:-left-1 {
    left: -0.25rem;
  }

  .print\:-left-2 {
    left: -0.5rem;
  }

  .print\:-left-3 {
    left: -0.75rem;
  }

  .print\:-left-4 {
    left: -1rem;
  }

  .print\:-left-5 {
    left: -1.25rem;
  }

  .print\:-left-6 {
    left: -1.5rem;
  }

  .print\:-left-7 {
    left: -1.75rem;
  }

  .print\:-left-8 {
    left: -2rem;
  }

  .print\:-left-9 {
    left: -2.25rem;
  }

  .print\:-left-10 {
    left: -2.5rem;
  }

  .print\:-left-11 {
    left: -2.75rem;
  }

  .print\:-left-12 {
    left: -3rem;
  }

  .print\:-left-14 {
    left: -3.5rem;
  }

  .print\:-left-16 {
    left: -4rem;
  }

  .print\:-left-20 {
    left: -5rem;
  }

  .print\:-left-24 {
    left: -6rem;
  }

  .print\:-left-28 {
    left: -7rem;
  }

  .print\:-left-32 {
    left: -8rem;
  }

  .print\:-left-36 {
    left: -9rem;
  }

  .print\:-left-40 {
    left: -10rem;
  }

  .print\:-left-44 {
    left: -11rem;
  }

  .print\:-left-48 {
    left: -12rem;
  }

  .print\:-left-52 {
    left: -13rem;
  }

  .print\:-left-56 {
    left: -14rem;
  }

  .print\:-left-60 {
    left: -15rem;
  }

  .print\:-left-64 {
    left: -16rem;
  }

  .print\:-left-72 {
    left: -18rem;
  }

  .print\:-left-80 {
    left: -20rem;
  }

  .print\:-left-96 {
    left: -24rem;
  }

  .print\:-left-px {
    left: -1px;
  }

  .print\:-left-0\.5 {
    left: -2px;
  }

  .print\:-left-1\.5 {
    left: -6px;
  }

  .print\:-left-2\.5 {
    left: -10px;
  }

  .print\:-left-3\.5 {
    left: -0.875rem;
  }

  .print\:left-1\/2 {
    left: 50%;
  }

  .print\:left-1\/3 {
    left: 33.333333%;
  }

  .print\:left-2\/3 {
    left: 66.666667%;
  }

  .print\:left-1\/4 {
    left: 25%;
  }

  .print\:left-2\/4 {
    left: 50%;
  }

  .print\:left-3\/4 {
    left: 75%;
  }

  .print\:left-full {
    left: 100%;
  }

  .print\:-left-1\/2 {
    left: -50%;
  }

  .print\:-left-1\/3 {
    left: -33.333333%;
  }

  .print\:-left-2\/3 {
    left: -66.666667%;
  }

  .print\:-left-1\/4 {
    left: -25%;
  }

  .print\:-left-2\/4 {
    left: -50%;
  }

  .print\:-left-3\/4 {
    left: -75%;
  }

  .print\:-left-full {
    left: -100%;
  }

  .print\:isolate {
    isolation: isolate;
  }

  .print\:isolation-auto {
    isolation: auto;
  }

  .print\:z-0 {
    z-index: 0;
  }

  .print\:z-1 {
    z-index: 1;
  }

  .print\:z-5 {
    z-index: 5;
  }

  .print\:z-10 {
    z-index: 10;
  }

  .print\:z-20 {
    z-index: 20;
  }

  .print\:z-30 {
    z-index: 30;
  }

  .print\:z-40 {
    z-index: 40;
  }

  .print\:z-50 {
    z-index: 50;
  }

  .print\:z-auto {
    z-index: auto;
  }

  .print\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .print\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .print\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .print\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .print\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .print\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .print\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .print\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .print\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .print\:focus\:z-0:focus {
    z-index: 0;
  }

  .print\:focus\:z-1:focus {
    z-index: 1;
  }

  .print\:focus\:z-5:focus {
    z-index: 5;
  }

  .print\:focus\:z-10:focus {
    z-index: 10;
  }

  .print\:focus\:z-20:focus {
    z-index: 20;
  }

  .print\:focus\:z-30:focus {
    z-index: 30;
  }

  .print\:focus\:z-40:focus {
    z-index: 40;
  }

  .print\:focus\:z-50:focus {
    z-index: 50;
  }

  .print\:focus\:z-auto:focus {
    z-index: auto;
  }

  .print\:order-1 {
    order: 1;
  }

  .print\:order-2 {
    order: 2;
  }

  .print\:order-3 {
    order: 3;
  }

  .print\:order-4 {
    order: 4;
  }

  .print\:order-5 {
    order: 5;
  }

  .print\:order-6 {
    order: 6;
  }

  .print\:order-7 {
    order: 7;
  }

  .print\:order-8 {
    order: 8;
  }

  .print\:order-9 {
    order: 9;
  }

  .print\:order-10 {
    order: 10;
  }

  .print\:order-11 {
    order: 11;
  }

  .print\:order-12 {
    order: 12;
  }

  .print\:order-first {
    order: -9999;
  }

  .print\:order-last {
    order: 9999;
  }

  .print\:order-none {
    order: 0;
  }

  .print\:col-auto {
    grid-column: auto;
  }

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

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

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

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

  .print\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .print\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .print\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .print\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .print\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .print\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .print\:col-span-full {
    grid-column: 1 / -1;
  }

  .print\:col-start-1 {
    grid-column-start: 1;
  }

  .print\:col-start-2 {
    grid-column-start: 2;
  }

  .print\:col-start-3 {
    grid-column-start: 3;
  }

  .print\:col-start-4 {
    grid-column-start: 4;
  }

  .print\:col-start-5 {
    grid-column-start: 5;
  }

  .print\:col-start-6 {
    grid-column-start: 6;
  }

  .print\:col-start-7 {
    grid-column-start: 7;
  }

  .print\:col-start-8 {
    grid-column-start: 8;
  }

  .print\:col-start-9 {
    grid-column-start: 9;
  }

  .print\:col-start-10 {
    grid-column-start: 10;
  }

  .print\:col-start-11 {
    grid-column-start: 11;
  }

  .print\:col-start-12 {
    grid-column-start: 12;
  }

  .print\:col-start-13 {
    grid-column-start: 13;
  }

  .print\:col-start-auto {
    grid-column-start: auto;
  }

  .print\:col-end-1 {
    grid-column-end: 1;
  }

  .print\:col-end-2 {
    grid-column-end: 2;
  }

  .print\:col-end-3 {
    grid-column-end: 3;
  }

  .print\:col-end-4 {
    grid-column-end: 4;
  }

  .print\:col-end-5 {
    grid-column-end: 5;
  }

  .print\:col-end-6 {
    grid-column-end: 6;
  }

  .print\:col-end-7 {
    grid-column-end: 7;
  }

  .print\:col-end-8 {
    grid-column-end: 8;
  }

  .print\:col-end-9 {
    grid-column-end: 9;
  }

  .print\:col-end-10 {
    grid-column-end: 10;
  }

  .print\:col-end-11 {
    grid-column-end: 11;
  }

  .print\:col-end-12 {
    grid-column-end: 12;
  }

  .print\:col-end-13 {
    grid-column-end: 13;
  }

  .print\:col-end-auto {
    grid-column-end: auto;
  }

  .print\:row-auto {
    grid-row: auto;
  }

  .print\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .print\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .print\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .print\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .print\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .print\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .print\:row-span-full {
    grid-row: 1 / -1;
  }

  .print\:row-start-1 {
    grid-row-start: 1;
  }

  .print\:row-start-2 {
    grid-row-start: 2;
  }

  .print\:row-start-3 {
    grid-row-start: 3;
  }

  .print\:row-start-4 {
    grid-row-start: 4;
  }

  .print\:row-start-5 {
    grid-row-start: 5;
  }

  .print\:row-start-6 {
    grid-row-start: 6;
  }

  .print\:row-start-7 {
    grid-row-start: 7;
  }

  .print\:row-start-auto {
    grid-row-start: auto;
  }

  .print\:row-end-1 {
    grid-row-end: 1;
  }

  .print\:row-end-2 {
    grid-row-end: 2;
  }

  .print\:row-end-3 {
    grid-row-end: 3;
  }

  .print\:row-end-4 {
    grid-row-end: 4;
  }

  .print\:row-end-5 {
    grid-row-end: 5;
  }

  .print\:row-end-6 {
    grid-row-end: 6;
  }

  .print\:row-end-7 {
    grid-row-end: 7;
  }

  .print\:row-end-auto {
    grid-row-end: auto;
  }

  .print\:float-right {
    float: right;
  }

  .print\:float-left {
    float: left;
  }

  .print\:float-none {
    float: none;
  }

  .print\:clear-left {
    clear: left;
  }

  .print\:clear-right {
    clear: right;
  }

  .print\:clear-both {
    clear: both;
  }

  .print\:clear-none {
    clear: none;
  }

  .print\:m-0 {
    margin: 0px;
  }

  .print\:m-1 {
    margin: 0.25rem;
  }

  .print\:m-2 {
    margin: 0.5rem;
  }

  .print\:m-3 {
    margin: 0.75rem;
  }

  .print\:m-4 {
    margin: 1rem;
  }

  .print\:m-5 {
    margin: 1.25rem;
  }

  .print\:m-6 {
    margin: 1.5rem;
  }

  .print\:m-7 {
    margin: 1.75rem;
  }

  .print\:m-8 {
    margin: 2rem;
  }

  .print\:m-9 {
    margin: 2.25rem;
  }

  .print\:m-10 {
    margin: 2.5rem;
  }

  .print\:m-11 {
    margin: 2.75rem;
  }

  .print\:m-12 {
    margin: 3rem;
  }

  .print\:m-14 {
    margin: 3.5rem;
  }

  .print\:m-16 {
    margin: 4rem;
  }

  .print\:m-20 {
    margin: 5rem;
  }

  .print\:m-24 {
    margin: 6rem;
  }

  .print\:m-28 {
    margin: 7rem;
  }

  .print\:m-32 {
    margin: 8rem;
  }

  .print\:m-36 {
    margin: 9rem;
  }

  .print\:m-40 {
    margin: 10rem;
  }

  .print\:m-44 {
    margin: 11rem;
  }

  .print\:m-48 {
    margin: 12rem;
  }

  .print\:m-52 {
    margin: 13rem;
  }

  .print\:m-56 {
    margin: 14rem;
  }

  .print\:m-60 {
    margin: 15rem;
  }

  .print\:m-64 {
    margin: 16rem;
  }

  .print\:m-72 {
    margin: 18rem;
  }

  .print\:m-80 {
    margin: 20rem;
  }

  .print\:m-96 {
    margin: 24rem;
  }

  .print\:m-auto {
    margin: auto;
  }

  .print\:m-px {
    margin: 1px;
  }

  .print\:m-0\.5 {
    margin: 2px;
  }

  .print\:m-1\.5 {
    margin: 6px;
  }

  .print\:m-2\.5 {
    margin: 10px;
  }

  .print\:m-3\.5 {
    margin: 0.875rem;
  }

  .print\:-m-0 {
    margin: 0px;
  }

  .print\:-m-1 {
    margin: -0.25rem;
  }

  .print\:-m-2 {
    margin: -0.5rem;
  }

  .print\:-m-3 {
    margin: -0.75rem;
  }

  .print\:-m-4 {
    margin: -1rem;
  }

  .print\:-m-5 {
    margin: -1.25rem;
  }

  .print\:-m-6 {
    margin: -1.5rem;
  }

  .print\:-m-7 {
    margin: -1.75rem;
  }

  .print\:-m-8 {
    margin: -2rem;
  }

  .print\:-m-9 {
    margin: -2.25rem;
  }

  .print\:-m-10 {
    margin: -2.5rem;
  }

  .print\:-m-11 {
    margin: -2.75rem;
  }

  .print\:-m-12 {
    margin: -3rem;
  }

  .print\:-m-14 {
    margin: -3.5rem;
  }

  .print\:-m-16 {
    margin: -4rem;
  }

  .print\:-m-20 {
    margin: -5rem;
  }

  .print\:-m-24 {
    margin: -6rem;
  }

  .print\:-m-28 {
    margin: -7rem;
  }

  .print\:-m-32 {
    margin: -8rem;
  }

  .print\:-m-36 {
    margin: -9rem;
  }

  .print\:-m-40 {
    margin: -10rem;
  }

  .print\:-m-44 {
    margin: -11rem;
  }

  .print\:-m-48 {
    margin: -12rem;
  }

  .print\:-m-52 {
    margin: -13rem;
  }

  .print\:-m-56 {
    margin: -14rem;
  }

  .print\:-m-60 {
    margin: -15rem;
  }

  .print\:-m-64 {
    margin: -16rem;
  }

  .print\:-m-72 {
    margin: -18rem;
  }

  .print\:-m-80 {
    margin: -20rem;
  }

  .print\:-m-96 {
    margin: -24rem;
  }

  .print\:-m-px {
    margin: -1px;
  }

  .print\:-m-0\.5 {
    margin: -2px;
  }

  .print\:-m-1\.5 {
    margin: -6px;
  }

  .print\:-m-2\.5 {
    margin: -10px;
  }

  .print\:-m-3\.5 {
    margin: -0.875rem;
  }

  .print\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .print\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .print\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .print\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .print\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .print\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .print\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .print\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .print\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .print\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .print\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .print\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .print\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .print\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .print\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .print\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .print\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .print\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .print\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .print\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .print\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .print\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .print\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .print\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .print\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .print\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .print\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .print\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .print\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .print\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .print\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .print\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .print\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .print\:mx-1\.5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .print\:mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .print\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .print\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .print\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .print\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .print\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .print\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .print\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .print\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .print\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .print\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .print\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .print\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .print\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .print\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .print\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .print\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .print\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .print\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .print\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .print\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .print\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .print\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .print\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .print\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .print\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .print\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .print\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .print\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .print\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .print\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .print\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .print\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .print\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .print\:-mx-1\.5 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .print\:-mx-2\.5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .print\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .print\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .print\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .print\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .print\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .print\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .print\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .print\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .print\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .print\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .print\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .print\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .print\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .print\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .print\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .print\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .print\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .print\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .print\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .print\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .print\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .print\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .print\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .print\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .print\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .print\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .print\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .print\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .print\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .print\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .print\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .print\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .print\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .print\:my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .print\:my-1\.5 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .print\:my-2\.5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .print\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .print\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .print\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .print\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .print\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .print\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .print\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .print\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .print\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .print\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .print\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .print\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .print\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .print\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .print\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .print\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .print\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .print\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .print\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .print\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .print\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .print\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .print\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .print\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .print\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .print\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .print\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .print\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .print\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .print\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .print\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .print\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .print\:-my-0\.5 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .print\:-my-1\.5 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .print\:-my-2\.5 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .print\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .print\:mt-0 {
    margin-top: 0px;
  }

  .print\:mt-1 {
    margin-top: 0.25rem;
  }

  .print\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .print\:mt-4 {
    margin-top: 1rem;
  }

  .print\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .print\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .print\:mt-9 {
    margin-top: 2.25rem;
  }

  .print\:mt-10 {
    margin-top: 2.5rem;
  }

  .print\:mt-11 {
    margin-top: 2.75rem;
  }

  .print\:mt-12 {
    margin-top: 3rem;
  }

  .print\:mt-14 {
    margin-top: 3.5rem;
  }

  .print\:mt-16 {
    margin-top: 4rem;
  }

  .print\:mt-20 {
    margin-top: 5rem;
  }

  .print\:mt-24 {
    margin-top: 6rem;
  }

  .print\:mt-28 {
    margin-top: 7rem;
  }

  .print\:mt-32 {
    margin-top: 8rem;
  }

  .print\:mt-36 {
    margin-top: 9rem;
  }

  .print\:mt-40 {
    margin-top: 10rem;
  }

  .print\:mt-44 {
    margin-top: 11rem;
  }

  .print\:mt-48 {
    margin-top: 12rem;
  }

  .print\:mt-52 {
    margin-top: 13rem;
  }

  .print\:mt-56 {
    margin-top: 14rem;
  }

  .print\:mt-60 {
    margin-top: 15rem;
  }

  .print\:mt-64 {
    margin-top: 16rem;
  }

  .print\:mt-72 {
    margin-top: 18rem;
  }

  .print\:mt-80 {
    margin-top: 20rem;
  }

  .print\:mt-96 {
    margin-top: 24rem;
  }

  .print\:mt-auto {
    margin-top: auto;
  }

  .print\:mt-px {
    margin-top: 1px;
  }

  .print\:mt-0\.5 {
    margin-top: 2px;
  }

  .print\:mt-1\.5 {
    margin-top: 6px;
  }

  .print\:mt-2\.5 {
    margin-top: 10px;
  }

  .print\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .print\:-mt-0 {
    margin-top: 0px;
  }

  .print\:-mt-1 {
    margin-top: -0.25rem;
  }

  .print\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .print\:-mt-4 {
    margin-top: -1rem;
  }

  .print\:-mt-5 {
    margin-top: -1.25rem;
  }

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

  .print\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .print\:-mt-9 {
    margin-top: -2.25rem;
  }

  .print\:-mt-10 {
    margin-top: -2.5rem;
  }

  .print\:-mt-11 {
    margin-top: -2.75rem;
  }

  .print\:-mt-12 {
    margin-top: -3rem;
  }

  .print\:-mt-14 {
    margin-top: -3.5rem;
  }

  .print\:-mt-16 {
    margin-top: -4rem;
  }

  .print\:-mt-20 {
    margin-top: -5rem;
  }

  .print\:-mt-24 {
    margin-top: -6rem;
  }

  .print\:-mt-28 {
    margin-top: -7rem;
  }

  .print\:-mt-32 {
    margin-top: -8rem;
  }

  .print\:-mt-36 {
    margin-top: -9rem;
  }

  .print\:-mt-40 {
    margin-top: -10rem;
  }

  .print\:-mt-44 {
    margin-top: -11rem;
  }

  .print\:-mt-48 {
    margin-top: -12rem;
  }

  .print\:-mt-52 {
    margin-top: -13rem;
  }

  .print\:-mt-56 {
    margin-top: -14rem;
  }

  .print\:-mt-60 {
    margin-top: -15rem;
  }

  .print\:-mt-64 {
    margin-top: -16rem;
  }

  .print\:-mt-72 {
    margin-top: -18rem;
  }

  .print\:-mt-80 {
    margin-top: -20rem;
  }

  .print\:-mt-96 {
    margin-top: -24rem;
  }

  .print\:-mt-px {
    margin-top: -1px;
  }

  .print\:-mt-0\.5 {
    margin-top: -2px;
  }

  .print\:-mt-1\.5 {
    margin-top: -6px;
  }

  .print\:-mt-2\.5 {
    margin-top: -10px;
  }

  .print\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .print\:mr-0 {
    margin-right: 0px;
  }

  .print\:mr-1 {
    margin-right: 0.25rem;
  }

  .print\:mr-2 {
    margin-right: 0.5rem;
  }

  .print\:mr-3 {
    margin-right: 0.75rem;
  }

  .print\:mr-4 {
    margin-right: 1rem;
  }

  .print\:mr-5 {
    margin-right: 1.25rem;
  }

  .print\:mr-6 {
    margin-right: 1.5rem;
  }

  .print\:mr-7 {
    margin-right: 1.75rem;
  }

  .print\:mr-8 {
    margin-right: 2rem;
  }

  .print\:mr-9 {
    margin-right: 2.25rem;
  }

  .print\:mr-10 {
    margin-right: 2.5rem;
  }

  .print\:mr-11 {
    margin-right: 2.75rem;
  }

  .print\:mr-12 {
    margin-right: 3rem;
  }

  .print\:mr-14 {
    margin-right: 3.5rem;
  }

  .print\:mr-16 {
    margin-right: 4rem;
  }

  .print\:mr-20 {
    margin-right: 5rem;
  }

  .print\:mr-24 {
    margin-right: 6rem;
  }

  .print\:mr-28 {
    margin-right: 7rem;
  }

  .print\:mr-32 {
    margin-right: 8rem;
  }

  .print\:mr-36 {
    margin-right: 9rem;
  }

  .print\:mr-40 {
    margin-right: 10rem;
  }

  .print\:mr-44 {
    margin-right: 11rem;
  }

  .print\:mr-48 {
    margin-right: 12rem;
  }

  .print\:mr-52 {
    margin-right: 13rem;
  }

  .print\:mr-56 {
    margin-right: 14rem;
  }

  .print\:mr-60 {
    margin-right: 15rem;
  }

  .print\:mr-64 {
    margin-right: 16rem;
  }

  .print\:mr-72 {
    margin-right: 18rem;
  }

  .print\:mr-80 {
    margin-right: 20rem;
  }

  .print\:mr-96 {
    margin-right: 24rem;
  }

  .print\:mr-auto {
    margin-right: auto;
  }

  .print\:mr-px {
    margin-right: 1px;
  }

  .print\:mr-0\.5 {
    margin-right: 2px;
  }

  .print\:mr-1\.5 {
    margin-right: 6px;
  }

  .print\:mr-2\.5 {
    margin-right: 10px;
  }

  .print\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .print\:-mr-0 {
    margin-right: 0px;
  }

  .print\:-mr-1 {
    margin-right: -0.25rem;
  }

  .print\:-mr-2 {
    margin-right: -0.5rem;
  }

  .print\:-mr-3 {
    margin-right: -0.75rem;
  }

  .print\:-mr-4 {
    margin-right: -1rem;
  }

  .print\:-mr-5 {
    margin-right: -1.25rem;
  }

  .print\:-mr-6 {
    margin-right: -1.5rem;
  }

  .print\:-mr-7 {
    margin-right: -1.75rem;
  }

  .print\:-mr-8 {
    margin-right: -2rem;
  }

  .print\:-mr-9 {
    margin-right: -2.25rem;
  }

  .print\:-mr-10 {
    margin-right: -2.5rem;
  }

  .print\:-mr-11 {
    margin-right: -2.75rem;
  }

  .print\:-mr-12 {
    margin-right: -3rem;
  }

  .print\:-mr-14 {
    margin-right: -3.5rem;
  }

  .print\:-mr-16 {
    margin-right: -4rem;
  }

  .print\:-mr-20 {
    margin-right: -5rem;
  }

  .print\:-mr-24 {
    margin-right: -6rem;
  }

  .print\:-mr-28 {
    margin-right: -7rem;
  }

  .print\:-mr-32 {
    margin-right: -8rem;
  }

  .print\:-mr-36 {
    margin-right: -9rem;
  }

  .print\:-mr-40 {
    margin-right: -10rem;
  }

  .print\:-mr-44 {
    margin-right: -11rem;
  }

  .print\:-mr-48 {
    margin-right: -12rem;
  }

  .print\:-mr-52 {
    margin-right: -13rem;
  }

  .print\:-mr-56 {
    margin-right: -14rem;
  }

  .print\:-mr-60 {
    margin-right: -15rem;
  }

  .print\:-mr-64 {
    margin-right: -16rem;
  }

  .print\:-mr-72 {
    margin-right: -18rem;
  }

  .print\:-mr-80 {
    margin-right: -20rem;
  }

  .print\:-mr-96 {
    margin-right: -24rem;
  }

  .print\:-mr-px {
    margin-right: -1px;
  }

  .print\:-mr-0\.5 {
    margin-right: -2px;
  }

  .print\:-mr-1\.5 {
    margin-right: -6px;
  }

  .print\:-mr-2\.5 {
    margin-right: -10px;
  }

  .print\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .print\:mb-0 {
    margin-bottom: 0px;
  }

  .print\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .print\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .print\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .print\:mb-4 {
    margin-bottom: 1rem;
  }

  .print\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .print\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .print\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .print\:mb-8 {
    margin-bottom: 2rem;
  }

  .print\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .print\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .print\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .print\:mb-12 {
    margin-bottom: 3rem;
  }

  .print\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .print\:mb-16 {
    margin-bottom: 4rem;
  }

  .print\:mb-20 {
    margin-bottom: 5rem;
  }

  .print\:mb-24 {
    margin-bottom: 6rem;
  }

  .print\:mb-28 {
    margin-bottom: 7rem;
  }

  .print\:mb-32 {
    margin-bottom: 8rem;
  }

  .print\:mb-36 {
    margin-bottom: 9rem;
  }

  .print\:mb-40 {
    margin-bottom: 10rem;
  }

  .print\:mb-44 {
    margin-bottom: 11rem;
  }

  .print\:mb-48 {
    margin-bottom: 12rem;
  }

  .print\:mb-52 {
    margin-bottom: 13rem;
  }

  .print\:mb-56 {
    margin-bottom: 14rem;
  }

  .print\:mb-60 {
    margin-bottom: 15rem;
  }

  .print\:mb-64 {
    margin-bottom: 16rem;
  }

  .print\:mb-72 {
    margin-bottom: 18rem;
  }

  .print\:mb-80 {
    margin-bottom: 20rem;
  }

  .print\:mb-96 {
    margin-bottom: 24rem;
  }

  .print\:mb-auto {
    margin-bottom: auto;
  }

  .print\:mb-px {
    margin-bottom: 1px;
  }

  .print\:mb-0\.5 {
    margin-bottom: 2px;
  }

  .print\:mb-1\.5 {
    margin-bottom: 6px;
  }

  .print\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .print\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .print\:-mb-0 {
    margin-bottom: 0px;
  }

  .print\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .print\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .print\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .print\:-mb-4 {
    margin-bottom: -1rem;
  }

  .print\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .print\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .print\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .print\:-mb-8 {
    margin-bottom: -2rem;
  }

  .print\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .print\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .print\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .print\:-mb-12 {
    margin-bottom: -3rem;
  }

  .print\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .print\:-mb-16 {
    margin-bottom: -4rem;
  }

  .print\:-mb-20 {
    margin-bottom: -5rem;
  }

  .print\:-mb-24 {
    margin-bottom: -6rem;
  }

  .print\:-mb-28 {
    margin-bottom: -7rem;
  }

  .print\:-mb-32 {
    margin-bottom: -8rem;
  }

  .print\:-mb-36 {
    margin-bottom: -9rem;
  }

  .print\:-mb-40 {
    margin-bottom: -10rem;
  }

  .print\:-mb-44 {
    margin-bottom: -11rem;
  }

  .print\:-mb-48 {
    margin-bottom: -12rem;
  }

  .print\:-mb-52 {
    margin-bottom: -13rem;
  }

  .print\:-mb-56 {
    margin-bottom: -14rem;
  }

  .print\:-mb-60 {
    margin-bottom: -15rem;
  }

  .print\:-mb-64 {
    margin-bottom: -16rem;
  }

  .print\:-mb-72 {
    margin-bottom: -18rem;
  }

  .print\:-mb-80 {
    margin-bottom: -20rem;
  }

  .print\:-mb-96 {
    margin-bottom: -24rem;
  }

  .print\:-mb-px {
    margin-bottom: -1px;
  }

  .print\:-mb-0\.5 {
    margin-bottom: -2px;
  }

  .print\:-mb-1\.5 {
    margin-bottom: -6px;
  }

  .print\:-mb-2\.5 {
    margin-bottom: -10px;
  }

  .print\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .print\:ml-0 {
    margin-left: 0px;
  }

  .print\:ml-1 {
    margin-left: 0.25rem;
  }

  .print\:ml-2 {
    margin-left: 0.5rem;
  }

  .print\:ml-3 {
    margin-left: 0.75rem;
  }

  .print\:ml-4 {
    margin-left: 1rem;
  }

  .print\:ml-5 {
    margin-left: 1.25rem;
  }

  .print\:ml-6 {
    margin-left: 1.5rem;
  }

  .print\:ml-7 {
    margin-left: 1.75rem;
  }

  .print\:ml-8 {
    margin-left: 2rem;
  }

  .print\:ml-9 {
    margin-left: 2.25rem;
  }

  .print\:ml-10 {
    margin-left: 2.5rem;
  }

  .print\:ml-11 {
    margin-left: 2.75rem;
  }

  .print\:ml-12 {
    margin-left: 3rem;
  }

  .print\:ml-14 {
    margin-left: 3.5rem;
  }

  .print\:ml-16 {
    margin-left: 4rem;
  }

  .print\:ml-20 {
    margin-left: 5rem;
  }

  .print\:ml-24 {
    margin-left: 6rem;
  }

  .print\:ml-28 {
    margin-left: 7rem;
  }

  .print\:ml-32 {
    margin-left: 8rem;
  }

  .print\:ml-36 {
    margin-left: 9rem;
  }

  .print\:ml-40 {
    margin-left: 10rem;
  }

  .print\:ml-44 {
    margin-left: 11rem;
  }

  .print\:ml-48 {
    margin-left: 12rem;
  }

  .print\:ml-52 {
    margin-left: 13rem;
  }

  .print\:ml-56 {
    margin-left: 14rem;
  }

  .print\:ml-60 {
    margin-left: 15rem;
  }

  .print\:ml-64 {
    margin-left: 16rem;
  }

  .print\:ml-72 {
    margin-left: 18rem;
  }

  .print\:ml-80 {
    margin-left: 20rem;
  }

  .print\:ml-96 {
    margin-left: 24rem;
  }

  .print\:ml-auto {
    margin-left: auto;
  }

  .print\:ml-px {
    margin-left: 1px;
  }

  .print\:ml-0\.5 {
    margin-left: 2px;
  }

  .print\:ml-1\.5 {
    margin-left: 6px;
  }

  .print\:ml-2\.5 {
    margin-left: 10px;
  }

  .print\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .print\:-ml-0 {
    margin-left: 0px;
  }

  .print\:-ml-1 {
    margin-left: -0.25rem;
  }

  .print\:-ml-2 {
    margin-left: -0.5rem;
  }

  .print\:-ml-3 {
    margin-left: -0.75rem;
  }

  .print\:-ml-4 {
    margin-left: -1rem;
  }

  .print\:-ml-5 {
    margin-left: -1.25rem;
  }

  .print\:-ml-6 {
    margin-left: -1.5rem;
  }

  .print\:-ml-7 {
    margin-left: -1.75rem;
  }

  .print\:-ml-8 {
    margin-left: -2rem;
  }

  .print\:-ml-9 {
    margin-left: -2.25rem;
  }

  .print\:-ml-10 {
    margin-left: -2.5rem;
  }

  .print\:-ml-11 {
    margin-left: -2.75rem;
  }

  .print\:-ml-12 {
    margin-left: -3rem;
  }

  .print\:-ml-14 {
    margin-left: -3.5rem;
  }

  .print\:-ml-16 {
    margin-left: -4rem;
  }

  .print\:-ml-20 {
    margin-left: -5rem;
  }

  .print\:-ml-24 {
    margin-left: -6rem;
  }

  .print\:-ml-28 {
    margin-left: -7rem;
  }

  .print\:-ml-32 {
    margin-left: -8rem;
  }

  .print\:-ml-36 {
    margin-left: -9rem;
  }

  .print\:-ml-40 {
    margin-left: -10rem;
  }

  .print\:-ml-44 {
    margin-left: -11rem;
  }

  .print\:-ml-48 {
    margin-left: -12rem;
  }

  .print\:-ml-52 {
    margin-left: -13rem;
  }

  .print\:-ml-56 {
    margin-left: -14rem;
  }

  .print\:-ml-60 {
    margin-left: -15rem;
  }

  .print\:-ml-64 {
    margin-left: -16rem;
  }

  .print\:-ml-72 {
    margin-left: -18rem;
  }

  .print\:-ml-80 {
    margin-left: -20rem;
  }

  .print\:-ml-96 {
    margin-left: -24rem;
  }

  .print\:-ml-px {
    margin-left: -1px;
  }

  .print\:-ml-0\.5 {
    margin-left: -2px;
  }

  .print\:-ml-1\.5 {
    margin-left: -6px;
  }

  .print\:-ml-2\.5 {
    margin-left: -10px;
  }

  .print\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .print\:box-border {
    box-sizing: border-box;
  }

  .print\:box-content {
    box-sizing: content-box;
  }

  .print\:block {
    display: block;
  }

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

  .print\:inline {
    display: inline;
  }

  .print\:flex {
    display: flex;
  }

  .print\:inline-flex {
    display: inline-flex;
  }

  .print\:table {
    display: table;
  }

  .print\:inline-table {
    display: inline-table;
  }

  .print\:table-caption {
    display: table-caption;
  }

  .print\:table-cell {
    display: table-cell;
  }

  .print\:table-column {
    display: table-column;
  }

  .print\:table-column-group {
    display: table-column-group;
  }

  .print\:table-footer-group {
    display: table-footer-group;
  }

  .print\:table-header-group {
    display: table-header-group;
  }

  .print\:table-row-group {
    display: table-row-group;
  }

  .print\:table-row {
    display: table-row;
  }

  .print\:flow-root {
    display: flow-root;
  }

  .print\:grid {
    display: grid;
  }

  .print\:inline-grid {
    display: inline-grid;
  }

  .print\:contents {
    display: contents;
  }

  .print\:list-item {
    display: list-item;
  }

  .print\:hidden {
    display: none;
  }

  .print\:h-0 {
    height: 0px;
  }

  .print\:h-1 {
    height: 0.25rem;
  }

  .print\:h-2 {
    height: 0.5rem;
  }

  .print\:h-3 {
    height: 0.75rem;
  }

  .print\:h-4 {
    height: 1rem;
  }

  .print\:h-5 {
    height: 1.25rem;
  }

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

  .print\:h-7 {
    height: 1.75rem;
  }

  .print\:h-8 {
    height: 2rem;
  }

  .print\:h-9 {
    height: 2.25rem;
  }

  .print\:h-10 {
    height: 2.5rem;
  }

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

  .print\:h-12 {
    height: 3rem;
  }

  .print\:h-14 {
    height: 3.5rem;
  }

  .print\:h-16 {
    height: 4rem;
  }

  .print\:h-20 {
    height: 5rem;
  }

  .print\:h-24 {
    height: 6rem;
  }

  .print\:h-26 {
    height: 6.5rem;
  }

  .print\:h-28 {
    height: 7rem;
  }

  .print\:h-32 {
    height: 8rem;
  }

  .print\:h-36 {
    height: 9rem;
  }

  .print\:h-40 {
    height: 10rem;
  }

  .print\:h-44 {
    height: 11rem;
  }

  .print\:h-48 {
    height: 12rem;
  }

  .print\:h-52 {
    height: 13rem;
  }

  .print\:h-56 {
    height: 14rem;
  }

  .print\:h-60 {
    height: 15rem;
  }

  .print\:h-64 {
    height: 16rem;
  }

  .print\:h-72 {
    height: 18rem;
  }

  .print\:h-80 {
    height: 20rem;
  }

  .print\:h-96 {
    height: 24rem;
  }

  .print\:h-auto {
    height: auto;
  }

  .print\:h-px {
    height: 1px;
  }

  .print\:h-0\.5 {
    height: 2px;
  }

  .print\:h-1\.5 {
    height: 6px;
  }

  .print\:h-2\.5 {
    height: 10px;
  }

  .print\:h-3\.5 {
    height: 0.875rem;
  }

  .print\:h-1\/2 {
    height: 50%;
  }

  .print\:h-1\/3 {
    height: 33.333333%;
  }

  .print\:h-2\/3 {
    height: 66.666667%;
  }

  .print\:h-1\/4 {
    height: 25%;
  }

  .print\:h-2\/4 {
    height: 50%;
  }

  .print\:h-3\/4 {
    height: 75%;
  }

  .print\:h-1\/5 {
    height: 20%;
  }

  .print\:h-2\/5 {
    height: 40%;
  }

  .print\:h-3\/5 {
    height: 60%;
  }

  .print\:h-4\/5 {
    height: 80%;
  }

  .print\:h-1\/6 {
    height: 16.666667%;
  }

  .print\:h-2\/6 {
    height: 33.333333%;
  }

  .print\:h-3\/6 {
    height: 50%;
  }

  .print\:h-4\/6 {
    height: 66.666667%;
  }

  .print\:h-5\/6 {
    height: 83.333333%;
  }

  .print\:h-full {
    height: 100%;
  }

  .print\:h-screen {
    height: 100vh;
  }

  .print\:max-h-0 {
    max-height: 0px;
  }

  .print\:max-h-1 {
    max-height: 0.25rem;
  }

  .print\:max-h-2 {
    max-height: 0.5rem;
  }

  .print\:max-h-3 {
    max-height: 0.75rem;
  }

  .print\:max-h-4 {
    max-height: 1rem;
  }

  .print\:max-h-5 {
    max-height: 1.25rem;
  }

  .print\:max-h-6 {
    max-height: 1.5rem;
  }

  .print\:max-h-7 {
    max-height: 1.75rem;
  }

  .print\:max-h-8 {
    max-height: 2rem;
  }

  .print\:max-h-9 {
    max-height: 2.25rem;
  }

  .print\:max-h-10 {
    max-height: 2.5rem;
  }

  .print\:max-h-11 {
    max-height: 2.75rem;
  }

  .print\:max-h-12 {
    max-height: 3rem;
  }

  .print\:max-h-14 {
    max-height: 3.5rem;
  }

  .print\:max-h-16 {
    max-height: 4rem;
  }

  .print\:max-h-20 {
    max-height: 5rem;
  }

  .print\:max-h-24 {
    max-height: 6rem;
  }

  .print\:max-h-28 {
    max-height: 7rem;
  }

  .print\:max-h-32 {
    max-height: 8rem;
  }

  .print\:max-h-36 {
    max-height: 9rem;
  }

  .print\:max-h-40 {
    max-height: 10rem;
  }

  .print\:max-h-44 {
    max-height: 11rem;
  }

  .print\:max-h-48 {
    max-height: 12rem;
  }

  .print\:max-h-52 {
    max-height: 13rem;
  }

  .print\:max-h-56 {
    max-height: 14rem;
  }

  .print\:max-h-60 {
    max-height: 15rem;
  }

  .print\:max-h-64 {
    max-height: 16rem;
  }

  .print\:max-h-72 {
    max-height: 18rem;
  }

  .print\:max-h-80 {
    max-height: 20rem;
  }

  .print\:max-h-96 {
    max-height: 24rem;
  }

  .print\:max-h-px {
    max-height: 1px;
  }

  .print\:max-h-0\.5 {
    max-height: 2px;
  }

  .print\:max-h-1\.5 {
    max-height: 6px;
  }

  .print\:max-h-2\.5 {
    max-height: 10px;
  }

  .print\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .print\:max-h-full {
    max-height: 100%;
  }

  .print\:max-h-screen {
    max-height: 100vh;
  }

  .print\:min-h-0 {
    min-height: 0px;
  }

  .print\:min-h-135 {
    min-height: 33.75rem;
  }

  .print\:min-h-full {
    min-height: 100%;
  }

  .print\:min-h-screen {
    min-height: 100vh;
  }

  .print\:w-0 {
    width: 0px;
  }

  .print\:w-1 {
    width: 0.25rem;
  }

  .print\:w-2 {
    width: 0.5rem;
  }

  .print\:w-3 {
    width: 0.75rem;
  }

  .print\:w-4 {
    width: 1rem;
  }

  .print\:w-5 {
    width: 1.25rem;
  }

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

  .print\:w-7 {
    width: 1.75rem;
  }

  .print\:w-8 {
    width: 2rem;
  }

  .print\:w-9 {
    width: 2.25rem;
  }

  .print\:w-10 {
    width: 2.5rem;
  }

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

  .print\:w-12 {
    width: 3rem;
  }

  .print\:w-14 {
    width: 3.5rem;
  }

  .print\:w-16 {
    width: 4rem;
  }

  .print\:w-20 {
    width: 5rem;
  }

  .print\:w-24 {
    width: 6rem;
  }

  .print\:w-26 {
    width: 6.5rem;
  }

  .print\:w-28 {
    width: 7rem;
  }

  .print\:w-32 {
    width: 8rem;
  }

  .print\:w-36 {
    width: 9rem;
  }

  .print\:w-40 {
    width: 10rem;
  }

  .print\:w-44 {
    width: 11rem;
  }

  .print\:w-48 {
    width: 12rem;
  }

  .print\:w-52 {
    width: 13rem;
  }

  .print\:w-56 {
    width: 14rem;
  }

  .print\:w-60 {
    width: 15rem;
  }

  .print\:w-64 {
    width: 16rem;
  }

  .print\:w-72 {
    width: 18rem;
  }

  .print\:w-80 {
    width: 20rem;
  }

  .print\:w-96 {
    width: 24rem;
  }

  .print\:w-105 {
    width: 26.25rem;
  }

  .print\:w-auto {
    width: auto;
  }

  .print\:w-px {
    width: 1px;
  }

  .print\:w-0\.5 {
    width: 2px;
  }

  .print\:w-1\.5 {
    width: 6px;
  }

  .print\:w-2\.5 {
    width: 10px;
  }

  .print\:w-3\.5 {
    width: 0.875rem;
  }

  .print\:w-1\/2 {
    width: 50%;
  }

  .print\:w-1\/3 {
    width: 33.333333%;
  }

  .print\:w-2\/3 {
    width: 66.666667%;
  }

  .print\:w-1\/4 {
    width: 25%;
  }

  .print\:w-2\/4 {
    width: 50%;
  }

  .print\:w-3\/4 {
    width: 75%;
  }

  .print\:w-1\/5 {
    width: 20%;
  }

  .print\:w-2\/5 {
    width: 40%;
  }

  .print\:w-3\/5 {
    width: 60%;
  }

  .print\:w-4\/5 {
    width: 80%;
  }

  .print\:w-1\/6 {
    width: 16.666667%;
  }

  .print\:w-2\/6 {
    width: 33.333333%;
  }

  .print\:w-3\/6 {
    width: 50%;
  }

  .print\:w-4\/6 {
    width: 66.666667%;
  }

  .print\:w-5\/6 {
    width: 83.333333%;
  }

  .print\:w-1\/12 {
    width: 8.333333%;
  }

  .print\:w-2\/12 {
    width: 16.666667%;
  }

  .print\:w-3\/12 {
    width: 25%;
  }

  .print\:w-4\/12 {
    width: 33.333333%;
  }

  .print\:w-5\/12 {
    width: 41.666667%;
  }

  .print\:w-6\/12 {
    width: 50%;
  }

  .print\:w-7\/12 {
    width: 58.333333%;
  }

  .print\:w-8\/12 {
    width: 66.666667%;
  }

  .print\:w-9\/12 {
    width: 75%;
  }

  .print\:w-10\/12 {
    width: 83.333333%;
  }

  .print\:w-11\/12 {
    width: 91.666667%;
  }

  .print\:w-full {
    width: 100%;
  }

  .print\:w-screen {
    width: 100vw;
  }

  .print\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .print\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .print\:min-w-0 {
    min-width: 0px;
  }

  .print\:min-w-200 {
    min-width: 12.5rem;
  }

  .print\:min-w-full {
    min-width: 100%;
  }

  .print\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .print\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .print\:min-w-2rem {
    min-width: 2rem;
  }

  .print\:min-w-3xs {
    min-width: 12rem;
  }

  .print\:min-w-2xs {
    min-width: 16rem;
  }

  .print\:max-w-0 {
    max-width: 0rem;
  }

  .print\:max-w-200 {
    max-width: 12.5rem;
  }

  .print\:max-w-600 {
    max-width: 37.5rem;
  }

  .print\:max-w-none {
    max-width: none;
  }

  .print\:max-w-xs {
    max-width: 20rem;
  }

  .print\:max-w-sm {
    max-width: 24rem;
  }

  .print\:max-w-md {
    max-width: 28rem;
  }

  .print\:max-w-lg {
    max-width: 32rem;
  }

  .print\:max-w-xl {
    max-width: 36rem;
  }

  .print\:max-w-2xl {
    max-width: 42rem;
  }

  .print\:max-w-3xl {
    max-width: 48rem;
  }

  .print\:max-w-4xl {
    max-width: 56rem;
  }

  .print\:max-w-5xl {
    max-width: 64rem;
  }

  .print\:max-w-6xl {
    max-width: 72rem;
  }

  .print\:max-w-7xl {
    max-width: 80rem;
  }

  .print\:max-w-full {
    max-width: 100%;
  }

  .print\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .print\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .print\:max-w-prose {
    max-width: 65ch;
  }

  .print\:max-w-screen-xs {
    max-width: 380px;
  }

  .print\:max-w-screen-sm {
    max-width: 640px;
  }

  .print\:max-w-screen-md {
    max-width: 768px;
  }

  .print\:max-w-screen-lg {
    max-width: 1024px;
  }

  .print\:max-w-screen-xl {
    max-width: 1280px;
  }

  .print\:max-w-3xs {
    max-width: 12rem;
  }

  .print\:max-w-2xs {
    max-width: 16rem;
  }

  .print\:flex-1 {
    flex: 1 1 0%;
  }

  .print\:flex-auto {
    flex: 1 1 auto;
  }

  .print\:flex-initial {
    flex: 0 1 auto;
  }

  .print\:flex-none {
    flex: none;
  }

  .print\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .print\:flex-shrink {
    flex-shrink: 1;
  }

  .print\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .print\:table-auto {
    table-layout: auto;
  }

  .print\:table-fixed {
    table-layout: fixed;
  }

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

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

  .print\:origin-center {
    transform-origin: center;
  }

  .print\:origin-top {
    transform-origin: top;
  }

  .print\:origin-top-right {
    transform-origin: top right;
  }

  .print\:origin-right {
    transform-origin: right;
  }

  .print\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .print\:origin-bottom {
    transform-origin: bottom;
  }

  .print\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .print\:origin-left {
    transform-origin: left;
  }

  .print\:origin-top-left {
    transform-origin: top left;
  }

  .print\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .print\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .print\:transform-none {
    transform: none;
  }

  .print\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .print\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .print\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .print\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .print\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .print\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .print\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .print\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .print\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .print\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .print\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .print\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .print\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .print\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .print\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .print\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .print\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .print\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .print\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .print\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .print\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .print\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .print\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .print\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .print\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .print\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .print\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .print\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .print\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .print\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .print\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .print\:translate-x-0\.5 {
    --tw-translate-x: 2px;
  }

  .print\:translate-x-1\.5 {
    --tw-translate-x: 6px;
  }

  .print\:translate-x-2\.5 {
    --tw-translate-x: 10px;
  }

  .print\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .print\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .print\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .print\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .print\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .print\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .print\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .print\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .print\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .print\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .print\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .print\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .print\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .print\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .print\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .print\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .print\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .print\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .print\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .print\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .print\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .print\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .print\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .print\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .print\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .print\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .print\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .print\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .print\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .print\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .print\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .print\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .print\:-translate-x-0\.5 {
    --tw-translate-x: -2px;
  }

  .print\:-translate-x-1\.5 {
    --tw-translate-x: -6px;
  }

  .print\:-translate-x-2\.5 {
    --tw-translate-x: -10px;
  }

  .print\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .print\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .print\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .print\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .print\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .print\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .print\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .print\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .print\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .print\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .print\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .print\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .print\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .print\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .print\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .print\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .print\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .print\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .print\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .print\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .print\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .print\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .print\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .print\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .print\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .print\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .print\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .print\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .print\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .print\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .print\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .print\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .print\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .print\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .print\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .print\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .print\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .print\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .print\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .print\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .print\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .print\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .print\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .print\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .print\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .print\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .print\:translate-y-0\.5 {
    --tw-translate-y: 2px;
  }

  .print\:translate-y-1\.5 {
    --tw-translate-y: 6px;
  }

  .print\:translate-y-2\.5 {
    --tw-translate-y: 10px;
  }

  .print\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .print\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .print\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .print\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .print\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .print\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .print\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .print\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .print\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .print\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .print\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .print\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .print\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .print\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .print\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .print\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .print\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .print\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .print\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .print\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .print\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .print\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .print\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .print\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .print\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .print\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .print\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .print\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .print\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .print\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .print\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .print\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .print\:-translate-y-0\.5 {
    --tw-translate-y: -2px;
  }

  .print\:-translate-y-1\.5 {
    --tw-translate-y: -6px;
  }

  .print\:-translate-y-2\.5 {
    --tw-translate-y: -10px;
  }

  .print\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .print\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .print\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .print\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .print\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .print\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .print\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .print\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .print\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .print\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .print\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .print\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .print\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .print\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .print\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .print\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .print\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .print\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .print\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .print\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .print\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .print\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .print\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .print\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .print\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .print\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .print\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .print\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .print\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .print\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .print\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .print\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .print\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .print\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .print\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .print\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .print\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .print\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .print\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .print\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .print\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .print\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .print\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .print\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .print\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .print\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .print\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 2px;
  }

  .print\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 6px;
  }

  .print\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 10px;
  }

  .print\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .print\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .print\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .print\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .print\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .print\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .print\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .print\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .print\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .print\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .print\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .print\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .print\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .print\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .print\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .print\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .print\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .print\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .print\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .print\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .print\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .print\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .print\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .print\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .print\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .print\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .print\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .print\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .print\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .print\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .print\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .print\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .print\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -2px;
  }

  .print\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -6px;
  }

  .print\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -10px;
  }

  .print\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .print\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .print\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .print\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .print\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .print\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .print\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .print\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .print\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .print\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .print\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .print\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .print\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .print\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .print\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .print\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .print\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .print\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .print\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .print\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .print\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .print\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .print\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .print\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .print\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .print\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .print\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .print\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .print\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .print\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .print\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .print\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .print\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .print\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .print\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .print\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .print\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .print\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .print\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .print\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .print\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .print\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .print\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .print\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .print\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .print\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .print\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 2px;
  }

  .print\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 6px;
  }

  .print\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 10px;
  }

  .print\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .print\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .print\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .print\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .print\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .print\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .print\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .print\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .print\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .print\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .print\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .print\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .print\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .print\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .print\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .print\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .print\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .print\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .print\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .print\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .print\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .print\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .print\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .print\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .print\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .print\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .print\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .print\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .print\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .print\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .print\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .print\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .print\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -2px;
  }

  .print\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -6px;
  }

  .print\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -10px;
  }

  .print\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .print\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .print\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .print\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .print\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .print\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .print\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .print\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .print\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .print\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .print\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .print\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .print\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .print\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .print\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .print\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .print\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .print\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .print\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .print\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .print\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .print\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .print\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .print\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .print\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .print\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .print\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .print\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .print\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .print\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .print\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .print\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .print\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .print\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .print\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .print\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .print\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .print\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .print\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .print\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .print\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .print\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .print\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .print\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .print\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .print\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .print\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 2px;
  }

  .print\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 6px;
  }

  .print\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 10px;
  }

  .print\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .print\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .print\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .print\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .print\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .print\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .print\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .print\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .print\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .print\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .print\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .print\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .print\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .print\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .print\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .print\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .print\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .print\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .print\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .print\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .print\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .print\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .print\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .print\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .print\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .print\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .print\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .print\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .print\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .print\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .print\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .print\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .print\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -2px;
  }

  .print\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -6px;
  }

  .print\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -10px;
  }

  .print\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .print\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .print\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .print\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .print\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .print\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .print\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .print\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .print\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .print\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .print\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .print\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .print\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .print\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .print\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .print\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .print\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .print\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .print\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .print\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .print\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .print\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .print\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .print\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .print\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .print\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .print\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .print\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .print\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .print\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .print\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .print\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .print\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .print\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .print\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .print\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .print\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .print\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .print\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .print\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .print\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .print\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .print\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .print\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .print\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .print\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .print\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 2px;
  }

  .print\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 6px;
  }

  .print\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 10px;
  }

  .print\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .print\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .print\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .print\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .print\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .print\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .print\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .print\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .print\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .print\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .print\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .print\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .print\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .print\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .print\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .print\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .print\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .print\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .print\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .print\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .print\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .print\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .print\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .print\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .print\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .print\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .print\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .print\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .print\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .print\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .print\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .print\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .print\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -2px;
  }

  .print\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -6px;
  }

  .print\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -10px;
  }

  .print\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .print\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .print\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .print\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .print\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .print\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .print\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .print\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .print\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .print\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .print\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .print\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .print\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .print\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .print\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .print\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .print\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .print\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .print\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .print\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .print\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .print\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .print\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .print\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .print\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .print\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .print\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .print\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .print\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .print\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .print\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .print\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .print\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .print\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .print\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .print\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .print\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .print\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .print\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .print\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .print\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .print\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .print\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .print\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .print\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .print\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .print\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .print\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .print\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .print\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .print\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .print\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .print\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .print\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .print\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .print\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .print\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .print\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .print\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .print\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .print\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .print\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .print\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .print\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .print\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .print\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .print\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .print\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .print\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .print\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .print\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .print\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .print\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .print\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .print\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .print\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .print\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .print\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .print\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .print\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .print\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .print\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .print\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .print\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .print\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .print\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .print\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .print\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .print\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .print\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .print\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .print\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .print\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .print\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .print\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .print\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .print\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .print\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .print\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .print\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .print\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .print\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .print\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .print\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .print\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .print\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .print\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .print\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .print\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .print\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .print\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .print\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .print\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .print\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .print\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .print\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .print\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .print\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .print\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .print\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .print\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .print\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .print\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .print\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .print\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .print\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .print\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .print\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .print\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .print\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .print\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .print\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .print\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .print\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .print\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .print\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .print\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .print\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .print\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .print\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .print\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .print\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .print\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .print\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .print\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .print\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .print\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .print\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .print\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .print\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .print\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .print\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .print\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .print\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .print\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .print\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .print\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .print\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .print\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .print\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .print\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .print\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .print\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .print\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .print\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .print\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .print\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .print\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .print\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .print\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .print\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .print\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .print\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .print\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .print\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .print\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .print\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .print\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .print\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .print\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .print\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .print\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .print\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .print\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .print\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .print\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .print\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .print\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .print\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .print\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .print\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .print\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .print\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .print\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .print\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .print\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .print\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .print\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .print\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .print\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .print\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .print\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .print\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .print\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .print\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .print\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .print\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .print\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .print\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .print\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .print\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .print\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .print\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .print\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .print\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .print\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .print\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .print\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .print\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .print\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .print\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .print\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .print\:animate-none {
    animation: none;
  }

  .print\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .print\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .print\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .print\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .print\:animate-fade-in {
    animation: fade-in .3s ease-out;
  }

  .print\:animate-fade-out {
    animation: fade-out .3s ease-out;
  }

  .print\:cursor-auto {
    cursor: auto;
  }

  .print\:cursor-default {
    cursor: default;
  }

  .print\:cursor-pointer {
    cursor: pointer;
  }

  .print\:cursor-wait {
    cursor: wait;
  }

  .print\:cursor-text {
    cursor: text;
  }

  .print\:cursor-move {
    cursor: move;
  }

  .print\:cursor-help {
    cursor: help;
  }

  .print\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .print\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .print\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .print\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .print\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .print\:resize-none {
    resize: none;
  }

  .print\:resize-y {
    resize: vertical;
  }

  .print\:resize-x {
    resize: horizontal;
  }

  .print\:resize {
    resize: both;
  }

  .print\:list-inside {
    list-style-position: inside;
  }

  .print\:list-outside {
    list-style-position: outside;
  }

  .print\:list-none {
    list-style-type: none;
  }

  .print\:list-disc {
    list-style-type: disc;
  }

  .print\:list-decimal {
    list-style-type: decimal;
  }

  .print\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .print\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .print\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .print\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .print\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .print\:grid-flow-row {
    grid-auto-flow: row;
  }

  .print\:grid-flow-col {
    grid-auto-flow: column;
  }

  .print\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .print\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .print\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .print\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .print\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .print\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:grid-cols-none {
    grid-template-columns: none;
  }

  .print\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .print\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .print\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .print\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .print\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .print\:grid-rows-none {
    grid-template-rows: none;
  }

  .print\:flex-row {
    flex-direction: row;
  }

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

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

  .print\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .print\:flex-wrap {
    flex-wrap: wrap;
  }

  .print\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .print\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .print\:place-content-center {
    place-content: center;
  }

  .print\:place-content-start {
    place-content: start;
  }

  .print\:place-content-end {
    place-content: end;
  }

  .print\:place-content-between {
    place-content: space-between;
  }

  .print\:place-content-around {
    place-content: space-around;
  }

  .print\:place-content-evenly {
    place-content: space-evenly;
  }

  .print\:place-content-stretch {
    place-content: stretch;
  }

  .print\:place-items-start {
    place-items: start;
  }

  .print\:place-items-end {
    place-items: end;
  }

  .print\:place-items-center {
    place-items: center;
  }

  .print\:place-items-stretch {
    place-items: stretch;
  }

  .print\:content-center {
    align-content: center;
  }

  .print\:content-start {
    align-content: flex-start;
  }

  .print\:content-end {
    align-content: flex-end;
  }

  .print\:content-between {
    align-content: space-between;
  }

  .print\:content-around {
    align-content: space-around;
  }

  .print\:content-evenly {
    align-content: space-evenly;
  }

  .print\:items-start {
    align-items: flex-start;
  }

  .print\:items-end {
    align-items: flex-end;
  }

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

  .print\:items-baseline {
    align-items: baseline;
  }

  .print\:items-stretch {
    align-items: stretch;
  }

  .print\:justify-start {
    justify-content: flex-start;
  }

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

  .print\:justify-center {
    justify-content: center;
  }

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

  .print\:justify-around {
    justify-content: space-around;
  }

  .print\:justify-evenly {
    justify-content: space-evenly;
  }

  .print\:justify-items-start {
    justify-items: start;
  }

  .print\:justify-items-end {
    justify-items: end;
  }

  .print\:justify-items-center {
    justify-items: center;
  }

  .print\:justify-items-stretch {
    justify-items: stretch;
  }

  .print\:gap-0 {
    gap: 0px;
  }

  .print\:gap-1 {
    gap: 0.25rem;
  }

  .print\:gap-2 {
    gap: 0.5rem;
  }

  .print\:gap-3 {
    gap: 0.75rem;
  }

  .print\:gap-4 {
    gap: 1rem;
  }

  .print\:gap-5 {
    gap: 1.25rem;
  }

  .print\:gap-6 {
    gap: 1.5rem;
  }

  .print\:gap-7 {
    gap: 1.75rem;
  }

  .print\:gap-8 {
    gap: 2rem;
  }

  .print\:gap-9 {
    gap: 2.25rem;
  }

  .print\:gap-10 {
    gap: 2.5rem;
  }

  .print\:gap-11 {
    gap: 2.75rem;
  }

  .print\:gap-12 {
    gap: 3rem;
  }

  .print\:gap-14 {
    gap: 3.5rem;
  }

  .print\:gap-16 {
    gap: 4rem;
  }

  .print\:gap-20 {
    gap: 5rem;
  }

  .print\:gap-24 {
    gap: 6rem;
  }

  .print\:gap-28 {
    gap: 7rem;
  }

  .print\:gap-32 {
    gap: 8rem;
  }

  .print\:gap-36 {
    gap: 9rem;
  }

  .print\:gap-40 {
    gap: 10rem;
  }

  .print\:gap-44 {
    gap: 11rem;
  }

  .print\:gap-48 {
    gap: 12rem;
  }

  .print\:gap-52 {
    gap: 13rem;
  }

  .print\:gap-56 {
    gap: 14rem;
  }

  .print\:gap-60 {
    gap: 15rem;
  }

  .print\:gap-64 {
    gap: 16rem;
  }

  .print\:gap-72 {
    gap: 18rem;
  }

  .print\:gap-80 {
    gap: 20rem;
  }

  .print\:gap-96 {
    gap: 24rem;
  }

  .print\:gap-px {
    gap: 1px;
  }

  .print\:gap-0\.5 {
    gap: 2px;
  }

  .print\:gap-1\.5 {
    gap: 6px;
  }

  .print\:gap-2\.5 {
    gap: 10px;
  }

  .print\:gap-3\.5 {
    gap: 0.875rem;
  }

  .print\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .print\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .print\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .print\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .print\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .print\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .print\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .print\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .print\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .print\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .print\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .print\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .print\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .print\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .print\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .print\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .print\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .print\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .print\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .print\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .print\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .print\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .print\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .print\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .print\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .print\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .print\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .print\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .print\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .print\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .print\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .print\:gap-x-0\.5 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .print\:gap-x-1\.5 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .print\:gap-x-2\.5 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .print\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .print\:gap-y-0 {
    row-gap: 0px;
  }

  .print\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .print\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .print\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .print\:gap-y-4 {
    row-gap: 1rem;
  }

  .print\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .print\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .print\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .print\:gap-y-8 {
    row-gap: 2rem;
  }

  .print\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .print\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .print\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .print\:gap-y-12 {
    row-gap: 3rem;
  }

  .print\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .print\:gap-y-16 {
    row-gap: 4rem;
  }

  .print\:gap-y-20 {
    row-gap: 5rem;
  }

  .print\:gap-y-24 {
    row-gap: 6rem;
  }

  .print\:gap-y-28 {
    row-gap: 7rem;
  }

  .print\:gap-y-32 {
    row-gap: 8rem;
  }

  .print\:gap-y-36 {
    row-gap: 9rem;
  }

  .print\:gap-y-40 {
    row-gap: 10rem;
  }

  .print\:gap-y-44 {
    row-gap: 11rem;
  }

  .print\:gap-y-48 {
    row-gap: 12rem;
  }

  .print\:gap-y-52 {
    row-gap: 13rem;
  }

  .print\:gap-y-56 {
    row-gap: 14rem;
  }

  .print\:gap-y-60 {
    row-gap: 15rem;
  }

  .print\:gap-y-64 {
    row-gap: 16rem;
  }

  .print\:gap-y-72 {
    row-gap: 18rem;
  }

  .print\:gap-y-80 {
    row-gap: 20rem;
  }

  .print\:gap-y-96 {
    row-gap: 24rem;
  }

  .print\:gap-y-px {
    row-gap: 1px;
  }

  .print\:gap-y-0\.5 {
    row-gap: 2px;
  }

  .print\:gap-y-1\.5 {
    row-gap: 6px;
  }

  .print\:gap-y-2\.5 {
    row-gap: 10px;
  }

  .print\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

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

  .print\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .print\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .print\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .print\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .print\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .print\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .print\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .print\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .print\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .print\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .print\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .print\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .print\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .print\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .print\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .print\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .print\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .print\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .print\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .print\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .print\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .print\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .print\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .print\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .print\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .print\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .print\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .print\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .print\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .print\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .print\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .print\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .print\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .print\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .print\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .print\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .print\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .print\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .print\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .print\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .print\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .print\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .print\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .print\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .print\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .print\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .print\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .print\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .print\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .print\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .print\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .print\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .print\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .print\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .print\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .print\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .print\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .print\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .print\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .print\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .print\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .print\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .print\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .print\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .print\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .print\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .print\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .print\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .print\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .print\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .print\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .print\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .print\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .print\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .print\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .print\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .print\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .print\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .print\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .print\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .print\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .print\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .print\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .print\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .print\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .print\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .print\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .print\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .print\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .print\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .print\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .print\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .print\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .print\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .print\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .print\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .print\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .print\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .print\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .print\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .print\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .print\:divide-w-brand-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .print\:divide-w-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-divide-opacity));
  }

  .print\:divide-w-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-divide-opacity));
  }

  .print\:divide-w-status-info-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .print\:divide-w-background-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .print\:divide-w-background-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .print\:divide-w-background-tertiary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-divide-opacity));
  }

  .print\:divide-w-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .print\:divide-w-text > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .print\:divide-w-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .print\:divide-w-border > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .print\:divide-w-divider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-divide-opacity));
  }

  .print\:divide-w-gray-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-divide-opacity));
  }

  .print\:divide-w-purple-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-divide-opacity));
  }

  .print\:divide-w-purple-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-divide-opacity));
  }

  .print\:divide-w-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-divide-opacity));
  }

  .print\:divide-w-blue-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-divide-opacity));
  }

  .print\:divide-w-blue-facebook > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-divide-opacity));
  }

  .print\:divide-w-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-divide-opacity));
  }

  .print\:divide-w-cerulean-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-divide-opacity));
  }

  .print\:divide-w-turquoise-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-divide-opacity));
  }

  .print\:divide-w-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-divide-opacity));
  }

  .print\:divide-w-green-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-divide-opacity));
  }

  .print\:divide-w-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-divide-opacity));
  }

  .print\:divide-w-yellow-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .print\:divide-w-orange-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-divide-opacity));
  }

  .print\:divide-w-red-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-divide-opacity));
  }

  .print\:divide-w-red-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-divide-opacity));
  }

  .print\:divide-w-red-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-divide-opacity));
  }

  .print\:divide-w-red-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-lavender > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-white-almond > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-divide-opacity));
  }

  .print\:divide-w-off-black-base > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .print\:divide-nw-black > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .print\:divide-nw-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .print\:divide-nw-alpha-white-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .print\:divide-nw-alpha-white-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .print\:divide-nw-alpha-white-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .print\:divide-nw-alpha-white-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .print\:divide-nw-alpha-white-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .print\:divide-nw-alpha-white-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .print\:divide-nw-alpha-white-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .print\:divide-nw-alpha-white-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .print\:divide-nw-alpha-white-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:divide-nw-alpha-white-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .print\:divide-nw-alpha-black-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .print\:divide-nw-alpha-black-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .print\:divide-nw-alpha-black-30 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .print\:divide-nw-alpha-black-40 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .print\:divide-nw-alpha-black-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .print\:divide-nw-alpha-black-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .print\:divide-nw-alpha-black-70 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .print\:divide-nw-alpha-black-80 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .print\:divide-nw-alpha-black-90 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .print\:divide-nw-alpha-black-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .print\:divide-nw-avatar-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .print\:divide-nw-avatar-contrast-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:divide-nw-avatar-contrast-border-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:divide-nw-avatar-focus-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:divide-nw-avatar-placeholder-text > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .print\:divide-nw-avatar-profile-photo-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .print\:divide-nw-avatar-recipient-bg-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .print\:divide-nw-avatar-recipient-bg-berry > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .print\:divide-nw-avatar-recipient-bg-evergreen > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .print\:divide-nw-avatar-recipient-bg-herb > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .print\:divide-nw-avatar-recipient-bg-honey > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .print\:divide-nw-avatar-recipient-bg-lavender > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .print\:divide-nw-avatar-recipient-bg-mist > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .print\:divide-nw-avatar-recipient-bg-peach > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .print\:divide-nw-avatar-recipient-bg-plum > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .print\:divide-nw-avatar-recipient-bg-sage > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .print\:divide-nw-avatar-recipient-bg-sandalwood > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .print\:divide-nw-avatar-recipient-bg-wildflower > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .print\:divide-nw-avatar-recipient-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:divide-nw-calendar-date-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .print\:divide-nw-calendar-date-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .print\:divide-nw-calendar-default > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .print\:divide-nw-calendar-aqua > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .print\:divide-nw-calendar-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .print\:divide-nw-calendar-multi-day > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .print\:divide-nw-calendar-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .print\:divide-nw-fg-brand-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .print\:divide-nw-fg-brand-primary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:divide-nw-fg-brand-primary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:divide-nw-fg-brand-quarternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:divide-nw-fg-brand-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .print\:divide-nw-fg-brand-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .print\:divide-nw-fg-brand-secondary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:divide-nw-fg-brand-senary-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:divide-nw-fg-brand-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:divide-nw-fg-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .print\:divide-nw-fg-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:divide-nw-fg-error-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .print\:divide-nw-fg-error-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .print\:divide-nw-fg-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .print\:divide-nw-fg-quaternary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .print\:divide-nw-fg-quaternary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:divide-nw-fg-quinary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .print\:divide-nw-fg-quinary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .print\:divide-nw-fg-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .print\:divide-nw-fg-secondary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .print\:divide-nw-fg-senary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .print\:divide-nw-fg-success-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .print\:divide-nw-fg-success-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .print\:divide-nw-fg-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .print\:divide-nw-fg-tertiary-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:divide-nw-fg-warning-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .print\:divide-nw-fg-warning-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .print\:divide-nw-fg-white > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .print\:divide-nw-sent-message-bg > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .print\:divide-nw-sent-message-text-link > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .print\:divide-nw-sent-message-text-link-visited > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:divide-nw-partner-rover-green > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .print\:divide-nw-brand > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .print\:divide-nw-brand-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .print\:divide-nw-brand-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .print\:divide-nw-brand-subtle-alt > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .print\:divide-nw-disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .print\:divide-nw-disabled-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .print\:divide-nw-error > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .print\:divide-nw-featured-icon > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .print\:divide-nw-error-subtle > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .print\:divide-nw-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .print\:divide-nw-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .print\:divide-nw-success > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .print\:divide-nw-success-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .print\:divide-nw-tertiary > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .print\:divide-nw-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .print\:divide-nw-warning-solid > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .print\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .print\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .print\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .print\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .print\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .print\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .print\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .print\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .print\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .print\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .print\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .print\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .print\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .print\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .print\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .print\:place-self-auto {
    place-self: auto;
  }

  .print\:place-self-start {
    place-self: start;
  }

  .print\:place-self-end {
    place-self: end;
  }

  .print\:place-self-center {
    place-self: center;
  }

  .print\:place-self-stretch {
    place-self: stretch;
  }

  .print\:self-auto {
    align-self: auto;
  }

  .print\:self-start {
    align-self: flex-start;
  }

  .print\:self-end {
    align-self: flex-end;
  }

  .print\:self-center {
    align-self: center;
  }

  .print\:self-stretch {
    align-self: stretch;
  }

  .print\:self-baseline {
    align-self: baseline;
  }

  .print\:justify-self-auto {
    justify-self: auto;
  }

  .print\:justify-self-start {
    justify-self: start;
  }

  .print\:justify-self-end {
    justify-self: end;
  }

  .print\:justify-self-center {
    justify-self: center;
  }

  .print\:justify-self-stretch {
    justify-self: stretch;
  }

  .print\:overflow-auto {
    overflow: auto;
  }

  .print\:overflow-hidden {
    overflow: hidden;
  }

  .print\:overflow-visible {
    overflow: visible;
  }

  .print\:overflow-scroll {
    overflow: scroll;
  }

  .print\:overflow-x-auto {
    overflow-x: auto;
  }

  .print\:overflow-y-auto {
    overflow-y: auto;
  }

  .print\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .print\:overflow-x-visible {
    overflow-x: visible;
  }

  .print\:overflow-y-visible {
    overflow-y: visible;
  }

  .print\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .print\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .print\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .print\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .print\:overscroll-none {
    overscroll-behavior: none;
  }

  .print\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .print\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .print\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .print\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .print\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .print\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .print\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .print\:whitespace-normal {
    white-space: normal;
  }

  .print\:whitespace-nowrap {
    white-space: nowrap;
  }

  .print\:whitespace-pre {
    white-space: pre;
  }

  .print\:whitespace-pre-line {
    white-space: pre-line;
  }

  .print\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .print\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .print\:break-words {
    overflow-wrap: break-word;
  }

  .print\:break-all {
    word-break: break-all;
  }

  .print\:rounded-none {
    border-radius: 0px;
  }

  .print\:rounded-sm {
    border-radius: 0.125rem;
  }

  .print\:rounded {
    border-radius: 0.25rem;
  }

  .print\:rounded-md {
    border-radius: 0.375rem;
  }

  .print\:rounded-lg {
    border-radius: 0.5rem;
  }

  .print\:rounded-xl {
    border-radius: 0.75rem;
  }

  .print\:rounded-2xl {
    border-radius: 1rem;
  }

  .print\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .print\:rounded-full {
    border-radius: 9999px;
  }

  .print\:rounded-large {
    border-radius: 10px;
  }

  .print\:rounded-medium {
    border-radius: 8px;
  }

  .print\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .print\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .print\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .print\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .print\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .print\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .print\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .print\:rounded-t-large {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .print\:rounded-t-medium {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .print\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .print\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .print\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .print\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .print\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .print\:rounded-r-large {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .print\:rounded-r-medium {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .print\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .print\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .print\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .print\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .print\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .print\:rounded-b-large {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .print\:rounded-b-medium {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .print\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .print\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .print\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .print\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .print\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .print\:rounded-l-large {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .print\:rounded-l-medium {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .print\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .print\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .print\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .print\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .print\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .print\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .print\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .print\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .print\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .print\:rounded-tl-large {
    border-top-left-radius: 10px;
  }

  .print\:rounded-tl-medium {
    border-top-left-radius: 8px;
  }

  .print\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .print\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .print\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .print\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .print\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .print\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .print\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .print\:rounded-tr-large {
    border-top-right-radius: 10px;
  }

  .print\:rounded-tr-medium {
    border-top-right-radius: 8px;
  }

  .print\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .print\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .print\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .print\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .print\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .print\:rounded-br-large {
    border-bottom-right-radius: 10px;
  }

  .print\:rounded-br-medium {
    border-bottom-right-radius: 8px;
  }

  .print\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .print\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .print\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .print\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .print\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .print\:rounded-bl-large {
    border-bottom-left-radius: 10px;
  }

  .print\:rounded-bl-medium {
    border-bottom-left-radius: 8px;
  }

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

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

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

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

  .print\:border {
    border-width: 1px;
  }

  .print\:last\:border-0:last-child {
    border-width: 0px;
  }

  .print\:last\:border-2:last-child {
    border-width: 2px;
  }

  .print\:last\:border-4:last-child {
    border-width: 4px;
  }

  .print\:last\:border-8:last-child {
    border-width: 8px;
  }

  .print\:last\:border:last-child {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .print\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .print\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .print\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .print\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .print\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .print\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .print\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .print\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .print\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .print\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .print\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .print\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .print\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .print\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .print\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .print\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .print\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .print\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .print\:last\:border-l:last-child {
    border-left-width: 1px;
  }

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

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

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

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

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

  .print\:border-transparent {
    border-color: transparent;
  }

  .print\:border-current {
    border-color: currentColor;
  }

  .print\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .print\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .print\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .print\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .print\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .print\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .print\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .print\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .print\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .print\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .print\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .print\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .print\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .print\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .print\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .print\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .print\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .print\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .print\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .print\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .print\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .print\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .print\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .print\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .print\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .print\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .print\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .print\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .print\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .print\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .print\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .print\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .print\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .print\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .print\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .print\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .print\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .print\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .print\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .print\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .print\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .print\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .print\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .print\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .print\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .print\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .print\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .print\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .print\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .print\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .print\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .print\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .print\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .print\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .print\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .print\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .print\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .print\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .print\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .print\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .print\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .print\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .print\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .print\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .print\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .print\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .print\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .print\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .print\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .print\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .print\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .print\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .print\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .print\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .print\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .print\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .print\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .print\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .print\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .print\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .print\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .print\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .print\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .print\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .print\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .print\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .print\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .print\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .print\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .print\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .print\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .print\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .print\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .print\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .print\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .print\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .print\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .print\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .print\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .print\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .print\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .print\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .print\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .print\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .print\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .print\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .print\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .print\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .print\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .print\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .print\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .print\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .print\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .print\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .print\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .print\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .print\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .print\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .print\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .print\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .print\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .print\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .print\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .print\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .print\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .print\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .print\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .print\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .print\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .print\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .print\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .print\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .print\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .print\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .print\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .print\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .print\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .print\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .print\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .print\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .print\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .print\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .print\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .print\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .print\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .print\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .print\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .print\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .print\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .print\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .print\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .print\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .print\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .print\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .print\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .print\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .print\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .print\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .print\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .print\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .print\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .print\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .print\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .print\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .print\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .print\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .print\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .print\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .print\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .print\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .print\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .print\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .print\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .print\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .print\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .print\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .print\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .print\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .print\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .print\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .print\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .print\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .print\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .print\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .print\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .print\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .print\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .print\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .print\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .print\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .print\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .print\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .print\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .print\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .group:hover .print\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .print\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .print\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-brand-primary {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-brand-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-brand-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-success {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-error {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-info {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-status-info-light {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-background-primary {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-background-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-background-tertiary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-dark {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-text {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-border {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-divider {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-base {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-purple-base {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-blue-base {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-blue-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-blue-darker {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-cerulean-base {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-turquoise-base {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-green-base {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-yellow-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-orange-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-red-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-red-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-red-base {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-light {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-base {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-blue {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-lavender {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-white-almond {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-w-off-black-base {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .group:hover .print\:group-hover\:border-nw-black {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .group:hover .print\:group-hover\:border-nw-transparent {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-10 {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-20 {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-30 {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-40 {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-50 {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-60 {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-70 {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-80 {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-90 {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-white-100 {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-10 {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-20 {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-30 {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-40 {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-50 {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-60 {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-70 {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-80 {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-90 {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .group:hover .print\:group-hover\:border-nw-alpha-black-100 {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-bg {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-contrast-border {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .print\:group-hover\:border-nw-avatar-contrast-border-brand {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .print\:group-hover\:border-nw-avatar-focus-border {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .print\:group-hover\:border-nw-avatar-placeholder-text {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-profile-photo-border {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-berry {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-evergreen {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-herb {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-honey {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-lavender {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-mist {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-peach {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-plum {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-sage {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-sandalwood {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-bg-wildflower {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .group:hover .print\:group-hover\:border-nw-avatar-recipient-border {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-date-default {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-date-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-default {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-aqua {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-multi-day {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .print\:group-hover\:border-nw-calendar-blue {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-primary {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-primary-alt {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-primary-hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-quarternary {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-quinary {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-secondary {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-secondary-alt {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-senary-alt {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .print\:group-hover\:border-nw-fg-brand-tertiary {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-disabled {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .group:hover .print\:group-hover\:border-nw-fg-disabled-subtle {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .print\:group-hover\:border-nw-fg-error-primary {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-error-secondary {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-primary {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-quaternary {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-quaternary-hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .print\:group-hover\:border-nw-fg-quinary {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-quinary-hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .print\:group-hover\:border-nw-fg-secondary {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-secondary-hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .print\:group-hover\:border-nw-fg-senary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-success-primary {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-success-secondary {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-tertiary {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-tertiary-hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .print\:group-hover\:border-nw-fg-warning-primary {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-warning-secondary {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-fg-white {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .group:hover .print\:group-hover\:border-nw-sent-message-bg {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .group:hover .print\:group-hover\:border-nw-sent-message-text-link {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .print\:group-hover\:border-nw-sent-message-text-link-visited {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .print\:group-hover\:border-nw-partner-rover-green {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .group:hover .print\:group-hover\:border-nw-brand {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .group:hover .print\:group-hover\:border-nw-brand-alt {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .group:hover .print\:group-hover\:border-nw-brand-subtle {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .group:hover .print\:group-hover\:border-nw-brand-subtle-alt {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .group:hover .print\:group-hover\:border-nw-disabled {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .group:hover .print\:group-hover\:border-nw-disabled-subtle {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .group:hover .print\:group-hover\:border-nw-error {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .group:hover .print\:group-hover\:border-nw-featured-icon {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .group:hover .print\:group-hover\:border-nw-error-subtle {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .group:hover .print\:group-hover\:border-nw-primary {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .group:hover .print\:group-hover\:border-nw-secondary {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .group:hover .print\:group-hover\:border-nw-success {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .group:hover .print\:group-hover\:border-nw-success-solid {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .group:hover .print\:group-hover\:border-nw-tertiary {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .group:hover .print\:group-hover\:border-nw-warning {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .group:hover .print\:group-hover\:border-nw-warning-solid {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .print\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .print\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .print\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-brand-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-brand-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-brand-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-status-info-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-background-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-background-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-background-tertiary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-divider:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-gray-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-purple-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-purple-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-blue-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-blue-facebook:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-blue-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-cerulean-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-turquoise-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-green-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-yellow-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-orange-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-red-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-red-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-red-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-red-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-cyan:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-lavender:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-white-almond:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-w-off-black-base:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:focus-within\:border-nw-black:focus-within {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .print\:focus-within\:border-nw-transparent:focus-within {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .print\:focus-within\:border-nw-alpha-white-10:focus-within {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .print\:focus-within\:border-nw-alpha-white-20:focus-within {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .print\:focus-within\:border-nw-alpha-white-30:focus-within {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .print\:focus-within\:border-nw-alpha-white-40:focus-within {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .print\:focus-within\:border-nw-alpha-white-50:focus-within {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .print\:focus-within\:border-nw-alpha-white-60:focus-within {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .print\:focus-within\:border-nw-alpha-white-70:focus-within {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .print\:focus-within\:border-nw-alpha-white-80:focus-within {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .print\:focus-within\:border-nw-alpha-white-90:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:border-nw-alpha-white-100:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .print\:focus-within\:border-nw-alpha-black-10:focus-within {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .print\:focus-within\:border-nw-alpha-black-20:focus-within {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .print\:focus-within\:border-nw-alpha-black-30:focus-within {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .print\:focus-within\:border-nw-alpha-black-40:focus-within {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .print\:focus-within\:border-nw-alpha-black-50:focus-within {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .print\:focus-within\:border-nw-alpha-black-60:focus-within {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .print\:focus-within\:border-nw-alpha-black-70:focus-within {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .print\:focus-within\:border-nw-alpha-black-80:focus-within {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .print\:focus-within\:border-nw-alpha-black-90:focus-within {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .print\:focus-within\:border-nw-alpha-black-100:focus-within {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .print\:focus-within\:border-nw-avatar-bg:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .print\:focus-within\:border-nw-avatar-contrast-border:focus-within {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus-within\:border-nw-avatar-contrast-border-brand:focus-within {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus-within\:border-nw-avatar-focus-border:focus-within {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus-within\:border-nw-avatar-placeholder-text:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .print\:focus-within\:border-nw-avatar-profile-photo-border:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-berry:focus-within {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-evergreen:focus-within {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-herb:focus-within {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-honey:focus-within {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-lavender:focus-within {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-mist:focus-within {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-peach:focus-within {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-plum:focus-within {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-sage:focus-within {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-sandalwood:focus-within {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-bg-wildflower:focus-within {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .print\:focus-within\:border-nw-avatar-recipient-border:focus-within {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:border-nw-calendar-date-default:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .print\:focus-within\:border-nw-calendar-date-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus-within\:border-nw-calendar-default:focus-within {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .print\:focus-within\:border-nw-calendar-aqua:focus-within {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .print\:focus-within\:border-nw-calendar-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .print\:focus-within\:border-nw-calendar-multi-day:focus-within {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus-within\:border-nw-calendar-blue:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .print\:focus-within\:border-nw-fg-brand-primary:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus-within\:border-nw-fg-brand-primary-alt:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus-within\:border-nw-fg-brand-primary-hover:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus-within\:border-nw-fg-brand-quarternary:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus-within\:border-nw-fg-brand-quinary:focus-within {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus-within\:border-nw-fg-brand-secondary:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus-within\:border-nw-fg-brand-secondary-alt:focus-within {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus-within\:border-nw-fg-brand-senary-alt:focus-within {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus-within\:border-nw-fg-brand-tertiary:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus-within\:border-nw-fg-disabled:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .print\:focus-within\:border-nw-fg-disabled-subtle:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus-within\:border-nw-fg-error-primary:focus-within {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .print\:focus-within\:border-nw-fg-error-secondary:focus-within {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus-within\:border-nw-fg-primary:focus-within {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .print\:focus-within\:border-nw-fg-quaternary:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .print\:focus-within\:border-nw-fg-quaternary-hover:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus-within\:border-nw-fg-quinary:focus-within {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .print\:focus-within\:border-nw-fg-quinary-hover:focus-within {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus-within\:border-nw-fg-secondary:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .print\:focus-within\:border-nw-fg-secondary-hover:focus-within {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus-within\:border-nw-fg-senary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .print\:focus-within\:border-nw-fg-success-primary:focus-within {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .print\:focus-within\:border-nw-fg-success-secondary:focus-within {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus-within\:border-nw-fg-tertiary:focus-within {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .print\:focus-within\:border-nw-fg-tertiary-hover:focus-within {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus-within\:border-nw-fg-warning-primary:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus-within\:border-nw-fg-warning-secondary:focus-within {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus-within\:border-nw-fg-white:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .print\:focus-within\:border-nw-sent-message-bg:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .print\:focus-within\:border-nw-sent-message-text-link:focus-within {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus-within\:border-nw-sent-message-text-link-visited:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus-within\:border-nw-partner-rover-green:focus-within {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .print\:focus-within\:border-nw-brand:focus-within {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .print\:focus-within\:border-nw-brand-alt:focus-within {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .print\:focus-within\:border-nw-brand-subtle:focus-within {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .print\:focus-within\:border-nw-brand-subtle-alt:focus-within {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .print\:focus-within\:border-nw-disabled:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .print\:focus-within\:border-nw-disabled-subtle:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .print\:focus-within\:border-nw-error:focus-within {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .print\:focus-within\:border-nw-featured-icon:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .print\:focus-within\:border-nw-error-subtle:focus-within {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .print\:focus-within\:border-nw-primary:focus-within {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .print\:focus-within\:border-nw-secondary:focus-within {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .print\:focus-within\:border-nw-success:focus-within {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .print\:focus-within\:border-nw-success-solid:focus-within {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .print\:focus-within\:border-nw-tertiary:focus-within {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .print\:focus-within\:border-nw-warning:focus-within {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .print\:focus-within\:border-nw-warning-solid:focus-within {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .print\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .print\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .print\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .print\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .print\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .print\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .print\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .print\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .print\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .print\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .print\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .print\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-brand-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-brand-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-brand-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-status-info-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-background-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-background-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-background-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-divider:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-gray-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-purple-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-blue-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-blue-facebook:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-blue-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-cerulean-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-turquoise-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-green-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-yellow-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-orange-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-red-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-red-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-red-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-red-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-cyan:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-lavender:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-white-almond:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .print\:hover\:border-w-off-black-base:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:hover\:border-nw-black:hover {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .print\:hover\:border-nw-transparent:hover {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .print\:hover\:border-nw-alpha-white-10:hover {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .print\:hover\:border-nw-alpha-white-20:hover {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .print\:hover\:border-nw-alpha-white-30:hover {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .print\:hover\:border-nw-alpha-white-40:hover {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .print\:hover\:border-nw-alpha-white-50:hover {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .print\:hover\:border-nw-alpha-white-60:hover {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .print\:hover\:border-nw-alpha-white-70:hover {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .print\:hover\:border-nw-alpha-white-80:hover {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .print\:hover\:border-nw-alpha-white-90:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:border-nw-alpha-white-100:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .print\:hover\:border-nw-alpha-black-10:hover {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .print\:hover\:border-nw-alpha-black-20:hover {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .print\:hover\:border-nw-alpha-black-30:hover {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .print\:hover\:border-nw-alpha-black-40:hover {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .print\:hover\:border-nw-alpha-black-50:hover {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .print\:hover\:border-nw-alpha-black-60:hover {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .print\:hover\:border-nw-alpha-black-70:hover {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .print\:hover\:border-nw-alpha-black-80:hover {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .print\:hover\:border-nw-alpha-black-90:hover {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .print\:hover\:border-nw-alpha-black-100:hover {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .print\:hover\:border-nw-avatar-bg:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .print\:hover\:border-nw-avatar-contrast-border:hover {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:hover\:border-nw-avatar-contrast-border-brand:hover {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:hover\:border-nw-avatar-focus-border:hover {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:hover\:border-nw-avatar-placeholder-text:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .print\:hover\:border-nw-avatar-profile-photo-border:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-berry:hover {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-evergreen:hover {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-herb:hover {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-honey:hover {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-lavender:hover {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-mist:hover {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-peach:hover {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-plum:hover {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-sage:hover {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-sandalwood:hover {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .print\:hover\:border-nw-avatar-recipient-bg-wildflower:hover {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .print\:hover\:border-nw-avatar-recipient-border:hover {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:border-nw-calendar-date-default:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .print\:hover\:border-nw-calendar-date-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .print\:hover\:border-nw-calendar-default:hover {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .print\:hover\:border-nw-calendar-aqua:hover {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .print\:hover\:border-nw-calendar-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .print\:hover\:border-nw-calendar-multi-day:hover {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .print\:hover\:border-nw-calendar-blue:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .print\:hover\:border-nw-fg-brand-primary:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .print\:hover\:border-nw-fg-brand-primary-alt:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:hover\:border-nw-fg-brand-primary-hover:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:hover\:border-nw-fg-brand-quarternary:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:hover\:border-nw-fg-brand-quinary:hover {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .print\:hover\:border-nw-fg-brand-secondary:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .print\:hover\:border-nw-fg-brand-secondary-alt:hover {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:hover\:border-nw-fg-brand-senary-alt:hover {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:hover\:border-nw-fg-brand-tertiary:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:hover\:border-nw-fg-disabled:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .print\:hover\:border-nw-fg-disabled-subtle:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:hover\:border-nw-fg-error-primary:hover {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .print\:hover\:border-nw-fg-error-secondary:hover {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .print\:hover\:border-nw-fg-primary:hover {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .print\:hover\:border-nw-fg-quaternary:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .print\:hover\:border-nw-fg-quaternary-hover:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:hover\:border-nw-fg-quinary:hover {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .print\:hover\:border-nw-fg-quinary-hover:hover {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .print\:hover\:border-nw-fg-secondary:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .print\:hover\:border-nw-fg-secondary-hover:hover {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .print\:hover\:border-nw-fg-senary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .print\:hover\:border-nw-fg-success-primary:hover {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .print\:hover\:border-nw-fg-success-secondary:hover {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .print\:hover\:border-nw-fg-tertiary:hover {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .print\:hover\:border-nw-fg-tertiary-hover:hover {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:hover\:border-nw-fg-warning-primary:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .print\:hover\:border-nw-fg-warning-secondary:hover {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .print\:hover\:border-nw-fg-white:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .print\:hover\:border-nw-sent-message-bg:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .print\:hover\:border-nw-sent-message-text-link:hover {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .print\:hover\:border-nw-sent-message-text-link-visited:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:hover\:border-nw-partner-rover-green:hover {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .print\:hover\:border-nw-brand:hover {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .print\:hover\:border-nw-brand-alt:hover {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .print\:hover\:border-nw-brand-subtle:hover {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .print\:hover\:border-nw-brand-subtle-alt:hover {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .print\:hover\:border-nw-disabled:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .print\:hover\:border-nw-disabled-subtle:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .print\:hover\:border-nw-error:hover {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .print\:hover\:border-nw-featured-icon:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .print\:hover\:border-nw-error-subtle:hover {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .print\:hover\:border-nw-primary:hover {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .print\:hover\:border-nw-secondary:hover {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .print\:hover\:border-nw-success:hover {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .print\:hover\:border-nw-success-solid:hover {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .print\:hover\:border-nw-tertiary:hover {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .print\:hover\:border-nw-warning:hover {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .print\:hover\:border-nw-warning-solid:hover {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .print\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .print\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .print\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .print\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .print\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .print\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .print\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .print\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .print\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .print\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .print\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .print\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-brand-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-brand-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(72, 109, 231, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-brand-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 39, 35, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 250, 233, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 107, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 244, 226, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 31, 27, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 241, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 54, 164, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-status-info-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-background-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-background-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-background-tertiary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 226, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-divider:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 148, 148, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(114, 115, 117, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-gray-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 85, 85, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-purple-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 26, 139, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 146, 213, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-blue-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 86, 153, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-blue-facebook:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-blue-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 102, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-cerulean-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 172, 237, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-turquoise-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 227, 194, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 211, 33, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-green-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 200, 101, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 0, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-yellow-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-orange-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 158, 31, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-red-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 155, 149, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-red-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 113, 101, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-red-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 56, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-red-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 19, 0, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-cyan:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 249, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 252, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-lavender:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 209, 242, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-white-almond:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 223, 213, var(--tw-border-opacity));
  }

  .print\:focus\:border-w-off-black-base:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .print\:focus\:border-nw-black:focus {
    border-color: hsl(0 0% 0%);
    border-color: hsl(var(--black));
  }

  .print\:focus\:border-nw-transparent:focus {
    border-color: hsl(0 0% 100% / 0);
    border-color: hsl(var(--transparent));
  }

  .print\:focus\:border-nw-alpha-white-10:focus {
    border-color: hsl(0 0% 100% / 10%);
    border-color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:border-nw-alpha-white-20:focus {
    border-color: hsl(0 0% 100% / 20%);
    border-color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:border-nw-alpha-white-30:focus {
    border-color: hsl(0 0% 100% / 30%);
    border-color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:border-nw-alpha-white-40:focus {
    border-color: hsl(0 0% 100% / 40%);
    border-color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:border-nw-alpha-white-50:focus {
    border-color: hsl(0 0% 100% / 50%);
    border-color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:border-nw-alpha-white-60:focus {
    border-color: hsl(0 0% 100% / 60%);
    border-color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:border-nw-alpha-white-70:focus {
    border-color: hsl(0 0% 100% / 70%);
    border-color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:border-nw-alpha-white-80:focus {
    border-color: hsl(0 0% 100% / 80%);
    border-color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:border-nw-alpha-white-90:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:border-nw-alpha-white-100:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:border-nw-alpha-black-10:focus {
    border-color: hsl(24 12% 8% / 10%);
    border-color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:border-nw-alpha-black-20:focus {
    border-color: hsl(24 12% 8% / 20%);
    border-color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:border-nw-alpha-black-30:focus {
    border-color: hsl(24 12% 8% / 30%);
    border-color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:border-nw-alpha-black-40:focus {
    border-color: hsl(24 12% 8% / 40%);
    border-color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:border-nw-alpha-black-50:focus {
    border-color: hsl(24 12% 8% / 50%);
    border-color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:border-nw-alpha-black-60:focus {
    border-color: hsl(24 12% 8% / 60%);
    border-color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:border-nw-alpha-black-70:focus {
    border-color: hsl(24 12% 8% / 70%);
    border-color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:border-nw-alpha-black-80:focus {
    border-color: hsl(24 12% 8% / 80%);
    border-color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:border-nw-alpha-black-90:focus {
    border-color: hsl(24 12% 8% / 90%);
    border-color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:border-nw-alpha-black-100:focus {
    border-color: hsl(24 12% 8%);
    border-color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:border-nw-avatar-bg:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:border-nw-avatar-contrast-border:focus {
    border-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:border-nw-avatar-contrast-border-brand:focus {
    border-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:border-nw-avatar-focus-border:focus {
    border-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:border-nw-avatar-placeholder-text:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:border-nw-avatar-profile-photo-border:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--white));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--aqua-400));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-berry:focus {
    border-color: hsl(324 35% 60%);
    border-color: hsl(var(--berry-500));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-evergreen:focus {
    border-color: hsl(144 17% 52%);
    border-color: hsl(var(--evergreen-400));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-herb:focus {
    border-color: hsl(65 21% 54%);
    border-color: hsl(var(--herb-400));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-honey:focus {
    border-color: hsl(35 85% 53%);
    border-color: hsl(var(--honey-400));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-lavender:focus {
    border-color: hsl(240 37% 66%);
    border-color: hsl(var(--lavender-500));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-mist:focus {
    border-color: hsl(205 19% 46%);
    border-color: hsl(var(--mist-500));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-peach:focus {
    border-color: hsl(13 97% 71%);
    border-color: hsl(var(--peach-400));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-plum:focus {
    border-color: hsl(302 31% 49%);
    border-color: hsl(var(--plum-600));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-sage:focus {
    border-color: hsl(173 20% 40%);
    border-color: hsl(var(--sage-500));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-sandalwood:focus {
    border-color: hsl(8 53% 60%);
    border-color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:border-nw-avatar-recipient-bg-wildflower:focus {
    border-color: hsl(353 26% 60%);
    border-color: hsl(var(--wildflower-500));
  }

  .print\:focus\:border-nw-avatar-recipient-border:focus {
    border-color: hsl(0 0% 100% / 90%);
    border-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:border-nw-calendar-date-default:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:border-nw-calendar-date-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:border-nw-calendar-default:focus {
    border-color: hsl(270 49% 56%);
    border-color: hsl(var(--calendar-default));
  }

  .print\:focus\:border-nw-calendar-aqua:focus {
    border-color: hsl(186 50% 53%);
    border-color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:border-nw-calendar-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:border-nw-calendar-multi-day:focus {
    border-color: hsl(267 61% 85%);
    border-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:border-nw-calendar-blue:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--calendar-blue));
  }

  .print\:focus\:border-nw-fg-brand-primary:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:border-nw-fg-brand-primary-alt:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:border-nw-fg-brand-primary-hover:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:border-nw-fg-brand-quarternary:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:border-nw-fg-brand-quinary:focus {
    border-color: hsl(219 100% 94%);
    border-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:border-nw-fg-brand-secondary:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:border-nw-fg-brand-secondary-alt:focus {
    border-color: hsl(226 95% 75%);
    border-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:border-nw-fg-brand-senary-alt:focus {
    border-color: hsl(217 100% 96%);
    border-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:border-nw-fg-brand-tertiary:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:border-nw-fg-disabled:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-disabled));
  }

  .print\:focus\:border-nw-fg-disabled-subtle:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:border-nw-fg-error-primary:focus {
    border-color: hsl(5 90% 60%);
    border-color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:border-nw-fg-error-secondary:focus {
    border-color: hsl(5 96% 67%);
    border-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:border-nw-fg-primary:focus {
    border-color: hsl(24 10% 10%);
    border-color: hsl(var(--fg-primary));
  }

  .print\:focus\:border-nw-fg-quaternary:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:border-nw-fg-quaternary-hover:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:border-nw-fg-quinary:focus {
    border-color: hsl(25 7% 64%);
    border-color: hsl(var(--fg-quinary));
  }

  .print\:focus\:border-nw-fg-quinary-hover:focus {
    border-color: hsl(26 6% 45%);
    border-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:border-nw-fg-secondary:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-secondary));
  }

  .print\:focus\:border-nw-fg-secondary-hover:focus {
    border-color: hsl(12 6% 15%);
    border-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:border-nw-fg-senary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--fg-senary));
  }

  .print\:focus\:border-nw-fg-success-primary:focus {
    border-color: hsl(136 39% 45%);
    border-color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:border-nw-fg-success-secondary:focus {
    border-color: hsl(136 37% 58%);
    border-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:border-nw-fg-tertiary:focus {
    border-color: hsl(33 5% 32%);
    border-color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:border-nw-fg-tertiary-hover:focus {
    border-color: hsl(30 6% 25%);
    border-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:border-nw-fg-warning-primary:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:border-nw-fg-warning-secondary:focus {
    border-color: hsl(46 96% 53%);
    border-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:border-nw-fg-white:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--fg-white));
  }

  .print\:focus\:border-nw-sent-message-bg:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:border-nw-sent-message-text-link:focus {
    border-color: hsl(0 0% 100%);
    border-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:border-nw-sent-message-text-link-visited:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:border-nw-partner-rover-green:focus {
    border-color: hsl(156 100% 37%);
    border-color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:border-nw-brand:focus {
    border-color: hsl(230 89% 67%);
    border-color: hsl(var(--border-brand));
  }

  .print\:focus\:border-nw-brand-alt:focus {
    border-color: hsl(235 80% 59%);
    border-color: hsl(var(--border-brand-alt));
  }

  .print\:focus\:border-nw-brand-subtle:focus {
    border-color: hsl(219 100% 89%);
    border-color: hsl(var(--border-brand-subtle));
  }

  .print\:focus\:border-nw-brand-subtle-alt:focus {
    border-color: hsl(221 100% 82%);
    border-color: hsl(var(--border-brand-subtle-alt));
  }

  .print\:focus\:border-nw-disabled:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-disabled));
  }

  .print\:focus\:border-nw-disabled-subtle:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-disabled-subtle));
  }

  .print\:focus\:border-nw-error:focus {
    border-color: hsl(5 77% 51%);
    border-color: hsl(var(--border-error));
  }

  .print\:focus\:border-nw-featured-icon:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--featured-icon-border));
  }

  .print\:focus\:border-nw-error-subtle:focus {
    border-color: hsl(5 100% 82%);
    border-color: hsl(var(--border-error-subtle));
  }

  .print\:focus\:border-nw-primary:focus {
    border-color: hsl(26 8% 83%);
    border-color: hsl(var(--border-primary));
  }

  .print\:focus\:border-nw-secondary:focus {
    border-color: hsl(20 6% 90%);
    border-color: hsl(var(--border-secondary));
  }

  .print\:focus\:border-nw-success:focus {
    border-color: hsl(136 42% 75%);
    border-color: hsl(var(--border-success));
  }

  .print\:focus\:border-nw-success-solid:focus {
    border-color: hsl(136 42% 36%);
    border-color: hsl(var(--border-success-solid));
  }

  .print\:focus\:border-nw-tertiary:focus {
    border-color: hsl(60 5% 96%);
    border-color: hsl(var(--border-tertiary));
  }

  .print\:focus\:border-nw-warning:focus {
    border-color: hsl(48 97% 72%);
    border-color: hsl(var(--border-warning));
  }

  .print\:focus\:border-nw-warning-solid:focus {
    border-color: hsl(43 93% 47%);
    border-color: hsl(var(--border-warning-solid));
  }

  .print\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .print\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .print\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .print\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .print\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .print\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .print\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .print\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .print\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .print\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .print\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .print\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .print\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .print\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .print\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .print\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .print\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .print\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .print\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .print\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .print\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .print\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .print\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .print\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .print\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .print\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .print\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .print\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .print\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .print\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .print\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .print\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .print\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .print\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .print\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .print\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .print\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .print\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .print\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .print\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .print\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .print\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .print\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .print\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .print\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .print\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .print\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .print\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .print\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .print\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .print\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .print\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .print\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .print\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .print\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .print\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .print\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .print\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .print\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .print\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .print\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .print\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .print\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .print\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .print\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .print\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .print\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .print\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .print\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .print\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .print\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .print\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .print\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .print\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .print\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .print\:bg-transparent {
    background-color: transparent;
  }

  .print\:bg-current {
    background-color: currentColor;
  }

  .print\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .print\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .print\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .print\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .print\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .print\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .print\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .print\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .print\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .print\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .print\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .print\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .print\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .print\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .print\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .print\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .print\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .print\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .print\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .print\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .print\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .print\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .print\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .print\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .print\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .print\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .print\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .print\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .print\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .print\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .print\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .print\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .print\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .print\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .print\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .print\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .print\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .print\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .print\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .print\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .print\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .print\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .print\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .print\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .print\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .print\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .print\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .print\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .print\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .print\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .print\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .print\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .print\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .print\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .print\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .print\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .print\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .print\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .print\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .print\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .print\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .print\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .print\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .print\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .print\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .print\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .print\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .print\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .print\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .print\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .print\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .print\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .print\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .print\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .print\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .print\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .print\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .print\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .print\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .print\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .print\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .print\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .print\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .print\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .print\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .print\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .print\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .print\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .print\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .print\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .print\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .print\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .print\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .print\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .print\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .print\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .print\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .print\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .print\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .print\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .print\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .print\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .print\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .print\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .print\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .print\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .print\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .print\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .print\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .print\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .print\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .print\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .print\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .print\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .print\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .print\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .print\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .print\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .print\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .print\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .print\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .print\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .print\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .print\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .print\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .print\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .print\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .print\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .print\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .print\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .print\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .print\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .print\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .print\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .print\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .print\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .print\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .print\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .print\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .print\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .print\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .print\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .print\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .print\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .print\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .print\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .print\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .print\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .print\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .print\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .print\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .print\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .print\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .print\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .print\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .print\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .print\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .print\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .print\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .print\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .print\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .print\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .print\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .print\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .print\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .print\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .print\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .print\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .print\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .print\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .print\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .print\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .print\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .print\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .print\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .print\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .print\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .print\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .print\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .print\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .print\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .print\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .print\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .print\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .print\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .print\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .print\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .print\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .print\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .print\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .print\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .print\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .print\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .print\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .print\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .print\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .print\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .group:hover .print\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .print\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .print\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-brand-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-success {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-error {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-info {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-status-info-light {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-background-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-background-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-background-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-text {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-border {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-divider {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-base {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-gray-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-purple-base {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-blue-base {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-blue-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-cerulean-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-turquoise-base {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-green-base {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-yellow-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-orange-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-red-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-red-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-red-base {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-light {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-lavender {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-white-almond {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-w-off-black-base {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .group:hover .print\:group-hover\:bg-nw-black {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .group:hover .print\:group-hover\:bg-nw-transparent {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-10 {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-20 {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-30 {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-40 {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-50 {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-60 {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-70 {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-80 {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-90 {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-white-100 {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-10 {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-20 {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-30 {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-40 {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-50 {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-60 {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-70 {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-80 {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-90 {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .group:hover .print\:group-hover\:bg-nw-alpha-black-100 {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-bg {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-contrast-border {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-contrast-border-brand {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-focus-border {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-placeholder-text {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-profile-photo-border {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-berry {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-evergreen {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-herb {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-honey {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-lavender {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-mist {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-peach {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-plum {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-sage {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-sandalwood {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-bg-wildflower {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .group:hover .print\:group-hover\:bg-nw-avatar-recipient-border {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-date-default {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-date-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-default {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-aqua {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-disabled {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-multi-day {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .group:hover .print\:group-hover\:bg-nw-calendar-blue {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-primary {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-primary-alt {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-primary-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-quarternary {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-quinary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-secondary {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-secondary-alt {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-senary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-brand-tertiary {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-disabled {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-disabled-subtle {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-error-primary {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-error-secondary {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-primary {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-quaternary {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-quaternary-hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-quinary {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-quinary-hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-secondary {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-secondary-hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-senary {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-success-primary {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-success-secondary {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-tertiary {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-tertiary-hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-warning-primary {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-warning-secondary {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-fg-white {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .group:hover .print\:group-hover\:bg-nw-sent-message-bg {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .group:hover .print\:group-hover\:bg-nw-sent-message-text-link {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .group:hover .print\:group-hover\:bg-nw-sent-message-text-link-visited {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .print\:group-hover\:bg-nw-partner-rover-green {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .group:hover .print\:group-hover\:bg-nw-active {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-primary {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-primary-alt {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-primary-hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-secondary {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-section {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-section-subtle {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-solid {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .group:hover .print\:group-hover\:bg-nw-brand-solid-hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-aqua {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-berry {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-evergreen {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-herb {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-honey {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-lavender {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-mist {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-peach {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-plum {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-sage {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-sandalwood {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .group:hover .print\:group-hover\:bg-nw-cr-solid-wildflower {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .group:hover .print\:group-hover\:bg-nw-disabled {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .group:hover .print\:group-hover\:bg-nw-disabled-subtle {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .group:hover .print\:group-hover\:bg-nw-error-primary {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-error-secondary {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-error-solid {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .group:hover .print\:group-hover\:bg-nw-featured-icon {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .group:hover .print\:group-hover\:bg-nw-modal-content {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .group:hover .print\:group-hover\:bg-nw-overlay {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .group:hover .print\:group-hover\:bg-nw-paper {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .group:hover .print\:group-hover\:bg-nw-primary {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-primary-alt {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-primary-card {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .group:hover .print\:group-hover\:bg-nw-primary-hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-primary-solid {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .group:hover .print\:group-hover\:bg-nw-quaternary {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .group:hover .print\:group-hover\:bg-nw-secondary {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-secondary-alt {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .group:hover .print\:group-hover\:bg-nw-secondary-hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .group:hover .print\:group-hover\:bg-nw-secondary-subtle {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .group:hover .print\:group-hover\:bg-nw-success-primary {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-success-secondary {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-success-solid {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .group:hover .print\:group-hover\:bg-nw-tertiary {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .group:hover .print\:group-hover\:bg-nw-warning-primary {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .group:hover .print\:group-hover\:bg-nw-warning-secondary {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .group:hover .print\:group-hover\:bg-nw-warning-solid {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .print\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .print\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .print\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-brand-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-brand-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-brand-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-status-info-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-background-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-background-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-background-tertiary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-divider:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-gray-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-purple-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-purple-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-blue-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-blue-facebook:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-blue-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-cerulean-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-turquoise-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-green-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-yellow-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-orange-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-red-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-red-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-red-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-red-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-cyan:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-lavender:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-white-almond:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-w-off-black-base:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:focus-within\:bg-nw-black:focus-within {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .print\:focus-within\:bg-nw-transparent:focus-within {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .print\:focus-within\:bg-nw-alpha-white-10:focus-within {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .print\:focus-within\:bg-nw-alpha-white-20:focus-within {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .print\:focus-within\:bg-nw-alpha-white-30:focus-within {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .print\:focus-within\:bg-nw-alpha-white-40:focus-within {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .print\:focus-within\:bg-nw-alpha-white-50:focus-within {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .print\:focus-within\:bg-nw-alpha-white-60:focus-within {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .print\:focus-within\:bg-nw-alpha-white-70:focus-within {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .print\:focus-within\:bg-nw-alpha-white-80:focus-within {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .print\:focus-within\:bg-nw-alpha-white-90:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:bg-nw-alpha-white-100:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .print\:focus-within\:bg-nw-alpha-black-10:focus-within {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .print\:focus-within\:bg-nw-alpha-black-20:focus-within {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .print\:focus-within\:bg-nw-alpha-black-30:focus-within {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .print\:focus-within\:bg-nw-alpha-black-40:focus-within {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .print\:focus-within\:bg-nw-alpha-black-50:focus-within {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .print\:focus-within\:bg-nw-alpha-black-60:focus-within {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .print\:focus-within\:bg-nw-alpha-black-70:focus-within {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .print\:focus-within\:bg-nw-alpha-black-80:focus-within {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .print\:focus-within\:bg-nw-alpha-black-90:focus-within {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .print\:focus-within\:bg-nw-alpha-black-100:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .print\:focus-within\:bg-nw-avatar-bg:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .print\:focus-within\:bg-nw-avatar-contrast-border:focus-within {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus-within\:bg-nw-avatar-contrast-border-brand:focus-within {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus-within\:bg-nw-avatar-focus-border:focus-within {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus-within\:bg-nw-avatar-placeholder-text:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .print\:focus-within\:bg-nw-avatar-profile-photo-border:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-berry:focus-within {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-evergreen:focus-within {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-herb:focus-within {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-honey:focus-within {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-lavender:focus-within {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-mist:focus-within {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-peach:focus-within {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-plum:focus-within {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-sage:focus-within {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-sandalwood:focus-within {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-bg-wildflower:focus-within {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .print\:focus-within\:bg-nw-avatar-recipient-border:focus-within {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:bg-nw-calendar-date-default:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .print\:focus-within\:bg-nw-calendar-date-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus-within\:bg-nw-calendar-default:focus-within {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .print\:focus-within\:bg-nw-calendar-aqua:focus-within {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .print\:focus-within\:bg-nw-calendar-disabled:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .print\:focus-within\:bg-nw-calendar-multi-day:focus-within {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus-within\:bg-nw-calendar-blue:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .print\:focus-within\:bg-nw-fg-brand-primary:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus-within\:bg-nw-fg-brand-primary-alt:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus-within\:bg-nw-fg-brand-primary-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus-within\:bg-nw-fg-brand-quarternary:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus-within\:bg-nw-fg-brand-quinary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus-within\:bg-nw-fg-brand-secondary:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus-within\:bg-nw-fg-brand-secondary-alt:focus-within {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus-within\:bg-nw-fg-brand-senary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus-within\:bg-nw-fg-brand-tertiary:focus-within {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus-within\:bg-nw-fg-disabled:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .print\:focus-within\:bg-nw-fg-disabled-subtle:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus-within\:bg-nw-fg-error-primary:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .print\:focus-within\:bg-nw-fg-error-secondary:focus-within {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus-within\:bg-nw-fg-primary:focus-within {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .print\:focus-within\:bg-nw-fg-quaternary:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .print\:focus-within\:bg-nw-fg-quaternary-hover:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus-within\:bg-nw-fg-quinary:focus-within {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .print\:focus-within\:bg-nw-fg-quinary-hover:focus-within {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus-within\:bg-nw-fg-secondary:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .print\:focus-within\:bg-nw-fg-secondary-hover:focus-within {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus-within\:bg-nw-fg-senary:focus-within {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .print\:focus-within\:bg-nw-fg-success-primary:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .print\:focus-within\:bg-nw-fg-success-secondary:focus-within {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus-within\:bg-nw-fg-tertiary:focus-within {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .print\:focus-within\:bg-nw-fg-tertiary-hover:focus-within {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus-within\:bg-nw-fg-warning-primary:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus-within\:bg-nw-fg-warning-secondary:focus-within {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus-within\:bg-nw-fg-white:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .print\:focus-within\:bg-nw-sent-message-bg:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .print\:focus-within\:bg-nw-sent-message-text-link:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus-within\:bg-nw-sent-message-text-link-visited:focus-within {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus-within\:bg-nw-partner-rover-green:focus-within {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .print\:focus-within\:bg-nw-active:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .print\:focus-within\:bg-nw-brand-primary:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .print\:focus-within\:bg-nw-brand-primary-alt:focus-within {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .print\:focus-within\:bg-nw-brand-primary-hover:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .print\:focus-within\:bg-nw-brand-secondary:focus-within {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .print\:focus-within\:bg-nw-brand-section:focus-within {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .print\:focus-within\:bg-nw-brand-section-subtle:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .print\:focus-within\:bg-nw-brand-solid:focus-within {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .print\:focus-within\:bg-nw-brand-solid-hover:focus-within {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .print\:focus-within\:bg-nw-cr-solid-aqua:focus-within {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .print\:focus-within\:bg-nw-cr-solid-berry:focus-within {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .print\:focus-within\:bg-nw-cr-solid-evergreen:focus-within {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .print\:focus-within\:bg-nw-cr-solid-herb:focus-within {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .print\:focus-within\:bg-nw-cr-solid-honey:focus-within {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .print\:focus-within\:bg-nw-cr-solid-lavender:focus-within {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .print\:focus-within\:bg-nw-cr-solid-mist:focus-within {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .print\:focus-within\:bg-nw-cr-solid-peach:focus-within {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .print\:focus-within\:bg-nw-cr-solid-plum:focus-within {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .print\:focus-within\:bg-nw-cr-solid-sage:focus-within {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .print\:focus-within\:bg-nw-cr-solid-sandalwood:focus-within {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .print\:focus-within\:bg-nw-cr-solid-wildflower:focus-within {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .print\:focus-within\:bg-nw-disabled:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .print\:focus-within\:bg-nw-disabled-subtle:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .print\:focus-within\:bg-nw-error-primary:focus-within {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .print\:focus-within\:bg-nw-error-secondary:focus-within {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .print\:focus-within\:bg-nw-error-solid:focus-within {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .print\:focus-within\:bg-nw-featured-icon:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .print\:focus-within\:bg-nw-modal-content:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .print\:focus-within\:bg-nw-overlay:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .print\:focus-within\:bg-nw-paper:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .print\:focus-within\:bg-nw-primary:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .print\:focus-within\:bg-nw-primary-alt:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .print\:focus-within\:bg-nw-primary-card:focus-within {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .print\:focus-within\:bg-nw-primary-hover:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .print\:focus-within\:bg-nw-primary-solid:focus-within {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .print\:focus-within\:bg-nw-quaternary:focus-within {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .print\:focus-within\:bg-nw-secondary:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .print\:focus-within\:bg-nw-secondary-alt:focus-within {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .print\:focus-within\:bg-nw-secondary-hover:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .print\:focus-within\:bg-nw-secondary-subtle:focus-within {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .print\:focus-within\:bg-nw-success-primary:focus-within {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .print\:focus-within\:bg-nw-success-secondary:focus-within {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .print\:focus-within\:bg-nw-success-solid:focus-within {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .print\:focus-within\:bg-nw-tertiary:focus-within {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .print\:focus-within\:bg-nw-warning-primary:focus-within {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .print\:focus-within\:bg-nw-warning-secondary:focus-within {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .print\:focus-within\:bg-nw-warning-solid:focus-within {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .print\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .print\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .print\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-brand-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-brand-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-brand-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-status-info-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-background-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-background-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-background-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-divider:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-gray-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-purple-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-blue-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-blue-facebook:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-blue-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-cerulean-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-turquoise-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-green-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-yellow-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-orange-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-red-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-red-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-red-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-red-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-lavender:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-white-almond:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-w-off-black-base:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:hover\:bg-nw-black:hover {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .print\:hover\:bg-nw-transparent:hover {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .print\:hover\:bg-nw-alpha-white-10:hover {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .print\:hover\:bg-nw-alpha-white-20:hover {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .print\:hover\:bg-nw-alpha-white-30:hover {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .print\:hover\:bg-nw-alpha-white-40:hover {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .print\:hover\:bg-nw-alpha-white-50:hover {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .print\:hover\:bg-nw-alpha-white-60:hover {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .print\:hover\:bg-nw-alpha-white-70:hover {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .print\:hover\:bg-nw-alpha-white-80:hover {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .print\:hover\:bg-nw-alpha-white-90:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:bg-nw-alpha-white-100:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .print\:hover\:bg-nw-alpha-black-10:hover {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .print\:hover\:bg-nw-alpha-black-20:hover {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .print\:hover\:bg-nw-alpha-black-30:hover {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .print\:hover\:bg-nw-alpha-black-40:hover {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .print\:hover\:bg-nw-alpha-black-50:hover {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .print\:hover\:bg-nw-alpha-black-60:hover {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .print\:hover\:bg-nw-alpha-black-70:hover {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .print\:hover\:bg-nw-alpha-black-80:hover {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .print\:hover\:bg-nw-alpha-black-90:hover {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .print\:hover\:bg-nw-alpha-black-100:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .print\:hover\:bg-nw-avatar-bg:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .print\:hover\:bg-nw-avatar-contrast-border:hover {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:hover\:bg-nw-avatar-contrast-border-brand:hover {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:hover\:bg-nw-avatar-focus-border:hover {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:hover\:bg-nw-avatar-placeholder-text:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .print\:hover\:bg-nw-avatar-profile-photo-border:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-berry:hover {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-evergreen:hover {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-herb:hover {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-honey:hover {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-lavender:hover {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-mist:hover {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-peach:hover {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-plum:hover {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-sage:hover {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-sandalwood:hover {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-bg-wildflower:hover {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .print\:hover\:bg-nw-avatar-recipient-border:hover {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:bg-nw-calendar-date-default:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .print\:hover\:bg-nw-calendar-date-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .print\:hover\:bg-nw-calendar-default:hover {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .print\:hover\:bg-nw-calendar-aqua:hover {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .print\:hover\:bg-nw-calendar-disabled:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .print\:hover\:bg-nw-calendar-multi-day:hover {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .print\:hover\:bg-nw-calendar-blue:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .print\:hover\:bg-nw-fg-brand-primary:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .print\:hover\:bg-nw-fg-brand-primary-alt:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:hover\:bg-nw-fg-brand-primary-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:hover\:bg-nw-fg-brand-quarternary:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:hover\:bg-nw-fg-brand-quinary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .print\:hover\:bg-nw-fg-brand-secondary:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .print\:hover\:bg-nw-fg-brand-secondary-alt:hover {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:hover\:bg-nw-fg-brand-senary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:hover\:bg-nw-fg-brand-tertiary:hover {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:hover\:bg-nw-fg-disabled:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .print\:hover\:bg-nw-fg-disabled-subtle:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:hover\:bg-nw-fg-error-primary:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .print\:hover\:bg-nw-fg-error-secondary:hover {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .print\:hover\:bg-nw-fg-primary:hover {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .print\:hover\:bg-nw-fg-quaternary:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .print\:hover\:bg-nw-fg-quaternary-hover:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:hover\:bg-nw-fg-quinary:hover {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .print\:hover\:bg-nw-fg-quinary-hover:hover {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .print\:hover\:bg-nw-fg-secondary:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .print\:hover\:bg-nw-fg-secondary-hover:hover {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .print\:hover\:bg-nw-fg-senary:hover {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .print\:hover\:bg-nw-fg-success-primary:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .print\:hover\:bg-nw-fg-success-secondary:hover {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .print\:hover\:bg-nw-fg-tertiary:hover {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .print\:hover\:bg-nw-fg-tertiary-hover:hover {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:hover\:bg-nw-fg-warning-primary:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .print\:hover\:bg-nw-fg-warning-secondary:hover {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .print\:hover\:bg-nw-fg-white:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .print\:hover\:bg-nw-sent-message-bg:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .print\:hover\:bg-nw-sent-message-text-link:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .print\:hover\:bg-nw-sent-message-text-link-visited:hover {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:hover\:bg-nw-partner-rover-green:hover {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .print\:hover\:bg-nw-active:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .print\:hover\:bg-nw-brand-primary:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .print\:hover\:bg-nw-brand-primary-alt:hover {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .print\:hover\:bg-nw-brand-primary-hover:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .print\:hover\:bg-nw-brand-secondary:hover {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .print\:hover\:bg-nw-brand-section:hover {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .print\:hover\:bg-nw-brand-section-subtle:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .print\:hover\:bg-nw-brand-solid:hover {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .print\:hover\:bg-nw-brand-solid-hover:hover {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .print\:hover\:bg-nw-cr-solid-aqua:hover {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .print\:hover\:bg-nw-cr-solid-berry:hover {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .print\:hover\:bg-nw-cr-solid-evergreen:hover {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .print\:hover\:bg-nw-cr-solid-herb:hover {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .print\:hover\:bg-nw-cr-solid-honey:hover {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .print\:hover\:bg-nw-cr-solid-lavender:hover {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .print\:hover\:bg-nw-cr-solid-mist:hover {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .print\:hover\:bg-nw-cr-solid-peach:hover {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .print\:hover\:bg-nw-cr-solid-plum:hover {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .print\:hover\:bg-nw-cr-solid-sage:hover {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .print\:hover\:bg-nw-cr-solid-sandalwood:hover {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .print\:hover\:bg-nw-cr-solid-wildflower:hover {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .print\:hover\:bg-nw-disabled:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .print\:hover\:bg-nw-disabled-subtle:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .print\:hover\:bg-nw-error-primary:hover {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .print\:hover\:bg-nw-error-secondary:hover {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .print\:hover\:bg-nw-error-solid:hover {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .print\:hover\:bg-nw-featured-icon:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .print\:hover\:bg-nw-modal-content:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .print\:hover\:bg-nw-overlay:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .print\:hover\:bg-nw-paper:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .print\:hover\:bg-nw-primary:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .print\:hover\:bg-nw-primary-alt:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .print\:hover\:bg-nw-primary-card:hover {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .print\:hover\:bg-nw-primary-hover:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .print\:hover\:bg-nw-primary-solid:hover {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .print\:hover\:bg-nw-quaternary:hover {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .print\:hover\:bg-nw-secondary:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .print\:hover\:bg-nw-secondary-alt:hover {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .print\:hover\:bg-nw-secondary-hover:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .print\:hover\:bg-nw-secondary-subtle:hover {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .print\:hover\:bg-nw-success-primary:hover {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .print\:hover\:bg-nw-success-secondary:hover {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .print\:hover\:bg-nw-success-solid:hover {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .print\:hover\:bg-nw-tertiary:hover {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .print\:hover\:bg-nw-warning-primary:hover {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .print\:hover\:bg-nw-warning-secondary:hover {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .print\:hover\:bg-nw-warning-solid:hover {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .print\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .print\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .print\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-brand-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-brand-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(72, 109, 231, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-brand-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 39, 35, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 250, 233, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 107, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 226, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 31, 27, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 54, 164, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-status-info-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-background-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-background-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-background-tertiary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 226, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-divider:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 182, 182, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 115, 117, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-gray-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-purple-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-purple-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 26, 139, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 146, 213, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-blue-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 86, 153, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-blue-facebook:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-blue-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 102, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-cerulean-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 172, 237, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-turquoise-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 227, 194, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 211, 33, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-green-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 200, 101, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 0, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-yellow-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-orange-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 158, 31, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-red-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 155, 149, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-red-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 113, 101, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-red-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 56, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-red-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 19, 0, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-cyan:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 249, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 252, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-lavender:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 209, 242, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-white-almond:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 223, 213, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-w-off-black-base:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .print\:focus\:bg-nw-black:focus {
    background-color: hsl(0 0% 0%);
    background-color: hsl(var(--black));
  }

  .print\:focus\:bg-nw-transparent:focus {
    background-color: hsl(0 0% 100% / 0);
    background-color: hsl(var(--transparent));
  }

  .print\:focus\:bg-nw-alpha-white-10:focus {
    background-color: hsl(0 0% 100% / 10%);
    background-color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:bg-nw-alpha-white-20:focus {
    background-color: hsl(0 0% 100% / 20%);
    background-color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:bg-nw-alpha-white-30:focus {
    background-color: hsl(0 0% 100% / 30%);
    background-color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:bg-nw-alpha-white-40:focus {
    background-color: hsl(0 0% 100% / 40%);
    background-color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:bg-nw-alpha-white-50:focus {
    background-color: hsl(0 0% 100% / 50%);
    background-color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:bg-nw-alpha-white-60:focus {
    background-color: hsl(0 0% 100% / 60%);
    background-color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:bg-nw-alpha-white-70:focus {
    background-color: hsl(0 0% 100% / 70%);
    background-color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:bg-nw-alpha-white-80:focus {
    background-color: hsl(0 0% 100% / 80%);
    background-color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:bg-nw-alpha-white-90:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:bg-nw-alpha-white-100:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:bg-nw-alpha-black-10:focus {
    background-color: hsl(24 12% 8% / 10%);
    background-color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:bg-nw-alpha-black-20:focus {
    background-color: hsl(24 12% 8% / 20%);
    background-color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:bg-nw-alpha-black-30:focus {
    background-color: hsl(24 12% 8% / 30%);
    background-color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:bg-nw-alpha-black-40:focus {
    background-color: hsl(24 12% 8% / 40%);
    background-color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:bg-nw-alpha-black-50:focus {
    background-color: hsl(24 12% 8% / 50%);
    background-color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:bg-nw-alpha-black-60:focus {
    background-color: hsl(24 12% 8% / 60%);
    background-color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:bg-nw-alpha-black-70:focus {
    background-color: hsl(24 12% 8% / 70%);
    background-color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:bg-nw-alpha-black-80:focus {
    background-color: hsl(24 12% 8% / 80%);
    background-color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:bg-nw-alpha-black-90:focus {
    background-color: hsl(24 12% 8% / 90%);
    background-color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:bg-nw-alpha-black-100:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:bg-nw-avatar-bg:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:bg-nw-avatar-contrast-border:focus {
    background-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:bg-nw-avatar-contrast-border-brand:focus {
    background-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:bg-nw-avatar-focus-border:focus {
    background-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:bg-nw-avatar-placeholder-text:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:bg-nw-avatar-profile-photo-border:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--white));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--aqua-400));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-berry:focus {
    background-color: hsl(324 35% 60%);
    background-color: hsl(var(--berry-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-evergreen:focus {
    background-color: hsl(144 17% 52%);
    background-color: hsl(var(--evergreen-400));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-herb:focus {
    background-color: hsl(65 21% 54%);
    background-color: hsl(var(--herb-400));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-honey:focus {
    background-color: hsl(35 85% 53%);
    background-color: hsl(var(--honey-400));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-lavender:focus {
    background-color: hsl(240 37% 66%);
    background-color: hsl(var(--lavender-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-mist:focus {
    background-color: hsl(205 19% 46%);
    background-color: hsl(var(--mist-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-peach:focus {
    background-color: hsl(13 97% 71%);
    background-color: hsl(var(--peach-400));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-plum:focus {
    background-color: hsl(302 31% 49%);
    background-color: hsl(var(--plum-600));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-sage:focus {
    background-color: hsl(173 20% 40%);
    background-color: hsl(var(--sage-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-sandalwood:focus {
    background-color: hsl(8 53% 60%);
    background-color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-bg-wildflower:focus {
    background-color: hsl(353 26% 60%);
    background-color: hsl(var(--wildflower-500));
  }

  .print\:focus\:bg-nw-avatar-recipient-border:focus {
    background-color: hsl(0 0% 100% / 90%);
    background-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:bg-nw-calendar-date-default:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:bg-nw-calendar-date-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:bg-nw-calendar-default:focus {
    background-color: hsl(270 49% 56%);
    background-color: hsl(var(--calendar-default));
  }

  .print\:focus\:bg-nw-calendar-aqua:focus {
    background-color: hsl(186 50% 53%);
    background-color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:bg-nw-calendar-disabled:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:bg-nw-calendar-multi-day:focus {
    background-color: hsl(267 61% 85%);
    background-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:bg-nw-calendar-blue:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--calendar-blue));
  }

  .print\:focus\:bg-nw-fg-brand-primary:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:bg-nw-fg-brand-primary-alt:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:bg-nw-fg-brand-primary-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:bg-nw-fg-brand-quarternary:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:bg-nw-fg-brand-quinary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:bg-nw-fg-brand-secondary:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:bg-nw-fg-brand-secondary-alt:focus {
    background-color: hsl(226 95% 75%);
    background-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:bg-nw-fg-brand-senary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:bg-nw-fg-brand-tertiary:focus {
    background-color: hsl(221 100% 82%);
    background-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:bg-nw-fg-disabled:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-disabled));
  }

  .print\:focus\:bg-nw-fg-disabled-subtle:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:bg-nw-fg-error-primary:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:bg-nw-fg-error-secondary:focus {
    background-color: hsl(5 96% 67%);
    background-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:bg-nw-fg-primary:focus {
    background-color: hsl(24 10% 10%);
    background-color: hsl(var(--fg-primary));
  }

  .print\:focus\:bg-nw-fg-quaternary:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:bg-nw-fg-quaternary-hover:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:bg-nw-fg-quinary:focus {
    background-color: hsl(25 7% 64%);
    background-color: hsl(var(--fg-quinary));
  }

  .print\:focus\:bg-nw-fg-quinary-hover:focus {
    background-color: hsl(26 6% 45%);
    background-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:bg-nw-fg-secondary:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-secondary));
  }

  .print\:focus\:bg-nw-fg-secondary-hover:focus {
    background-color: hsl(12 6% 15%);
    background-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:bg-nw-fg-senary:focus {
    background-color: hsl(26 8% 83%);
    background-color: hsl(var(--fg-senary));
  }

  .print\:focus\:bg-nw-fg-success-primary:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:bg-nw-fg-success-secondary:focus {
    background-color: hsl(136 37% 58%);
    background-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:bg-nw-fg-tertiary:focus {
    background-color: hsl(33 5% 32%);
    background-color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:bg-nw-fg-tertiary-hover:focus {
    background-color: hsl(30 6% 25%);
    background-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:bg-nw-fg-warning-primary:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:bg-nw-fg-warning-secondary:focus {
    background-color: hsl(46 96% 53%);
    background-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:bg-nw-fg-white:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--fg-white));
  }

  .print\:focus\:bg-nw-sent-message-bg:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:bg-nw-sent-message-text-link:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:bg-nw-sent-message-text-link-visited:focus {
    background-color: hsl(219 100% 89%);
    background-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:bg-nw-partner-rover-green:focus {
    background-color: hsl(156 100% 37%);
    background-color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:bg-nw-active:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-active));
  }

  .print\:focus\:bg-nw-brand-primary:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary));
  }

  .print\:focus\:bg-nw-brand-primary-alt:focus {
    background-color: hsl(217 100% 96%);
    background-color: hsl(var(--bg-brand-primary-alt));
  }

  .print\:focus\:bg-nw-brand-primary-hover:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-primary-hover));
  }

  .print\:focus\:bg-nw-brand-secondary:focus {
    background-color: hsl(219 100% 94%);
    background-color: hsl(var(--bg-brand-secondary));
  }

  .print\:focus\:bg-nw-brand-section:focus {
    background-color: hsl(237 62% 51%);
    background-color: hsl(var(--bg-brand-section));
  }

  .print\:focus\:bg-nw-brand-section-subtle:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-section-subtle));
  }

  .print\:focus\:bg-nw-brand-solid:focus {
    background-color: hsl(230 89% 67%);
    background-color: hsl(var(--bg-brand-solid));
  }

  .print\:focus\:bg-nw-brand-solid-hover:focus {
    background-color: hsl(235 80% 59%);
    background-color: hsl(var(--bg-brand-solid-hover));
  }

  .print\:focus\:bg-nw-cr-solid-aqua:focus {
    background-color: hsl(189 53% 36%);
    background-color: hsl(var(--bg-cr-solid-aqua));
  }

  .print\:focus\:bg-nw-cr-solid-berry:focus {
    background-color: hsl(328 30% 51%);
    background-color: hsl(var(--bg-cr-solid-berry));
  }

  .print\:focus\:bg-nw-cr-solid-evergreen:focus {
    background-color: hsl(147 22% 39%);
    background-color: hsl(var(--bg-cr-solid-evergreen));
  }

  .print\:focus\:bg-nw-cr-solid-herb:focus {
    background-color: hsl(66 21% 44%);
    background-color: hsl(var(--bg-cr-solid-herb));
  }

  .print\:focus\:bg-nw-cr-solid-honey:focus {
    background-color: hsl(33 83% 47%);
    background-color: hsl(var(--bg-cr-solid-honey));
  }

  .print\:focus\:bg-nw-cr-solid-lavender:focus {
    background-color: hsl(245 34% 59%);
    background-color: hsl(var(--bg-cr-solid-lavender));
  }

  .print\:focus\:bg-nw-cr-solid-mist:focus {
    background-color: hsl(206 18% 36%);
    background-color: hsl(var(--bg-cr-solid-mist));
  }

  .print\:focus\:bg-nw-cr-solid-peach:focus {
    background-color: hsl(13 90% 60%);
    background-color: hsl(var(--bg-cr-solid-peach));
  }

  .print\:focus\:bg-nw-cr-solid-plum:focus {
    background-color: hsl(304 32% 40%);
    background-color: hsl(var(--bg-cr-solid-plum));
  }

  .print\:focus\:bg-nw-cr-solid-sage:focus {
    background-color: hsl(173 20% 32%);
    background-color: hsl(var(--bg-cr-solid-sage));
  }

  .print\:focus\:bg-nw-cr-solid-sandalwood:focus {
    background-color: hsl(8 45% 51%);
    background-color: hsl(var(--bg-cr-solid-sandalwood));
  }

  .print\:focus\:bg-nw-cr-solid-wildflower:focus {
    background-color: hsl(350 22% 50%);
    background-color: hsl(var(--bg-cr-solid-wildflower));
  }

  .print\:focus\:bg-nw-disabled:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-disabled));
  }

  .print\:focus\:bg-nw-disabled-subtle:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-disabled-subtle));
  }

  .print\:focus\:bg-nw-error-primary:focus {
    background-color: hsl(5 86% 97%);
    background-color: hsl(var(--bg-error-primary));
  }

  .print\:focus\:bg-nw-error-secondary:focus {
    background-color: hsl(4 100% 94%);
    background-color: hsl(var(--bg-error-secondary));
  }

  .print\:focus\:bg-nw-error-solid:focus {
    background-color: hsl(5 90% 60%);
    background-color: hsl(var(--bg-error-solid));
  }

  .print\:focus\:bg-nw-featured-icon:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--featured-icon-bg));
  }

  .print\:focus\:bg-nw-modal-content:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-modal-content));
  }

  .print\:focus\:bg-nw-overlay:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-overlay));
  }

  .print\:focus\:bg-nw-paper:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-paper));
  }

  .print\:focus\:bg-nw-primary:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary));
  }

  .print\:focus\:bg-nw-primary-alt:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-alt));
  }

  .print\:focus\:bg-nw-primary-card:focus {
    background-color: hsl(0 0% 100%);
    background-color: hsl(var(--bg-primary-card));
  }

  .print\:focus\:bg-nw-primary-hover:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-primary-hover));
  }

  .print\:focus\:bg-nw-primary-solid:focus {
    background-color: hsl(24 12% 8%);
    background-color: hsl(var(--bg-primary-solid));
  }

  .print\:focus\:bg-nw-quaternary:focus {
    background-color: hsl(20 6% 90%);
    background-color: hsl(var(--bg-quaternary));
  }

  .print\:focus\:bg-nw-secondary:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary));
  }

  .print\:focus\:bg-nw-secondary-alt:focus {
    background-color: hsl(60 9% 98%);
    background-color: hsl(var(--bg-secondary-alt));
  }

  .print\:focus\:bg-nw-secondary-hover:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-secondary-hover));
  }

  .print\:focus\:bg-nw-secondary-subtle:focus {
    background-color: hsl(60 20% 99%);
    background-color: hsl(var(--bg-secondary-subtle));
  }

  .print\:focus\:bg-nw-success-primary:focus {
    background-color: hsl(129 41% 97%);
    background-color: hsl(var(--bg-success-primary));
  }

  .print\:focus\:bg-nw-success-secondary:focus {
    background-color: hsl(133 47% 93%);
    background-color: hsl(var(--bg-success-secondary));
  }

  .print\:focus\:bg-nw-success-solid:focus {
    background-color: hsl(136 39% 45%);
    background-color: hsl(var(--bg-success-solid));
  }

  .print\:focus\:bg-nw-tertiary:focus {
    background-color: hsl(60 5% 96%);
    background-color: hsl(var(--bg-tertiary));
  }

  .print\:focus\:bg-nw-warning-primary:focus {
    background-color: hsl(56 88% 97%);
    background-color: hsl(var(--bg-warning-primary));
  }

  .print\:focus\:bg-nw-warning-secondary:focus {
    background-color: hsl(53 97% 88%);
    background-color: hsl(var(--bg-warning-secondary));
  }

  .print\:focus\:bg-nw-warning-solid:focus {
    background-color: hsl(43 93% 47%);
    background-color: hsl(var(--bg-warning-solid));
  }

  .print\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .print\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .print\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .print\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .print\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .print\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .print\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .print\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .print\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .print\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .print\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .print\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .print\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .print\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .print\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .print\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .print\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .print\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .print\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .print\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .print\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .print\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .print\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .print\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .print\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .print\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .print\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .print\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .print\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .print\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .print\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .print\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .print\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .print\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .print\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .print\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .print\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .print\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .print\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .print\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .print\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .print\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .print\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .print\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .print\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .print\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .print\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .print\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .print\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .print\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .print\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .print\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .print\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .print\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .print\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .print\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .print\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .print\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .print\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .print\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .print\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .print\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .print\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .print\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .print\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .print\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .print\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .print\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .print\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .print\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .print\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .print\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .print\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .print\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .print\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .print\:bg-none {
    background-image: none;
  }

  .print\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .print\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .print\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:from-w-brand-primary {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:from-w-brand-secondary {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:from-w-brand-tertiary {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:from-w-status-success {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:from-w-status-success-light {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:from-w-status-warning {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:from-w-status-warning-light {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:from-w-status-error {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:from-w-status-error-light {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:from-w-status-info {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:from-w-status-info-light {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:from-w-background-primary {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:from-w-background-secondary {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:from-w-background-tertiary {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:from-w-dark {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:from-w-text {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:from-w-light {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-w-border {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:from-w-divider {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:from-w-gray-lighter {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:from-w-gray-light {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:from-w-gray-base {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:from-w-gray-medium {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:from-w-gray-dark {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:from-w-gray-darker {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:from-w-purple-base {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:from-w-purple-dark {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:from-w-blue-light {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:from-w-blue-base {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:from-w-blue-facebook {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:from-w-blue-darker {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:from-w-cerulean-base {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:from-w-turquoise-base {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:from-w-green-light {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:from-w-green-base {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:from-w-green-dark {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:from-w-yellow-base {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:from-w-orange-base {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:from-w-red-lighter {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:from-w-red-light {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:from-w-red-base {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:from-w-red-dark {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:from-w-off-white-light {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:from-w-off-white-base {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:from-w-off-white-cyan {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:from-w-off-white-blue {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:from-w-off-white-lavender {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:from-w-off-white-almond {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:from-w-off-black-base {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:from-nw-black {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-transparent {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-10 {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-20 {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-30 {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-40 {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-50 {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-60 {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-70 {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-80 {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-90 {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-white-100 {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-10 {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-20 {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-30 {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-40 {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-50 {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-60 {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-70 {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-80 {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-90 {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-alpha-black-100 {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-bg {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-contrast-border {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-contrast-border-brand {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-focus-border {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-placeholder-text {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-profile-photo-border {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-aqua {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-berry {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-herb {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-honey {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-lavender {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-mist {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-peach {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-plum {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-sage {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-avatar-recipient-border {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-date-default {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-date-disabled {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-default {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-aqua {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-disabled {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-multi-day {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-calendar-blue {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-primary {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-primary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-primary-hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-quarternary {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-quinary {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-secondary {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-secondary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-senary-alt {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-brand-tertiary {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-disabled {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-disabled-subtle {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-error-primary {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-error-secondary {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-primary {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-quaternary {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-quaternary-hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-quinary {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-quinary-hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-secondary {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-secondary-hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-senary {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-success-primary {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-success-secondary {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-tertiary {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-tertiary-hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-warning-primary {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-warning-secondary {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-fg-white {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-sent-message-bg {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-sent-message-text-link {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-sent-message-text-link-visited {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:from-nw-partner-rover-green {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:hover\:from-w-brand-primary:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:hover\:from-w-brand-secondary:hover {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:hover\:from-w-brand-tertiary:hover {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:hover\:from-w-status-success:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:hover\:from-w-status-success-light:hover {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:hover\:from-w-status-warning:hover {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:hover\:from-w-status-warning-light:hover {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:hover\:from-w-status-error:hover {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:hover\:from-w-status-error-light:hover {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:hover\:from-w-status-info:hover {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:hover\:from-w-status-info-light:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:from-w-background-primary:hover {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:hover\:from-w-background-secondary:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:from-w-background-tertiary:hover {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:hover\:from-w-dark:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:hover\:from-w-text:hover {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:hover\:from-w-light:hover {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-w-border:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:hover\:from-w-divider:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:hover\:from-w-gray-lighter:hover {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:hover\:from-w-gray-light:hover {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:hover\:from-w-gray-base:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:hover\:from-w-gray-medium:hover {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:hover\:from-w-gray-dark:hover {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:hover\:from-w-gray-darker:hover {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:hover\:from-w-purple-base:hover {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:hover\:from-w-purple-dark:hover {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:hover\:from-w-blue-light:hover {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:hover\:from-w-blue-base:hover {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:hover\:from-w-blue-facebook:hover {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:hover\:from-w-blue-darker:hover {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:hover\:from-w-cerulean-base:hover {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:hover\:from-w-turquoise-base:hover {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:hover\:from-w-green-light:hover {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:hover\:from-w-green-base:hover {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:hover\:from-w-green-dark:hover {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:hover\:from-w-yellow-base:hover {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:hover\:from-w-orange-base:hover {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:hover\:from-w-red-lighter:hover {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:hover\:from-w-red-light:hover {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:hover\:from-w-red-base:hover {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:hover\:from-w-red-dark:hover {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:hover\:from-w-off-white-light:hover {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:hover\:from-w-off-white-base:hover {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:hover\:from-w-off-white-cyan:hover {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:hover\:from-w-off-white-blue:hover {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:from-w-off-white-lavender:hover {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:hover\:from-w-off-white-almond:hover {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:hover\:from-w-off-black-base:hover {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:hover\:from-nw-black:hover {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-transparent:hover {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-10:hover {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-20:hover {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-30:hover {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-40:hover {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-50:hover {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-60:hover {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-70:hover {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-80:hover {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-90:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-white-100:hover {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-10:hover {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-20:hover {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-30:hover {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-40:hover {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-50:hover {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-60:hover {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-70:hover {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-80:hover {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-90:hover {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-alpha-black-100:hover {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-bg:hover {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-contrast-border:hover {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-focus-border:hover {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-placeholder-text:hover {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-profile-photo-border:hover {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-avatar-recipient-border:hover {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-date-default:hover {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-date-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-default:hover {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-aqua:hover {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-disabled:hover {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-multi-day:hover {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-calendar-blue:hover {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-primary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-primary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-primary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-quarternary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-senary-alt:hover {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-brand-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-disabled:hover {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-disabled-subtle:hover {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-error-primary:hover {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-error-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-primary:hover {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-quaternary:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-quaternary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-quinary:hover {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-quinary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-secondary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-senary:hover {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-success-primary:hover {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-success-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-tertiary:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-tertiary-hover:hover {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-warning-primary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-warning-secondary:hover {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-fg-white:hover {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-sent-message-bg:hover {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-sent-message-text-link:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-sent-message-text-link-visited:hover {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-nw-partner-rover-green:hover {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:focus\:from-w-brand-primary:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:focus\:from-w-brand-secondary:focus {
    --tw-gradient-from: #486DE7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:focus\:from-w-brand-tertiary:focus {
    --tw-gradient-from: #E12723;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:focus\:from-w-status-success:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:focus\:from-w-status-success-light:focus {
    --tw-gradient-from: #E9FAE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:focus\:from-w-status-warning:focus {
    --tw-gradient-from: #FFCA6B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:focus\:from-w-status-warning-light:focus {
    --tw-gradient-from: #FFF4E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:focus\:from-w-status-error:focus {
    --tw-gradient-from: #D91F1B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:focus\:from-w-status-error-light:focus {
    --tw-gradient-from: #FFF1F1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:focus\:from-w-status-info:focus {
    --tw-gradient-from: #1436A4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:focus\:from-w-status-info-light:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:from-w-background-primary:focus {
    --tw-gradient-from: #F8F8F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:focus\:from-w-background-secondary:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:from-w-background-tertiary:focus {
    --tw-gradient-from: #FFE9E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:focus\:from-w-dark:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:focus\:from-w-text:focus {
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:focus\:from-w-light:focus {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-w-border:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:focus\:from-w-divider:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:focus\:from-w-gray-lighter:focus {
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:focus\:from-w-gray-light:focus {
    --tw-gradient-from: #B6B6B6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:focus\:from-w-gray-base:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:focus\:from-w-gray-medium:focus {
    --tw-gradient-from: #949494;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:focus\:from-w-gray-dark:focus {
    --tw-gradient-from: #727375;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:focus\:from-w-gray-darker:focus {
    --tw-gradient-from: #555555;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:focus\:from-w-purple-base:focus {
    --tw-gradient-from: #662D91;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:focus\:from-w-purple-dark:focus {
    --tw-gradient-from: #551A8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:focus\:from-w-blue-light:focus {
    --tw-gradient-from: #7392D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:focus\:from-w-blue-base:focus {
    --tw-gradient-from: #025699;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:focus\:from-w-blue-facebook:focus {
    --tw-gradient-from: #3B5998;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:focus\:from-w-blue-darker:focus {
    --tw-gradient-from: #000066;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:focus\:from-w-cerulean-base:focus {
    --tw-gradient-from: #00ACED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:focus\:from-w-turquoise-base:focus {
    --tw-gradient-from: #50E3C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:focus\:from-w-green-light:focus {
    --tw-gradient-from: #7ED321;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:focus\:from-w-green-base:focus {
    --tw-gradient-from: #6AC865;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:focus\:from-w-green-dark:focus {
    --tw-gradient-from: #008000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:focus\:from-w-yellow-base:focus {
    --tw-gradient-from: #FFCC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:focus\:from-w-orange-base:focus {
    --tw-gradient-from: #FF9E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:focus\:from-w-red-lighter:focus {
    --tw-gradient-from: #F79B95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:focus\:from-w-red-light:focus {
    --tw-gradient-from: #FF7165;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:focus\:from-w-red-base:focus {
    --tw-gradient-from: #FF4738;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:focus\:from-w-red-dark:focus {
    --tw-gradient-from: #FF1300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:focus\:from-w-off-white-light:focus {
    --tw-gradient-from: #F7F7F7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:focus\:from-w-off-white-base:focus {
    --tw-gradient-from: #EDEDED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:focus\:from-w-off-white-cyan:focus {
    --tw-gradient-from: #ECFDF9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:focus\:from-w-off-white-blue:focus {
    --tw-gradient-from: #F1F4FC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:from-w-off-white-lavender:focus {
    --tw-gradient-from: #DFD1F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:focus\:from-w-off-white-almond:focus {
    --tw-gradient-from: #F6DFD5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:focus\:from-w-off-black-base:focus {
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:focus\:from-nw-black:focus {
    --tw-gradient-from: hsl(var(--black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-transparent:focus {
    --tw-gradient-from: hsl(var(--transparent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-10:focus {
    --tw-gradient-from: hsl(var(--alpha-white-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-20:focus {
    --tw-gradient-from: hsl(var(--alpha-white-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-30:focus {
    --tw-gradient-from: hsl(var(--alpha-white-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-40:focus {
    --tw-gradient-from: hsl(var(--alpha-white-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-50:focus {
    --tw-gradient-from: hsl(var(--alpha-white-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-60:focus {
    --tw-gradient-from: hsl(var(--alpha-white-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-70:focus {
    --tw-gradient-from: hsl(var(--alpha-white-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-80:focus {
    --tw-gradient-from: hsl(var(--alpha-white-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-90:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-white-100:focus {
    --tw-gradient-from: hsl(var(--alpha-white-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-10:focus {
    --tw-gradient-from: hsl(var(--alpha-black-10));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-20:focus {
    --tw-gradient-from: hsl(var(--alpha-black-20));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-30:focus {
    --tw-gradient-from: hsl(var(--alpha-black-30));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-40:focus {
    --tw-gradient-from: hsl(var(--alpha-black-40));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-50:focus {
    --tw-gradient-from: hsl(var(--alpha-black-50));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-60:focus {
    --tw-gradient-from: hsl(var(--alpha-black-60));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-70:focus {
    --tw-gradient-from: hsl(var(--alpha-black-70));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-80:focus {
    --tw-gradient-from: hsl(var(--alpha-black-80));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-90:focus {
    --tw-gradient-from: hsl(var(--alpha-black-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-alpha-black-100:focus {
    --tw-gradient-from: hsl(var(--alpha-black-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-bg:focus {
    --tw-gradient-from: hsl(var(--periwinkle-100));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-contrast-border:focus {
    --tw-gradient-from: hsl(24 12.2% 8.04% / 8%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-from: hsl(235 80.1% 58.6% / 16%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-focus-border:focus {
    --tw-gradient-from: hsl(0 0% 63.9% / 14%);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-placeholder-text:focus {
    --tw-gradient-from: hsl(var(--periwinkle-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-profile-photo-border:focus {
    --tw-gradient-from: hsl(var(--white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-from: hsl(var(--aqua-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-from: hsl(var(--berry-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-from: hsl(var(--evergreen-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-from: hsl(var(--herb-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-from: hsl(var(--honey-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-from: hsl(var(--lavender-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-from: hsl(var(--mist-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-from: hsl(var(--peach-400));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-from: hsl(var(--plum-600));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-from: hsl(var(--sage-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-from: hsl(var(--sandalwood-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-from: hsl(var(--wildflower-500));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-avatar-recipient-border:focus {
    --tw-gradient-from: hsl(var(--alpha-white-90));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-date-default:focus {
    --tw-gradient-from: hsl(var(--calendar-date-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-date-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-date-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-default:focus {
    --tw-gradient-from: hsl(var(--calendar-default));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-aqua:focus {
    --tw-gradient-from: hsl(var(--calendar-aqua));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-disabled:focus {
    --tw-gradient-from: hsl(var(--calendar-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-multi-day:focus {
    --tw-gradient-from: hsl(var(--calendar-multi-day));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-calendar-blue:focus {
    --tw-gradient-from: hsl(var(--calendar-blue));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-primary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-primary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-primary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-brand-primary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-quarternary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quarternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-secondary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-senary-alt:focus {
    --tw-gradient-from: hsl(var(--fg-brand-senary-alt));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-brand-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-brand-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-disabled:focus {
    --tw-gradient-from: hsl(var(--fg-disabled));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-disabled-subtle:focus {
    --tw-gradient-from: hsl(var(--fg-disabled-subtle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-error-primary:focus {
    --tw-gradient-from: hsl(var(--fg-error-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-error-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-error-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-primary:focus {
    --tw-gradient-from: hsl(var(--fg-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-quaternary:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-quaternary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quaternary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-quinary:focus {
    --tw-gradient-from: hsl(var(--fg-quinary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-quinary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-quinary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-secondary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-secondary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-senary:focus {
    --tw-gradient-from: hsl(var(--fg-senary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-success-primary:focus {
    --tw-gradient-from: hsl(var(--fg-success-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-success-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-success-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-tertiary:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-tertiary-hover:focus {
    --tw-gradient-from: hsl(var(--fg-tertiary-hover));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-warning-primary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-warning-secondary:focus {
    --tw-gradient-from: hsl(var(--fg-warning-secondary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-fg-white:focus {
    --tw-gradient-from: hsl(var(--fg-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-sent-message-bg:focus {
    --tw-gradient-from: hsl(var(--sent-message-bg));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-sent-message-text-link:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-sent-message-text-link-visited:focus {
    --tw-gradient-from: hsl(var(--sent-message-text-link-visited));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-nw-partner-rover-green:focus {
    --tw-gradient-from: hsl(var(--partner-rover-green));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:via-w-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:via-w-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:via-w-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:via-w-status-success {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:via-w-status-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:via-w-status-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:via-w-status-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:via-w-status-error {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:via-w-status-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:via-w-status-info {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:via-w-status-info-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:via-w-background-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:via-w-background-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:via-w-background-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:via-w-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:via-w-text {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:via-w-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-w-border {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:via-w-divider {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:via-w-gray-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:via-w-gray-light {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:via-w-gray-base {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:via-w-gray-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:via-w-gray-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:via-w-gray-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:via-w-purple-base {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:via-w-purple-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:via-w-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:via-w-blue-base {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:via-w-blue-facebook {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:via-w-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:via-w-cerulean-base {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:via-w-turquoise-base {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:via-w-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:via-w-green-base {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:via-w-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:via-w-yellow-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:via-w-orange-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:via-w-red-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:via-w-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:via-w-red-base {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:via-w-red-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:via-w-off-white-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:via-w-off-white-base {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:via-w-off-white-cyan {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:via-w-off-white-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:via-w-off-white-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:via-w-off-white-almond {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:via-w-off-black-base {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:via-nw-black {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-white-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-10 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-20 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-30 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-40 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-50 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-60 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-70 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-80 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-90 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-alpha-black-100 {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-contrast-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-contrast-border-brand {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-focus-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-placeholder-text {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-profile-photo-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-berry {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-herb {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-honey {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-lavender {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-mist {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-peach {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-plum {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-sage {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-avatar-recipient-border {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-date-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-date-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-default {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-aqua {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-multi-day {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-calendar-blue {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-primary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-primary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-quarternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-secondary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-senary-alt {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-brand-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-disabled {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-disabled-subtle {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-error-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-error-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-quaternary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-quaternary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-quinary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-quinary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-secondary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-senary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-success-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-success-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-tertiary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-tertiary-hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-warning-primary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-warning-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-fg-white {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-sent-message-bg {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-sent-message-text-link {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-sent-message-text-link-visited {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:via-nw-partner-rover-green {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:hover\:via-w-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:hover\:via-w-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:hover\:via-w-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:hover\:via-w-status-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:hover\:via-w-status-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:hover\:via-w-status-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:hover\:via-w-status-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:hover\:via-w-status-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:hover\:via-w-status-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:hover\:via-w-status-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:hover\:via-w-status-info-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:via-w-background-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:hover\:via-w-background-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:via-w-background-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:hover\:via-w-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:hover\:via-w-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:hover\:via-w-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-w-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:hover\:via-w-divider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:hover\:via-w-gray-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:hover\:via-w-gray-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:hover\:via-w-gray-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:hover\:via-w-gray-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:hover\:via-w-gray-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:hover\:via-w-gray-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:hover\:via-w-purple-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:hover\:via-w-purple-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:hover\:via-w-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:hover\:via-w-blue-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:hover\:via-w-blue-facebook:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:hover\:via-w-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:hover\:via-w-cerulean-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:hover\:via-w-turquoise-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:hover\:via-w-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:hover\:via-w-green-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:hover\:via-w-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:hover\:via-w-yellow-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:hover\:via-w-orange-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:hover\:via-w-red-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:hover\:via-w-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:hover\:via-w-red-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:hover\:via-w-red-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:hover\:via-w-off-white-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:hover\:via-w-off-white-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:hover\:via-w-off-white-cyan:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:hover\:via-w-off-white-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:hover\:via-w-off-white-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:hover\:via-w-off-white-almond:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:hover\:via-w-off-black-base:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:hover\:via-nw-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-white-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-30:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-40:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-70:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-80:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-90:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-alpha-black-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-contrast-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-focus-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-placeholder-text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-profile-photo-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-avatar-recipient-border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-date-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-date-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-default:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-aqua:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-multi-day:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-calendar-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-primary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-primary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-quarternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-senary-alt:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-brand-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-disabled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-disabled-subtle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-error-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-error-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-quaternary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-quaternary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-quinary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-quinary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-secondary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-senary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-success-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-success-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-tertiary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-tertiary-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-warning-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-warning-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-fg-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-sent-message-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-sent-message-text-link:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-sent-message-text-link-visited:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-nw-partner-rover-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .print\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .print\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .print\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .print\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .print\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .print\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .print\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .print\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .print\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .print\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .print\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .print\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .print\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .print\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .print\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .print\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .print\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .print\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .print\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .print\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .print\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .print\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .print\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .print\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .print\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .print\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .print\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .print\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .print\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .print\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .print\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .print\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .print\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .print\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .print\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .print\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .print\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .print\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .print\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .print\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .print\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .print\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .print\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .print\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .print\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .print\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .print\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .print\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .print\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .print\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .print\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .print\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .print\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .print\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .print\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .print\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .print\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .print\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .print\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .print\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .print\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .print\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .print\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .print\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .print\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .print\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .print\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .print\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .print\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .print\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .print\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .print\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .print\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .print\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .print\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .print\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .print\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .print\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .print\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .print\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .print\:focus\:via-w-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:focus\:via-w-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #486DE7, var(--tw-gradient-to, rgba(72, 109, 231, 0));
  }

  .print\:focus\:via-w-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E12723, var(--tw-gradient-to, rgba(225, 39, 35, 0));
  }

  .print\:focus\:via-w-status-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:focus\:via-w-status-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FAE9, var(--tw-gradient-to, rgba(233, 250, 233, 0));
  }

  .print\:focus\:via-w-status-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCA6B, var(--tw-gradient-to, rgba(255, 202, 107, 0));
  }

  .print\:focus\:via-w-status-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF4E2, var(--tw-gradient-to, rgba(255, 244, 226, 0));
  }

  .print\:focus\:via-w-status-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D91F1B, var(--tw-gradient-to, rgba(217, 31, 27, 0));
  }

  .print\:focus\:via-w-status-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF1F1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
  }

  .print\:focus\:via-w-status-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1436A4, var(--tw-gradient-to, rgba(20, 54, 164, 0));
  }

  .print\:focus\:via-w-status-info-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:via-w-background-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F8F8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .print\:focus\:via-w-background-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:via-w-background-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9E2, var(--tw-gradient-to, rgba(255, 233, 226, 0));
  }

  .print\:focus\:via-w-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:focus\:via-w-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .print\:focus\:via-w-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-w-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:focus\:via-w-divider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:focus\:via-w-gray-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .print\:focus\:via-w-gray-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6B6B6, var(--tw-gradient-to, rgba(182, 182, 182, 0));
  }

  .print\:focus\:via-w-gray-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .print\:focus\:via-w-gray-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #949494, var(--tw-gradient-to, rgba(148, 148, 148, 0));
  }

  .print\:focus\:via-w-gray-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #727375, var(--tw-gradient-to, rgba(114, 115, 117, 0));
  }

  .print\:focus\:via-w-gray-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #555555, var(--tw-gradient-to, rgba(85, 85, 85, 0));
  }

  .print\:focus\:via-w-purple-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #662D91, var(--tw-gradient-to, rgba(102, 45, 145, 0));
  }

  .print\:focus\:via-w-purple-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #551A8B, var(--tw-gradient-to, rgba(85, 26, 139, 0));
  }

  .print\:focus\:via-w-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7392D5, var(--tw-gradient-to, rgba(115, 146, 213, 0));
  }

  .print\:focus\:via-w-blue-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #025699, var(--tw-gradient-to, rgba(2, 86, 153, 0));
  }

  .print\:focus\:via-w-blue-facebook:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B5998, var(--tw-gradient-to, rgba(59, 89, 152, 0));
  }

  .print\:focus\:via-w-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000066, var(--tw-gradient-to, rgba(0, 0, 102, 0));
  }

  .print\:focus\:via-w-cerulean-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00ACED, var(--tw-gradient-to, rgba(0, 172, 237, 0));
  }

  .print\:focus\:via-w-turquoise-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #50E3C2, var(--tw-gradient-to, rgba(80, 227, 194, 0));
  }

  .print\:focus\:via-w-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7ED321, var(--tw-gradient-to, rgba(126, 211, 33, 0));
  }

  .print\:focus\:via-w-green-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6AC865, var(--tw-gradient-to, rgba(106, 200, 101, 0));
  }

  .print\:focus\:via-w-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008000, var(--tw-gradient-to, rgba(0, 128, 0, 0));
  }

  .print\:focus\:via-w-yellow-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .print\:focus\:via-w-orange-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF9E1F, var(--tw-gradient-to, rgba(255, 158, 31, 0));
  }

  .print\:focus\:via-w-red-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F79B95, var(--tw-gradient-to, rgba(247, 155, 149, 0));
  }

  .print\:focus\:via-w-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF7165, var(--tw-gradient-to, rgba(255, 113, 101, 0));
  }

  .print\:focus\:via-w-red-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4738, var(--tw-gradient-to, rgba(255, 71, 56, 0));
  }

  .print\:focus\:via-w-red-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF1300, var(--tw-gradient-to, rgba(255, 19, 0, 0));
  }

  .print\:focus\:via-w-off-white-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7, var(--tw-gradient-to, rgba(247, 247, 247, 0));
  }

  .print\:focus\:via-w-off-white-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .print\:focus\:via-w-off-white-cyan:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECFDF9, var(--tw-gradient-to, rgba(236, 253, 249, 0));
  }

  .print\:focus\:via-w-off-white-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F4FC, var(--tw-gradient-to, rgba(241, 244, 252, 0));
  }

  .print\:focus\:via-w-off-white-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DFD1F2, var(--tw-gradient-to, rgba(223, 209, 242, 0));
  }

  .print\:focus\:via-w-off-white-almond:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6DFD5, var(--tw-gradient-to, rgba(246, 223, 213, 0));
  }

  .print\:focus\:via-w-off-black-base:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .print\:focus\:via-nw-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--transparent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-white-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-10)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-20)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-30:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-30)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-40:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-40)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-50)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-60)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-70:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-70)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-80:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-80)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-90:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-alpha-black-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-black-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-100)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-contrast-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(24 12.2% 8.04% / 8%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(235 80.1% 58.6% / 16%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-focus-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 63.9% / 14%), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-placeholder-text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--periwinkle-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-profile-photo-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--aqua-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--berry-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--evergreen-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--herb-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--honey-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--lavender-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mist-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--peach-400)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--plum-600)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sage-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sandalwood-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--wildflower-500)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-avatar-recipient-border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--alpha-white-90)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-date-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-date-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-date-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-default:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-default)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-aqua:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-aqua)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-multi-day:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-multi-day)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-calendar-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--calendar-blue)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-primary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-primary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-primary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-quarternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quarternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-secondary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-senary-alt:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-senary-alt)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-brand-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-brand-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-disabled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-disabled-subtle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-disabled-subtle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-error-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-error-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-error-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-quaternary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-quaternary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quaternary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-quinary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-quinary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-quinary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-secondary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-secondary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-senary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-senary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-success-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-success-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-success-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-tertiary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-tertiary-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-tertiary-hover)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-warning-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-warning-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-warning-secondary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-fg-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--fg-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-sent-message-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-bg)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-sent-message-text-link:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-sent-message-text-link-visited:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--sent-message-text-link-visited)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-nw-partner-rover-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--partner-rover-green)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .print\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .print\:to-current {
    --tw-gradient-to: currentColor;
  }

  .print\:to-black {
    --tw-gradient-to: #000;
  }

  .print\:to-white {
    --tw-gradient-to: #fff;
  }

  .print\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .print\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .print\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .print\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .print\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .print\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .print\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .print\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .print\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .print\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .print\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .print\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .print\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .print\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .print\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .print\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .print\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .print\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .print\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .print\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .print\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .print\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .print\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .print\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .print\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .print\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .print\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .print\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .print\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .print\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .print\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .print\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .print\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .print\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .print\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .print\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .print\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .print\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .print\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .print\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .print\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .print\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .print\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .print\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .print\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .print\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .print\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .print\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .print\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .print\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .print\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .print\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .print\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .print\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .print\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .print\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .print\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .print\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .print\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .print\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .print\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .print\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .print\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .print\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .print\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .print\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .print\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .print\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .print\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .print\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .print\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .print\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .print\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .print\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .print\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .print\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .print\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .print\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .print\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .print\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .print\:to-w-brand-primary {
    --tw-gradient-to: #1436A4;
  }

  .print\:to-w-brand-secondary {
    --tw-gradient-to: #486DE7;
  }

  .print\:to-w-brand-tertiary {
    --tw-gradient-to: #E12723;
  }

  .print\:to-w-status-success {
    --tw-gradient-to: #008000;
  }

  .print\:to-w-status-success-light {
    --tw-gradient-to: #E9FAE9;
  }

  .print\:to-w-status-warning {
    --tw-gradient-to: #FFCA6B;
  }

  .print\:to-w-status-warning-light {
    --tw-gradient-to: #FFF4E2;
  }

  .print\:to-w-status-error {
    --tw-gradient-to: #D91F1B;
  }

  .print\:to-w-status-error-light {
    --tw-gradient-to: #FFF1F1;
  }

  .print\:to-w-status-info {
    --tw-gradient-to: #1436A4;
  }

  .print\:to-w-status-info-light {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:to-w-background-primary {
    --tw-gradient-to: #F8F8F8;
  }

  .print\:to-w-background-secondary {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:to-w-background-tertiary {
    --tw-gradient-to: #FFE9E2;
  }

  .print\:to-w-dark {
    --tw-gradient-to: #222222;
  }

  .print\:to-w-text {
    --tw-gradient-to: #727272;
  }

  .print\:to-w-light {
    --tw-gradient-to: #FFFFFF;
  }

  .print\:to-w-border {
    --tw-gradient-to: #949494;
  }

  .print\:to-w-divider {
    --tw-gradient-to: #EDEDED;
  }

  .print\:to-w-gray-lighter {
    --tw-gradient-to: #D6D6D6;
  }

  .print\:to-w-gray-light {
    --tw-gradient-to: #B6B6B6;
  }

  .print\:to-w-gray-base {
    --tw-gradient-to: #999999;
  }

  .print\:to-w-gray-medium {
    --tw-gradient-to: #949494;
  }

  .print\:to-w-gray-dark {
    --tw-gradient-to: #727375;
  }

  .print\:to-w-gray-darker {
    --tw-gradient-to: #555555;
  }

  .print\:to-w-purple-base {
    --tw-gradient-to: #662D91;
  }

  .print\:to-w-purple-dark {
    --tw-gradient-to: #551A8B;
  }

  .print\:to-w-blue-light {
    --tw-gradient-to: #7392D5;
  }

  .print\:to-w-blue-base {
    --tw-gradient-to: #025699;
  }

  .print\:to-w-blue-facebook {
    --tw-gradient-to: #3B5998;
  }

  .print\:to-w-blue-darker {
    --tw-gradient-to: #000066;
  }

  .print\:to-w-cerulean-base {
    --tw-gradient-to: #00ACED;
  }

  .print\:to-w-turquoise-base {
    --tw-gradient-to: #50E3C2;
  }

  .print\:to-w-green-light {
    --tw-gradient-to: #7ED321;
  }

  .print\:to-w-green-base {
    --tw-gradient-to: #6AC865;
  }

  .print\:to-w-green-dark {
    --tw-gradient-to: #008000;
  }

  .print\:to-w-yellow-base {
    --tw-gradient-to: #FFCC00;
  }

  .print\:to-w-orange-base {
    --tw-gradient-to: #FF9E1F;
  }

  .print\:to-w-red-lighter {
    --tw-gradient-to: #F79B95;
  }

  .print\:to-w-red-light {
    --tw-gradient-to: #FF7165;
  }

  .print\:to-w-red-base {
    --tw-gradient-to: #FF4738;
  }

  .print\:to-w-red-dark {
    --tw-gradient-to: #FF1300;
  }

  .print\:to-w-off-white-light {
    --tw-gradient-to: #F7F7F7;
  }

  .print\:to-w-off-white-base {
    --tw-gradient-to: #EDEDED;
  }

  .print\:to-w-off-white-cyan {
    --tw-gradient-to: #ECFDF9;
  }

  .print\:to-w-off-white-blue {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:to-w-off-white-lavender {
    --tw-gradient-to: #DFD1F2;
  }

  .print\:to-w-off-white-almond {
    --tw-gradient-to: #F6DFD5;
  }

  .print\:to-w-off-black-base {
    --tw-gradient-to: #222222;
  }

  .print\:to-nw-black {
    --tw-gradient-to: hsl(var(--black));
  }

  .print\:to-nw-transparent {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .print\:to-nw-alpha-white-10 {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .print\:to-nw-alpha-white-20 {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .print\:to-nw-alpha-white-30 {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .print\:to-nw-alpha-white-40 {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .print\:to-nw-alpha-white-50 {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .print\:to-nw-alpha-white-60 {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .print\:to-nw-alpha-white-70 {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .print\:to-nw-alpha-white-80 {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .print\:to-nw-alpha-white-90 {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:to-nw-alpha-white-100 {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .print\:to-nw-alpha-black-10 {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .print\:to-nw-alpha-black-20 {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .print\:to-nw-alpha-black-30 {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .print\:to-nw-alpha-black-40 {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .print\:to-nw-alpha-black-50 {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .print\:to-nw-alpha-black-60 {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .print\:to-nw-alpha-black-70 {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .print\:to-nw-alpha-black-80 {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .print\:to-nw-alpha-black-90 {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .print\:to-nw-alpha-black-100 {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .print\:to-nw-avatar-bg {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .print\:to-nw-avatar-contrast-border {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:to-nw-avatar-contrast-border-brand {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:to-nw-avatar-focus-border {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .print\:to-nw-avatar-placeholder-text {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .print\:to-nw-avatar-profile-photo-border {
    --tw-gradient-to: hsl(var(--white));
  }

  .print\:to-nw-avatar-recipient-bg-aqua {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .print\:to-nw-avatar-recipient-bg-berry {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .print\:to-nw-avatar-recipient-bg-evergreen {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .print\:to-nw-avatar-recipient-bg-herb {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .print\:to-nw-avatar-recipient-bg-honey {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .print\:to-nw-avatar-recipient-bg-lavender {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .print\:to-nw-avatar-recipient-bg-mist {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .print\:to-nw-avatar-recipient-bg-peach {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .print\:to-nw-avatar-recipient-bg-plum {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .print\:to-nw-avatar-recipient-bg-sage {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .print\:to-nw-avatar-recipient-bg-sandalwood {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .print\:to-nw-avatar-recipient-bg-wildflower {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .print\:to-nw-avatar-recipient-border {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:to-nw-calendar-date-default {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .print\:to-nw-calendar-date-disabled {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .print\:to-nw-calendar-default {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .print\:to-nw-calendar-aqua {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .print\:to-nw-calendar-disabled {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .print\:to-nw-calendar-multi-day {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .print\:to-nw-calendar-blue {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .print\:to-nw-fg-brand-primary {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .print\:to-nw-fg-brand-primary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .print\:to-nw-fg-brand-primary-hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .print\:to-nw-fg-brand-quarternary {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .print\:to-nw-fg-brand-quinary {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .print\:to-nw-fg-brand-secondary {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .print\:to-nw-fg-brand-secondary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:to-nw-fg-brand-senary-alt {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .print\:to-nw-fg-brand-tertiary {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .print\:to-nw-fg-disabled {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .print\:to-nw-fg-disabled-subtle {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .print\:to-nw-fg-error-primary {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .print\:to-nw-fg-error-secondary {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .print\:to-nw-fg-primary {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .print\:to-nw-fg-quaternary {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .print\:to-nw-fg-quaternary-hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .print\:to-nw-fg-quinary {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .print\:to-nw-fg-quinary-hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .print\:to-nw-fg-secondary {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .print\:to-nw-fg-secondary-hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .print\:to-nw-fg-senary {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .print\:to-nw-fg-success-primary {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .print\:to-nw-fg-success-secondary {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .print\:to-nw-fg-tertiary {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .print\:to-nw-fg-tertiary-hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .print\:to-nw-fg-warning-primary {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .print\:to-nw-fg-warning-secondary {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .print\:to-nw-fg-white {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .print\:to-nw-sent-message-bg {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .print\:to-nw-sent-message-text-link {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .print\:to-nw-sent-message-text-link-visited {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .print\:to-nw-partner-rover-green {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .print\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .print\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .print\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .print\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .print\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .print\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .print\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .print\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .print\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .print\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .print\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .print\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .print\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .print\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .print\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .print\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .print\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .print\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .print\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .print\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .print\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .print\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .print\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .print\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .print\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .print\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .print\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .print\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .print\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .print\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .print\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .print\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .print\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .print\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .print\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .print\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .print\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .print\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .print\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .print\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .print\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .print\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .print\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .print\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .print\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .print\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .print\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .print\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .print\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .print\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .print\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .print\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .print\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .print\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .print\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .print\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .print\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .print\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .print\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .print\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .print\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .print\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .print\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .print\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .print\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .print\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .print\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .print\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .print\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .print\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .print\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .print\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .print\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .print\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .print\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .print\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .print\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .print\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .print\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .print\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .print\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .print\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .print\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .print\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .print\:hover\:to-w-brand-primary:hover {
    --tw-gradient-to: #1436A4;
  }

  .print\:hover\:to-w-brand-secondary:hover {
    --tw-gradient-to: #486DE7;
  }

  .print\:hover\:to-w-brand-tertiary:hover {
    --tw-gradient-to: #E12723;
  }

  .print\:hover\:to-w-status-success:hover {
    --tw-gradient-to: #008000;
  }

  .print\:hover\:to-w-status-success-light:hover {
    --tw-gradient-to: #E9FAE9;
  }

  .print\:hover\:to-w-status-warning:hover {
    --tw-gradient-to: #FFCA6B;
  }

  .print\:hover\:to-w-status-warning-light:hover {
    --tw-gradient-to: #FFF4E2;
  }

  .print\:hover\:to-w-status-error:hover {
    --tw-gradient-to: #D91F1B;
  }

  .print\:hover\:to-w-status-error-light:hover {
    --tw-gradient-to: #FFF1F1;
  }

  .print\:hover\:to-w-status-info:hover {
    --tw-gradient-to: #1436A4;
  }

  .print\:hover\:to-w-status-info-light:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:hover\:to-w-background-primary:hover {
    --tw-gradient-to: #F8F8F8;
  }

  .print\:hover\:to-w-background-secondary:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:hover\:to-w-background-tertiary:hover {
    --tw-gradient-to: #FFE9E2;
  }

  .print\:hover\:to-w-dark:hover {
    --tw-gradient-to: #222222;
  }

  .print\:hover\:to-w-text:hover {
    --tw-gradient-to: #727272;
  }

  .print\:hover\:to-w-light:hover {
    --tw-gradient-to: #FFFFFF;
  }

  .print\:hover\:to-w-border:hover {
    --tw-gradient-to: #949494;
  }

  .print\:hover\:to-w-divider:hover {
    --tw-gradient-to: #EDEDED;
  }

  .print\:hover\:to-w-gray-lighter:hover {
    --tw-gradient-to: #D6D6D6;
  }

  .print\:hover\:to-w-gray-light:hover {
    --tw-gradient-to: #B6B6B6;
  }

  .print\:hover\:to-w-gray-base:hover {
    --tw-gradient-to: #999999;
  }

  .print\:hover\:to-w-gray-medium:hover {
    --tw-gradient-to: #949494;
  }

  .print\:hover\:to-w-gray-dark:hover {
    --tw-gradient-to: #727375;
  }

  .print\:hover\:to-w-gray-darker:hover {
    --tw-gradient-to: #555555;
  }

  .print\:hover\:to-w-purple-base:hover {
    --tw-gradient-to: #662D91;
  }

  .print\:hover\:to-w-purple-dark:hover {
    --tw-gradient-to: #551A8B;
  }

  .print\:hover\:to-w-blue-light:hover {
    --tw-gradient-to: #7392D5;
  }

  .print\:hover\:to-w-blue-base:hover {
    --tw-gradient-to: #025699;
  }

  .print\:hover\:to-w-blue-facebook:hover {
    --tw-gradient-to: #3B5998;
  }

  .print\:hover\:to-w-blue-darker:hover {
    --tw-gradient-to: #000066;
  }

  .print\:hover\:to-w-cerulean-base:hover {
    --tw-gradient-to: #00ACED;
  }

  .print\:hover\:to-w-turquoise-base:hover {
    --tw-gradient-to: #50E3C2;
  }

  .print\:hover\:to-w-green-light:hover {
    --tw-gradient-to: #7ED321;
  }

  .print\:hover\:to-w-green-base:hover {
    --tw-gradient-to: #6AC865;
  }

  .print\:hover\:to-w-green-dark:hover {
    --tw-gradient-to: #008000;
  }

  .print\:hover\:to-w-yellow-base:hover {
    --tw-gradient-to: #FFCC00;
  }

  .print\:hover\:to-w-orange-base:hover {
    --tw-gradient-to: #FF9E1F;
  }

  .print\:hover\:to-w-red-lighter:hover {
    --tw-gradient-to: #F79B95;
  }

  .print\:hover\:to-w-red-light:hover {
    --tw-gradient-to: #FF7165;
  }

  .print\:hover\:to-w-red-base:hover {
    --tw-gradient-to: #FF4738;
  }

  .print\:hover\:to-w-red-dark:hover {
    --tw-gradient-to: #FF1300;
  }

  .print\:hover\:to-w-off-white-light:hover {
    --tw-gradient-to: #F7F7F7;
  }

  .print\:hover\:to-w-off-white-base:hover {
    --tw-gradient-to: #EDEDED;
  }

  .print\:hover\:to-w-off-white-cyan:hover {
    --tw-gradient-to: #ECFDF9;
  }

  .print\:hover\:to-w-off-white-blue:hover {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:hover\:to-w-off-white-lavender:hover {
    --tw-gradient-to: #DFD1F2;
  }

  .print\:hover\:to-w-off-white-almond:hover {
    --tw-gradient-to: #F6DFD5;
  }

  .print\:hover\:to-w-off-black-base:hover {
    --tw-gradient-to: #222222;
  }

  .print\:hover\:to-nw-black:hover {
    --tw-gradient-to: hsl(var(--black));
  }

  .print\:hover\:to-nw-transparent:hover {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .print\:hover\:to-nw-alpha-white-10:hover {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .print\:hover\:to-nw-alpha-white-20:hover {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .print\:hover\:to-nw-alpha-white-30:hover {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .print\:hover\:to-nw-alpha-white-40:hover {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .print\:hover\:to-nw-alpha-white-50:hover {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .print\:hover\:to-nw-alpha-white-60:hover {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .print\:hover\:to-nw-alpha-white-70:hover {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .print\:hover\:to-nw-alpha-white-80:hover {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .print\:hover\:to-nw-alpha-white-90:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:hover\:to-nw-alpha-white-100:hover {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .print\:hover\:to-nw-alpha-black-10:hover {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .print\:hover\:to-nw-alpha-black-20:hover {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .print\:hover\:to-nw-alpha-black-30:hover {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .print\:hover\:to-nw-alpha-black-40:hover {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .print\:hover\:to-nw-alpha-black-50:hover {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .print\:hover\:to-nw-alpha-black-60:hover {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .print\:hover\:to-nw-alpha-black-70:hover {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .print\:hover\:to-nw-alpha-black-80:hover {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .print\:hover\:to-nw-alpha-black-90:hover {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .print\:hover\:to-nw-alpha-black-100:hover {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .print\:hover\:to-nw-avatar-bg:hover {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .print\:hover\:to-nw-avatar-contrast-border:hover {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:hover\:to-nw-avatar-contrast-border-brand:hover {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:hover\:to-nw-avatar-focus-border:hover {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .print\:hover\:to-nw-avatar-placeholder-text:hover {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .print\:hover\:to-nw-avatar-profile-photo-border:hover {
    --tw-gradient-to: hsl(var(--white));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-aqua:hover {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-berry:hover {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-evergreen:hover {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-herb:hover {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-honey:hover {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-lavender:hover {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-mist:hover {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-peach:hover {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-plum:hover {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-sage:hover {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-sandalwood:hover {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .print\:hover\:to-nw-avatar-recipient-bg-wildflower:hover {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .print\:hover\:to-nw-avatar-recipient-border:hover {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:hover\:to-nw-calendar-date-default:hover {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .print\:hover\:to-nw-calendar-date-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .print\:hover\:to-nw-calendar-default:hover {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .print\:hover\:to-nw-calendar-aqua:hover {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .print\:hover\:to-nw-calendar-disabled:hover {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .print\:hover\:to-nw-calendar-multi-day:hover {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .print\:hover\:to-nw-calendar-blue:hover {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .print\:hover\:to-nw-fg-brand-primary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .print\:hover\:to-nw-fg-brand-primary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .print\:hover\:to-nw-fg-brand-primary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .print\:hover\:to-nw-fg-brand-quarternary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .print\:hover\:to-nw-fg-brand-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .print\:hover\:to-nw-fg-brand-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .print\:hover\:to-nw-fg-brand-secondary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:hover\:to-nw-fg-brand-senary-alt:hover {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .print\:hover\:to-nw-fg-brand-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .print\:hover\:to-nw-fg-disabled:hover {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .print\:hover\:to-nw-fg-disabled-subtle:hover {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .print\:hover\:to-nw-fg-error-primary:hover {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .print\:hover\:to-nw-fg-error-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .print\:hover\:to-nw-fg-primary:hover {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .print\:hover\:to-nw-fg-quaternary:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .print\:hover\:to-nw-fg-quaternary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .print\:hover\:to-nw-fg-quinary:hover {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .print\:hover\:to-nw-fg-quinary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .print\:hover\:to-nw-fg-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .print\:hover\:to-nw-fg-secondary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .print\:hover\:to-nw-fg-senary:hover {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .print\:hover\:to-nw-fg-success-primary:hover {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .print\:hover\:to-nw-fg-success-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .print\:hover\:to-nw-fg-tertiary:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .print\:hover\:to-nw-fg-tertiary-hover:hover {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .print\:hover\:to-nw-fg-warning-primary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .print\:hover\:to-nw-fg-warning-secondary:hover {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .print\:hover\:to-nw-fg-white:hover {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .print\:hover\:to-nw-sent-message-bg:hover {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .print\:hover\:to-nw-sent-message-text-link:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .print\:hover\:to-nw-sent-message-text-link-visited:hover {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .print\:hover\:to-nw-partner-rover-green:hover {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .print\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .print\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .print\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .print\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .print\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .print\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .print\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .print\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .print\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .print\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .print\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .print\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .print\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .print\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .print\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .print\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .print\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .print\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .print\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .print\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .print\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .print\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .print\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .print\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .print\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .print\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .print\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .print\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .print\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .print\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .print\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .print\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .print\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .print\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .print\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .print\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .print\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .print\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .print\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .print\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .print\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .print\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .print\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .print\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .print\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .print\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .print\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .print\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .print\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .print\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .print\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .print\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .print\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .print\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .print\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .print\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .print\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .print\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .print\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .print\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .print\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .print\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .print\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .print\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .print\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .print\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .print\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .print\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .print\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .print\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .print\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .print\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .print\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .print\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .print\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .print\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .print\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .print\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .print\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .print\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .print\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .print\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .print\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .print\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .print\:focus\:to-w-brand-primary:focus {
    --tw-gradient-to: #1436A4;
  }

  .print\:focus\:to-w-brand-secondary:focus {
    --tw-gradient-to: #486DE7;
  }

  .print\:focus\:to-w-brand-tertiary:focus {
    --tw-gradient-to: #E12723;
  }

  .print\:focus\:to-w-status-success:focus {
    --tw-gradient-to: #008000;
  }

  .print\:focus\:to-w-status-success-light:focus {
    --tw-gradient-to: #E9FAE9;
  }

  .print\:focus\:to-w-status-warning:focus {
    --tw-gradient-to: #FFCA6B;
  }

  .print\:focus\:to-w-status-warning-light:focus {
    --tw-gradient-to: #FFF4E2;
  }

  .print\:focus\:to-w-status-error:focus {
    --tw-gradient-to: #D91F1B;
  }

  .print\:focus\:to-w-status-error-light:focus {
    --tw-gradient-to: #FFF1F1;
  }

  .print\:focus\:to-w-status-info:focus {
    --tw-gradient-to: #1436A4;
  }

  .print\:focus\:to-w-status-info-light:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:focus\:to-w-background-primary:focus {
    --tw-gradient-to: #F8F8F8;
  }

  .print\:focus\:to-w-background-secondary:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:focus\:to-w-background-tertiary:focus {
    --tw-gradient-to: #FFE9E2;
  }

  .print\:focus\:to-w-dark:focus {
    --tw-gradient-to: #222222;
  }

  .print\:focus\:to-w-text:focus {
    --tw-gradient-to: #727272;
  }

  .print\:focus\:to-w-light:focus {
    --tw-gradient-to: #FFFFFF;
  }

  .print\:focus\:to-w-border:focus {
    --tw-gradient-to: #949494;
  }

  .print\:focus\:to-w-divider:focus {
    --tw-gradient-to: #EDEDED;
  }

  .print\:focus\:to-w-gray-lighter:focus {
    --tw-gradient-to: #D6D6D6;
  }

  .print\:focus\:to-w-gray-light:focus {
    --tw-gradient-to: #B6B6B6;
  }

  .print\:focus\:to-w-gray-base:focus {
    --tw-gradient-to: #999999;
  }

  .print\:focus\:to-w-gray-medium:focus {
    --tw-gradient-to: #949494;
  }

  .print\:focus\:to-w-gray-dark:focus {
    --tw-gradient-to: #727375;
  }

  .print\:focus\:to-w-gray-darker:focus {
    --tw-gradient-to: #555555;
  }

  .print\:focus\:to-w-purple-base:focus {
    --tw-gradient-to: #662D91;
  }

  .print\:focus\:to-w-purple-dark:focus {
    --tw-gradient-to: #551A8B;
  }

  .print\:focus\:to-w-blue-light:focus {
    --tw-gradient-to: #7392D5;
  }

  .print\:focus\:to-w-blue-base:focus {
    --tw-gradient-to: #025699;
  }

  .print\:focus\:to-w-blue-facebook:focus {
    --tw-gradient-to: #3B5998;
  }

  .print\:focus\:to-w-blue-darker:focus {
    --tw-gradient-to: #000066;
  }

  .print\:focus\:to-w-cerulean-base:focus {
    --tw-gradient-to: #00ACED;
  }

  .print\:focus\:to-w-turquoise-base:focus {
    --tw-gradient-to: #50E3C2;
  }

  .print\:focus\:to-w-green-light:focus {
    --tw-gradient-to: #7ED321;
  }

  .print\:focus\:to-w-green-base:focus {
    --tw-gradient-to: #6AC865;
  }

  .print\:focus\:to-w-green-dark:focus {
    --tw-gradient-to: #008000;
  }

  .print\:focus\:to-w-yellow-base:focus {
    --tw-gradient-to: #FFCC00;
  }

  .print\:focus\:to-w-orange-base:focus {
    --tw-gradient-to: #FF9E1F;
  }

  .print\:focus\:to-w-red-lighter:focus {
    --tw-gradient-to: #F79B95;
  }

  .print\:focus\:to-w-red-light:focus {
    --tw-gradient-to: #FF7165;
  }

  .print\:focus\:to-w-red-base:focus {
    --tw-gradient-to: #FF4738;
  }

  .print\:focus\:to-w-red-dark:focus {
    --tw-gradient-to: #FF1300;
  }

  .print\:focus\:to-w-off-white-light:focus {
    --tw-gradient-to: #F7F7F7;
  }

  .print\:focus\:to-w-off-white-base:focus {
    --tw-gradient-to: #EDEDED;
  }

  .print\:focus\:to-w-off-white-cyan:focus {
    --tw-gradient-to: #ECFDF9;
  }

  .print\:focus\:to-w-off-white-blue:focus {
    --tw-gradient-to: #F1F4FC;
  }

  .print\:focus\:to-w-off-white-lavender:focus {
    --tw-gradient-to: #DFD1F2;
  }

  .print\:focus\:to-w-off-white-almond:focus {
    --tw-gradient-to: #F6DFD5;
  }

  .print\:focus\:to-w-off-black-base:focus {
    --tw-gradient-to: #222222;
  }

  .print\:focus\:to-nw-black:focus {
    --tw-gradient-to: hsl(var(--black));
  }

  .print\:focus\:to-nw-transparent:focus {
    --tw-gradient-to: hsl(var(--transparent));
  }

  .print\:focus\:to-nw-alpha-white-10:focus {
    --tw-gradient-to: hsl(var(--alpha-white-10));
  }

  .print\:focus\:to-nw-alpha-white-20:focus {
    --tw-gradient-to: hsl(var(--alpha-white-20));
  }

  .print\:focus\:to-nw-alpha-white-30:focus {
    --tw-gradient-to: hsl(var(--alpha-white-30));
  }

  .print\:focus\:to-nw-alpha-white-40:focus {
    --tw-gradient-to: hsl(var(--alpha-white-40));
  }

  .print\:focus\:to-nw-alpha-white-50:focus {
    --tw-gradient-to: hsl(var(--alpha-white-50));
  }

  .print\:focus\:to-nw-alpha-white-60:focus {
    --tw-gradient-to: hsl(var(--alpha-white-60));
  }

  .print\:focus\:to-nw-alpha-white-70:focus {
    --tw-gradient-to: hsl(var(--alpha-white-70));
  }

  .print\:focus\:to-nw-alpha-white-80:focus {
    --tw-gradient-to: hsl(var(--alpha-white-80));
  }

  .print\:focus\:to-nw-alpha-white-90:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:focus\:to-nw-alpha-white-100:focus {
    --tw-gradient-to: hsl(var(--alpha-white-100));
  }

  .print\:focus\:to-nw-alpha-black-10:focus {
    --tw-gradient-to: hsl(var(--alpha-black-10));
  }

  .print\:focus\:to-nw-alpha-black-20:focus {
    --tw-gradient-to: hsl(var(--alpha-black-20));
  }

  .print\:focus\:to-nw-alpha-black-30:focus {
    --tw-gradient-to: hsl(var(--alpha-black-30));
  }

  .print\:focus\:to-nw-alpha-black-40:focus {
    --tw-gradient-to: hsl(var(--alpha-black-40));
  }

  .print\:focus\:to-nw-alpha-black-50:focus {
    --tw-gradient-to: hsl(var(--alpha-black-50));
  }

  .print\:focus\:to-nw-alpha-black-60:focus {
    --tw-gradient-to: hsl(var(--alpha-black-60));
  }

  .print\:focus\:to-nw-alpha-black-70:focus {
    --tw-gradient-to: hsl(var(--alpha-black-70));
  }

  .print\:focus\:to-nw-alpha-black-80:focus {
    --tw-gradient-to: hsl(var(--alpha-black-80));
  }

  .print\:focus\:to-nw-alpha-black-90:focus {
    --tw-gradient-to: hsl(var(--alpha-black-90));
  }

  .print\:focus\:to-nw-alpha-black-100:focus {
    --tw-gradient-to: hsl(var(--alpha-black-100));
  }

  .print\:focus\:to-nw-avatar-bg:focus {
    --tw-gradient-to: hsl(var(--periwinkle-100));
  }

  .print\:focus\:to-nw-avatar-contrast-border:focus {
    --tw-gradient-to: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:to-nw-avatar-contrast-border-brand:focus {
    --tw-gradient-to: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:to-nw-avatar-focus-border:focus {
    --tw-gradient-to: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:to-nw-avatar-placeholder-text:focus {
    --tw-gradient-to: hsl(var(--periwinkle-500));
  }

  .print\:focus\:to-nw-avatar-profile-photo-border:focus {
    --tw-gradient-to: hsl(var(--white));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-aqua:focus {
    --tw-gradient-to: hsl(var(--aqua-400));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-berry:focus {
    --tw-gradient-to: hsl(var(--berry-500));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-evergreen:focus {
    --tw-gradient-to: hsl(var(--evergreen-400));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-herb:focus {
    --tw-gradient-to: hsl(var(--herb-400));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-honey:focus {
    --tw-gradient-to: hsl(var(--honey-400));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-lavender:focus {
    --tw-gradient-to: hsl(var(--lavender-500));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-mist:focus {
    --tw-gradient-to: hsl(var(--mist-500));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-peach:focus {
    --tw-gradient-to: hsl(var(--peach-400));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-plum:focus {
    --tw-gradient-to: hsl(var(--plum-600));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-sage:focus {
    --tw-gradient-to: hsl(var(--sage-500));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-gradient-to: hsl(var(--sandalwood-500));
  }

  .print\:focus\:to-nw-avatar-recipient-bg-wildflower:focus {
    --tw-gradient-to: hsl(var(--wildflower-500));
  }

  .print\:focus\:to-nw-avatar-recipient-border:focus {
    --tw-gradient-to: hsl(var(--alpha-white-90));
  }

  .print\:focus\:to-nw-calendar-date-default:focus {
    --tw-gradient-to: hsl(var(--calendar-date-default));
  }

  .print\:focus\:to-nw-calendar-date-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:to-nw-calendar-default:focus {
    --tw-gradient-to: hsl(var(--calendar-default));
  }

  .print\:focus\:to-nw-calendar-aqua:focus {
    --tw-gradient-to: hsl(var(--calendar-aqua));
  }

  .print\:focus\:to-nw-calendar-disabled:focus {
    --tw-gradient-to: hsl(var(--calendar-disabled));
  }

  .print\:focus\:to-nw-calendar-multi-day:focus {
    --tw-gradient-to: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:to-nw-calendar-blue:focus {
    --tw-gradient-to: hsl(var(--calendar-blue));
  }

  .print\:focus\:to-nw-fg-brand-primary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:to-nw-fg-brand-primary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:to-nw-fg-brand-primary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:to-nw-fg-brand-quarternary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:to-nw-fg-brand-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:to-nw-fg-brand-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:to-nw-fg-brand-secondary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:to-nw-fg-brand-senary-alt:focus {
    --tw-gradient-to: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:to-nw-fg-brand-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:to-nw-fg-disabled:focus {
    --tw-gradient-to: hsl(var(--fg-disabled));
  }

  .print\:focus\:to-nw-fg-disabled-subtle:focus {
    --tw-gradient-to: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:to-nw-fg-error-primary:focus {
    --tw-gradient-to: hsl(var(--fg-error-primary));
  }

  .print\:focus\:to-nw-fg-error-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:to-nw-fg-primary:focus {
    --tw-gradient-to: hsl(var(--fg-primary));
  }

  .print\:focus\:to-nw-fg-quaternary:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary));
  }

  .print\:focus\:to-nw-fg-quaternary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:to-nw-fg-quinary:focus {
    --tw-gradient-to: hsl(var(--fg-quinary));
  }

  .print\:focus\:to-nw-fg-quinary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:to-nw-fg-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-secondary));
  }

  .print\:focus\:to-nw-fg-secondary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:to-nw-fg-senary:focus {
    --tw-gradient-to: hsl(var(--fg-senary));
  }

  .print\:focus\:to-nw-fg-success-primary:focus {
    --tw-gradient-to: hsl(var(--fg-success-primary));
  }

  .print\:focus\:to-nw-fg-success-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:to-nw-fg-tertiary:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary));
  }

  .print\:focus\:to-nw-fg-tertiary-hover:focus {
    --tw-gradient-to: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:to-nw-fg-warning-primary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:to-nw-fg-warning-secondary:focus {
    --tw-gradient-to: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:to-nw-fg-white:focus {
    --tw-gradient-to: hsl(var(--fg-white));
  }

  .print\:focus\:to-nw-sent-message-bg:focus {
    --tw-gradient-to: hsl(var(--sent-message-bg));
  }

  .print\:focus\:to-nw-sent-message-text-link:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:to-nw-sent-message-text-link-visited:focus {
    --tw-gradient-to: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:to-nw-partner-rover-green:focus {
    --tw-gradient-to: hsl(var(--partner-rover-green));
  }

  .print\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .print\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .print\:bg-auto {
    background-size: auto;
  }

  .print\:bg-cover {
    background-size: cover;
  }

  .print\:bg-contain {
    background-size: contain;
  }

  .print\:bg-fixed {
    background-attachment: fixed;
  }

  .print\:bg-local {
    background-attachment: local;
  }

  .print\:bg-scroll {
    background-attachment: scroll;
  }

  .print\:bg-clip-border {
    background-clip: border-box;
  }

  .print\:bg-clip-padding {
    background-clip: padding-box;
  }

  .print\:bg-clip-content {
    background-clip: content-box;
  }

  .print\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .print\:bg-bottom {
    background-position: bottom;
  }

  .print\:bg-center {
    background-position: center;
  }

  .print\:bg-left {
    background-position: left;
  }

  .print\:bg-left-bottom {
    background-position: left bottom;
  }

  .print\:bg-left-top {
    background-position: left top;
  }

  .print\:bg-right {
    background-position: right;
  }

  .print\:bg-right-bottom {
    background-position: right bottom;
  }

  .print\:bg-right-top {
    background-position: right top;
  }

  .print\:bg-top {
    background-position: top;
  }

  .print\:bg-repeat {
    background-repeat: repeat;
  }

  .print\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .print\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .print\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .print\:bg-repeat-round {
    background-repeat: round;
  }

  .print\:bg-repeat-space {
    background-repeat: space;
  }

  .print\:bg-origin-border {
    background-origin: border-box;
  }

  .print\:bg-origin-padding {
    background-origin: padding-box;
  }

  .print\:bg-origin-content {
    background-origin: content-box;
  }

  .print\:fill-current {
    fill: currentColor;
  }

  .print\:stroke-current {
    stroke: currentColor;
  }

  .print\:stroke-0 {
    stroke-width: 0;
  }

  .print\:stroke-1 {
    stroke-width: 1;
  }

  .print\:stroke-2 {
    stroke-width: 2;
  }

  .print\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .print\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .print\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .print\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .print\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .print\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .print\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .print\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .print\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .print\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .print\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .print\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .print\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .print\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .print\:p-0 {
    padding: 0px;
  }

  .print\:p-1 {
    padding: 0.25rem;
  }

  .print\:p-2 {
    padding: 0.5rem;
  }

  .print\:p-3 {
    padding: 0.75rem;
  }

  .print\:p-4 {
    padding: 1rem;
  }

  .print\:p-5 {
    padding: 1.25rem;
  }

  .print\:p-6 {
    padding: 1.5rem;
  }

  .print\:p-7 {
    padding: 1.75rem;
  }

  .print\:p-8 {
    padding: 2rem;
  }

  .print\:p-9 {
    padding: 2.25rem;
  }

  .print\:p-10 {
    padding: 2.5rem;
  }

  .print\:p-11 {
    padding: 2.75rem;
  }

  .print\:p-12 {
    padding: 3rem;
  }

  .print\:p-14 {
    padding: 3.5rem;
  }

  .print\:p-16 {
    padding: 4rem;
  }

  .print\:p-20 {
    padding: 5rem;
  }

  .print\:p-24 {
    padding: 6rem;
  }

  .print\:p-28 {
    padding: 7rem;
  }

  .print\:p-32 {
    padding: 8rem;
  }

  .print\:p-36 {
    padding: 9rem;
  }

  .print\:p-40 {
    padding: 10rem;
  }

  .print\:p-44 {
    padding: 11rem;
  }

  .print\:p-48 {
    padding: 12rem;
  }

  .print\:p-52 {
    padding: 13rem;
  }

  .print\:p-56 {
    padding: 14rem;
  }

  .print\:p-60 {
    padding: 15rem;
  }

  .print\:p-64 {
    padding: 16rem;
  }

  .print\:p-72 {
    padding: 18rem;
  }

  .print\:p-80 {
    padding: 20rem;
  }

  .print\:p-96 {
    padding: 24rem;
  }

  .print\:p-px {
    padding: 1px;
  }

  .print\:p-0\.5 {
    padding: 2px;
  }

  .print\:p-1\.5 {
    padding: 6px;
  }

  .print\:p-2\.5 {
    padding: 10px;
  }

  .print\:p-3\.5 {
    padding: 0.875rem;
  }

  .print\:first\:p-0:first-child {
    padding: 0px;
  }

  .print\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .print\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .print\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .print\:first\:p-4:first-child {
    padding: 1rem;
  }

  .print\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .print\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .print\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .print\:first\:p-8:first-child {
    padding: 2rem;
  }

  .print\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .print\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .print\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .print\:first\:p-12:first-child {
    padding: 3rem;
  }

  .print\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .print\:first\:p-16:first-child {
    padding: 4rem;
  }

  .print\:first\:p-20:first-child {
    padding: 5rem;
  }

  .print\:first\:p-24:first-child {
    padding: 6rem;
  }

  .print\:first\:p-28:first-child {
    padding: 7rem;
  }

  .print\:first\:p-32:first-child {
    padding: 8rem;
  }

  .print\:first\:p-36:first-child {
    padding: 9rem;
  }

  .print\:first\:p-40:first-child {
    padding: 10rem;
  }

  .print\:first\:p-44:first-child {
    padding: 11rem;
  }

  .print\:first\:p-48:first-child {
    padding: 12rem;
  }

  .print\:first\:p-52:first-child {
    padding: 13rem;
  }

  .print\:first\:p-56:first-child {
    padding: 14rem;
  }

  .print\:first\:p-60:first-child {
    padding: 15rem;
  }

  .print\:first\:p-64:first-child {
    padding: 16rem;
  }

  .print\:first\:p-72:first-child {
    padding: 18rem;
  }

  .print\:first\:p-80:first-child {
    padding: 20rem;
  }

  .print\:first\:p-96:first-child {
    padding: 24rem;
  }

  .print\:first\:p-px:first-child {
    padding: 1px;
  }

  .print\:first\:p-0\.5:first-child {
    padding: 2px;
  }

  .print\:first\:p-1\.5:first-child {
    padding: 6px;
  }

  .print\:first\:p-2\.5:first-child {
    padding: 10px;
  }

  .print\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .print\:last\:p-0:last-child {
    padding: 0px;
  }

  .print\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .print\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .print\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .print\:last\:p-4:last-child {
    padding: 1rem;
  }

  .print\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .print\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .print\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .print\:last\:p-8:last-child {
    padding: 2rem;
  }

  .print\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .print\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .print\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .print\:last\:p-12:last-child {
    padding: 3rem;
  }

  .print\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .print\:last\:p-16:last-child {
    padding: 4rem;
  }

  .print\:last\:p-20:last-child {
    padding: 5rem;
  }

  .print\:last\:p-24:last-child {
    padding: 6rem;
  }

  .print\:last\:p-28:last-child {
    padding: 7rem;
  }

  .print\:last\:p-32:last-child {
    padding: 8rem;
  }

  .print\:last\:p-36:last-child {
    padding: 9rem;
  }

  .print\:last\:p-40:last-child {
    padding: 10rem;
  }

  .print\:last\:p-44:last-child {
    padding: 11rem;
  }

  .print\:last\:p-48:last-child {
    padding: 12rem;
  }

  .print\:last\:p-52:last-child {
    padding: 13rem;
  }

  .print\:last\:p-56:last-child {
    padding: 14rem;
  }

  .print\:last\:p-60:last-child {
    padding: 15rem;
  }

  .print\:last\:p-64:last-child {
    padding: 16rem;
  }

  .print\:last\:p-72:last-child {
    padding: 18rem;
  }

  .print\:last\:p-80:last-child {
    padding: 20rem;
  }

  .print\:last\:p-96:last-child {
    padding: 24rem;
  }

  .print\:last\:p-px:last-child {
    padding: 1px;
  }

  .print\:last\:p-0\.5:last-child {
    padding: 2px;
  }

  .print\:last\:p-1\.5:last-child {
    padding: 6px;
  }

  .print\:last\:p-2\.5:last-child {
    padding: 10px;
  }

  .print\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .print\:focus\:p-0:focus {
    padding: 0px;
  }

  .print\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .print\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .print\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .print\:focus\:p-4:focus {
    padding: 1rem;
  }

  .print\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .print\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .print\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .print\:focus\:p-8:focus {
    padding: 2rem;
  }

  .print\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .print\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .print\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .print\:focus\:p-12:focus {
    padding: 3rem;
  }

  .print\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .print\:focus\:p-16:focus {
    padding: 4rem;
  }

  .print\:focus\:p-20:focus {
    padding: 5rem;
  }

  .print\:focus\:p-24:focus {
    padding: 6rem;
  }

  .print\:focus\:p-28:focus {
    padding: 7rem;
  }

  .print\:focus\:p-32:focus {
    padding: 8rem;
  }

  .print\:focus\:p-36:focus {
    padding: 9rem;
  }

  .print\:focus\:p-40:focus {
    padding: 10rem;
  }

  .print\:focus\:p-44:focus {
    padding: 11rem;
  }

  .print\:focus\:p-48:focus {
    padding: 12rem;
  }

  .print\:focus\:p-52:focus {
    padding: 13rem;
  }

  .print\:focus\:p-56:focus {
    padding: 14rem;
  }

  .print\:focus\:p-60:focus {
    padding: 15rem;
  }

  .print\:focus\:p-64:focus {
    padding: 16rem;
  }

  .print\:focus\:p-72:focus {
    padding: 18rem;
  }

  .print\:focus\:p-80:focus {
    padding: 20rem;
  }

  .print\:focus\:p-96:focus {
    padding: 24rem;
  }

  .print\:focus\:p-px:focus {
    padding: 1px;
  }

  .print\:focus\:p-0\.5:focus {
    padding: 2px;
  }

  .print\:focus\:p-1\.5:focus {
    padding: 6px;
  }

  .print\:focus\:p-2\.5:focus {
    padding: 10px;
  }

  .print\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .print\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .print\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .print\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .print\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .print\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .print\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .print\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .print\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .print\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .print\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .print\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .print\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .print\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:px-0\.5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .print\:px-1\.5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .print\:px-2\.5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .print\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .print\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .print\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .print\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .print\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .print\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .print\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .print\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .print\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .print\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .print\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .print\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .print\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .print\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .print\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .print\:py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .print\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .print\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .print\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .print\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .print\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .print\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .print\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .print\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .print\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .print\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .print\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .print\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .print\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .print\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .print\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:first\:px-0\.5:first-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .print\:first\:px-1\.5:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .print\:first\:px-2\.5:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .print\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .print\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .print\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .print\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .print\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .print\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .print\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .print\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .print\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .print\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .print\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .print\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .print\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .print\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .print\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:first\:py-0\.5:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .print\:first\:py-1\.5:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .print\:first\:py-2\.5:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .print\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .print\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .print\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .print\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .print\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .print\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .print\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .print\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .print\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .print\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .print\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .print\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .print\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .print\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:last\:px-0\.5:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .print\:last\:px-1\.5:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .print\:last\:px-2\.5:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .print\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .print\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .print\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .print\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .print\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .print\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .print\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .print\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .print\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .print\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .print\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .print\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .print\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .print\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .print\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:last\:py-0\.5:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .print\:last\:py-1\.5:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .print\:last\:py-2\.5:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .print\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .print\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .print\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .print\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .print\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .print\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .print\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .print\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .print\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .print\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .print\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .print\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .print\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .print\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:focus\:px-0\.5:focus {
    padding-left: 2px;
    padding-right: 2px;
  }

  .print\:focus\:px-1\.5:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .print\:focus\:px-2\.5:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .print\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .print\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .print\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .print\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .print\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .print\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .print\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .print\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .print\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .print\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .print\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .print\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .print\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .print\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .print\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:focus\:py-0\.5:focus {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .print\:focus\:py-1\.5:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .print\:focus\:py-2\.5:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .print\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .print\:pt-0 {
    padding-top: 0px;
  }

  .print\:pt-1 {
    padding-top: 0.25rem;
  }

  .print\:pt-2 {
    padding-top: 0.5rem;
  }

  .print\:pt-3 {
    padding-top: 0.75rem;
  }

  .print\:pt-4 {
    padding-top: 1rem;
  }

  .print\:pt-5 {
    padding-top: 1.25rem;
  }

  .print\:pt-6 {
    padding-top: 1.5rem;
  }

  .print\:pt-7 {
    padding-top: 1.75rem;
  }

  .print\:pt-8 {
    padding-top: 2rem;
  }

  .print\:pt-9 {
    padding-top: 2.25rem;
  }

  .print\:pt-10 {
    padding-top: 2.5rem;
  }

  .print\:pt-11 {
    padding-top: 2.75rem;
  }

  .print\:pt-12 {
    padding-top: 3rem;
  }

  .print\:pt-14 {
    padding-top: 3.5rem;
  }

  .print\:pt-16 {
    padding-top: 4rem;
  }

  .print\:pt-20 {
    padding-top: 5rem;
  }

  .print\:pt-24 {
    padding-top: 6rem;
  }

  .print\:pt-28 {
    padding-top: 7rem;
  }

  .print\:pt-32 {
    padding-top: 8rem;
  }

  .print\:pt-36 {
    padding-top: 9rem;
  }

  .print\:pt-40 {
    padding-top: 10rem;
  }

  .print\:pt-44 {
    padding-top: 11rem;
  }

  .print\:pt-48 {
    padding-top: 12rem;
  }

  .print\:pt-52 {
    padding-top: 13rem;
  }

  .print\:pt-56 {
    padding-top: 14rem;
  }

  .print\:pt-60 {
    padding-top: 15rem;
  }

  .print\:pt-64 {
    padding-top: 16rem;
  }

  .print\:pt-72 {
    padding-top: 18rem;
  }

  .print\:pt-80 {
    padding-top: 20rem;
  }

  .print\:pt-96 {
    padding-top: 24rem;
  }

  .print\:pt-px {
    padding-top: 1px;
  }

  .print\:pt-0\.5 {
    padding-top: 2px;
  }

  .print\:pt-1\.5 {
    padding-top: 6px;
  }

  .print\:pt-2\.5 {
    padding-top: 10px;
  }

  .print\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .print\:pr-0 {
    padding-right: 0px;
  }

  .print\:pr-1 {
    padding-right: 0.25rem;
  }

  .print\:pr-2 {
    padding-right: 0.5rem;
  }

  .print\:pr-3 {
    padding-right: 0.75rem;
  }

  .print\:pr-4 {
    padding-right: 1rem;
  }

  .print\:pr-5 {
    padding-right: 1.25rem;
  }

  .print\:pr-6 {
    padding-right: 1.5rem;
  }

  .print\:pr-7 {
    padding-right: 1.75rem;
  }

  .print\:pr-8 {
    padding-right: 2rem;
  }

  .print\:pr-9 {
    padding-right: 2.25rem;
  }

  .print\:pr-10 {
    padding-right: 2.5rem;
  }

  .print\:pr-11 {
    padding-right: 2.75rem;
  }

  .print\:pr-12 {
    padding-right: 3rem;
  }

  .print\:pr-14 {
    padding-right: 3.5rem;
  }

  .print\:pr-16 {
    padding-right: 4rem;
  }

  .print\:pr-20 {
    padding-right: 5rem;
  }

  .print\:pr-24 {
    padding-right: 6rem;
  }

  .print\:pr-28 {
    padding-right: 7rem;
  }

  .print\:pr-32 {
    padding-right: 8rem;
  }

  .print\:pr-36 {
    padding-right: 9rem;
  }

  .print\:pr-40 {
    padding-right: 10rem;
  }

  .print\:pr-44 {
    padding-right: 11rem;
  }

  .print\:pr-48 {
    padding-right: 12rem;
  }

  .print\:pr-52 {
    padding-right: 13rem;
  }

  .print\:pr-56 {
    padding-right: 14rem;
  }

  .print\:pr-60 {
    padding-right: 15rem;
  }

  .print\:pr-64 {
    padding-right: 16rem;
  }

  .print\:pr-72 {
    padding-right: 18rem;
  }

  .print\:pr-80 {
    padding-right: 20rem;
  }

  .print\:pr-96 {
    padding-right: 24rem;
  }

  .print\:pr-px {
    padding-right: 1px;
  }

  .print\:pr-0\.5 {
    padding-right: 2px;
  }

  .print\:pr-1\.5 {
    padding-right: 6px;
  }

  .print\:pr-2\.5 {
    padding-right: 10px;
  }

  .print\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .print\:pb-0 {
    padding-bottom: 0px;
  }

  .print\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .print\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .print\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .print\:pb-4 {
    padding-bottom: 1rem;
  }

  .print\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .print\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .print\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .print\:pb-8 {
    padding-bottom: 2rem;
  }

  .print\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .print\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .print\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .print\:pb-12 {
    padding-bottom: 3rem;
  }

  .print\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .print\:pb-16 {
    padding-bottom: 4rem;
  }

  .print\:pb-20 {
    padding-bottom: 5rem;
  }

  .print\:pb-24 {
    padding-bottom: 6rem;
  }

  .print\:pb-28 {
    padding-bottom: 7rem;
  }

  .print\:pb-32 {
    padding-bottom: 8rem;
  }

  .print\:pb-36 {
    padding-bottom: 9rem;
  }

  .print\:pb-40 {
    padding-bottom: 10rem;
  }

  .print\:pb-44 {
    padding-bottom: 11rem;
  }

  .print\:pb-48 {
    padding-bottom: 12rem;
  }

  .print\:pb-52 {
    padding-bottom: 13rem;
  }

  .print\:pb-56 {
    padding-bottom: 14rem;
  }

  .print\:pb-60 {
    padding-bottom: 15rem;
  }

  .print\:pb-64 {
    padding-bottom: 16rem;
  }

  .print\:pb-72 {
    padding-bottom: 18rem;
  }

  .print\:pb-80 {
    padding-bottom: 20rem;
  }

  .print\:pb-96 {
    padding-bottom: 24rem;
  }

  .print\:pb-px {
    padding-bottom: 1px;
  }

  .print\:pb-0\.5 {
    padding-bottom: 2px;
  }

  .print\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .print\:pb-2\.5 {
    padding-bottom: 10px;
  }

  .print\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .print\:pl-0 {
    padding-left: 0px;
  }

  .print\:pl-1 {
    padding-left: 0.25rem;
  }

  .print\:pl-2 {
    padding-left: 0.5rem;
  }

  .print\:pl-3 {
    padding-left: 0.75rem;
  }

  .print\:pl-4 {
    padding-left: 1rem;
  }

  .print\:pl-5 {
    padding-left: 1.25rem;
  }

  .print\:pl-6 {
    padding-left: 1.5rem;
  }

  .print\:pl-7 {
    padding-left: 1.75rem;
  }

  .print\:pl-8 {
    padding-left: 2rem;
  }

  .print\:pl-9 {
    padding-left: 2.25rem;
  }

  .print\:pl-10 {
    padding-left: 2.5rem;
  }

  .print\:pl-11 {
    padding-left: 2.75rem;
  }

  .print\:pl-12 {
    padding-left: 3rem;
  }

  .print\:pl-14 {
    padding-left: 3.5rem;
  }

  .print\:pl-16 {
    padding-left: 4rem;
  }

  .print\:pl-20 {
    padding-left: 5rem;
  }

  .print\:pl-24 {
    padding-left: 6rem;
  }

  .print\:pl-28 {
    padding-left: 7rem;
  }

  .print\:pl-32 {
    padding-left: 8rem;
  }

  .print\:pl-36 {
    padding-left: 9rem;
  }

  .print\:pl-40 {
    padding-left: 10rem;
  }

  .print\:pl-44 {
    padding-left: 11rem;
  }

  .print\:pl-48 {
    padding-left: 12rem;
  }

  .print\:pl-52 {
    padding-left: 13rem;
  }

  .print\:pl-56 {
    padding-left: 14rem;
  }

  .print\:pl-60 {
    padding-left: 15rem;
  }

  .print\:pl-64 {
    padding-left: 16rem;
  }

  .print\:pl-72 {
    padding-left: 18rem;
  }

  .print\:pl-80 {
    padding-left: 20rem;
  }

  .print\:pl-96 {
    padding-left: 24rem;
  }

  .print\:pl-px {
    padding-left: 1px;
  }

  .print\:pl-0\.5 {
    padding-left: 2px;
  }

  .print\:pl-1\.5 {
    padding-left: 6px;
  }

  .print\:pl-2\.5 {
    padding-left: 10px;
  }

  .print\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .print\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .print\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .print\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .print\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .print\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .print\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .print\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .print\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .print\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .print\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .print\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .print\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .print\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .print\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .print\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .print\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .print\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .print\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .print\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .print\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .print\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .print\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .print\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .print\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .print\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .print\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .print\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .print\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .print\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .print\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .print\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .print\:first\:pt-0\.5:first-child {
    padding-top: 2px;
  }

  .print\:first\:pt-1\.5:first-child {
    padding-top: 6px;
  }

  .print\:first\:pt-2\.5:first-child {
    padding-top: 10px;
  }

  .print\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .print\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .print\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .print\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .print\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .print\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .print\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .print\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .print\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .print\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .print\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .print\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .print\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .print\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .print\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .print\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .print\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .print\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .print\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .print\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .print\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .print\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .print\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .print\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .print\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .print\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .print\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .print\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .print\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .print\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .print\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .print\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .print\:first\:pr-0\.5:first-child {
    padding-right: 2px;
  }

  .print\:first\:pr-1\.5:first-child {
    padding-right: 6px;
  }

  .print\:first\:pr-2\.5:first-child {
    padding-right: 10px;
  }

  .print\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .print\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .print\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .print\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .print\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .print\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .print\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .print\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .print\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .print\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .print\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .print\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .print\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .print\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .print\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .print\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .print\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .print\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .print\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .print\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .print\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .print\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .print\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .print\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .print\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .print\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .print\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .print\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .print\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .print\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .print\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .print\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .print\:first\:pb-0\.5:first-child {
    padding-bottom: 2px;
  }

  .print\:first\:pb-1\.5:first-child {
    padding-bottom: 6px;
  }

  .print\:first\:pb-2\.5:first-child {
    padding-bottom: 10px;
  }

  .print\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .print\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .print\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .print\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .print\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .print\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .print\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .print\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .print\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .print\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .print\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .print\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .print\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .print\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .print\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .print\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .print\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .print\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .print\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .print\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .print\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .print\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .print\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .print\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .print\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .print\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .print\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .print\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .print\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .print\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .print\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .print\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .print\:first\:pl-0\.5:first-child {
    padding-left: 2px;
  }

  .print\:first\:pl-1\.5:first-child {
    padding-left: 6px;
  }

  .print\:first\:pl-2\.5:first-child {
    padding-left: 10px;
  }

  .print\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .print\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .print\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .print\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .print\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .print\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .print\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .print\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .print\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .print\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .print\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .print\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .print\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .print\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .print\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .print\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .print\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .print\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .print\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .print\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .print\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .print\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .print\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .print\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .print\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .print\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .print\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .print\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .print\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .print\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .print\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .print\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .print\:last\:pt-0\.5:last-child {
    padding-top: 2px;
  }

  .print\:last\:pt-1\.5:last-child {
    padding-top: 6px;
  }

  .print\:last\:pt-2\.5:last-child {
    padding-top: 10px;
  }

  .print\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .print\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .print\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .print\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .print\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .print\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .print\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .print\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .print\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .print\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .print\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .print\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .print\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .print\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .print\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .print\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .print\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .print\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .print\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .print\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .print\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .print\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .print\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .print\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .print\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .print\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .print\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .print\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .print\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .print\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .print\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .print\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .print\:last\:pr-0\.5:last-child {
    padding-right: 2px;
  }

  .print\:last\:pr-1\.5:last-child {
    padding-right: 6px;
  }

  .print\:last\:pr-2\.5:last-child {
    padding-right: 10px;
  }

  .print\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .print\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .print\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .print\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .print\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .print\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .print\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .print\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .print\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .print\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .print\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .print\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .print\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .print\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .print\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .print\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .print\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .print\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .print\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .print\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .print\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .print\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .print\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .print\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .print\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .print\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .print\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .print\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .print\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .print\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .print\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .print\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .print\:last\:pb-0\.5:last-child {
    padding-bottom: 2px;
  }

  .print\:last\:pb-1\.5:last-child {
    padding-bottom: 6px;
  }

  .print\:last\:pb-2\.5:last-child {
    padding-bottom: 10px;
  }

  .print\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .print\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .print\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .print\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .print\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .print\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .print\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .print\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .print\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .print\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .print\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .print\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .print\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .print\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .print\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .print\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .print\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .print\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .print\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .print\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .print\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .print\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .print\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .print\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .print\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .print\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .print\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .print\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .print\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .print\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .print\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .print\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .print\:last\:pl-0\.5:last-child {
    padding-left: 2px;
  }

  .print\:last\:pl-1\.5:last-child {
    padding-left: 6px;
  }

  .print\:last\:pl-2\.5:last-child {
    padding-left: 10px;
  }

  .print\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .print\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .print\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .print\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .print\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .print\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .print\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .print\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .print\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .print\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .print\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .print\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .print\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .print\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .print\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .print\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .print\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .print\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .print\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .print\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .print\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .print\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .print\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .print\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .print\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .print\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .print\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .print\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .print\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .print\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .print\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .print\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .print\:focus\:pt-0\.5:focus {
    padding-top: 2px;
  }

  .print\:focus\:pt-1\.5:focus {
    padding-top: 6px;
  }

  .print\:focus\:pt-2\.5:focus {
    padding-top: 10px;
  }

  .print\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .print\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .print\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .print\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .print\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .print\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .print\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .print\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .print\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .print\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .print\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .print\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .print\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .print\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .print\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .print\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .print\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .print\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .print\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .print\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .print\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .print\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .print\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .print\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .print\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .print\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .print\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .print\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .print\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .print\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .print\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .print\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .print\:focus\:pr-0\.5:focus {
    padding-right: 2px;
  }

  .print\:focus\:pr-1\.5:focus {
    padding-right: 6px;
  }

  .print\:focus\:pr-2\.5:focus {
    padding-right: 10px;
  }

  .print\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .print\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .print\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .print\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .print\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .print\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .print\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .print\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .print\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .print\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .print\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .print\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .print\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .print\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .print\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .print\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .print\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .print\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .print\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .print\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .print\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .print\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .print\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .print\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .print\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .print\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .print\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .print\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .print\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .print\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .print\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .print\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .print\:focus\:pb-0\.5:focus {
    padding-bottom: 2px;
  }

  .print\:focus\:pb-1\.5:focus {
    padding-bottom: 6px;
  }

  .print\:focus\:pb-2\.5:focus {
    padding-bottom: 10px;
  }

  .print\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .print\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .print\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .print\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .print\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .print\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .print\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .print\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .print\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .print\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .print\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .print\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .print\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .print\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .print\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .print\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .print\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .print\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .print\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .print\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .print\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .print\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .print\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .print\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .print\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .print\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .print\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .print\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .print\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .print\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .print\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .print\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .print\:focus\:pl-0\.5:focus {
    padding-left: 2px;
  }

  .print\:focus\:pl-1\.5:focus {
    padding-left: 6px;
  }

  .print\:focus\:pl-2\.5:focus {
    padding-left: 10px;
  }

  .print\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .print\:text-left {
    text-align: left;
  }

  .print\:text-center {
    text-align: center;
  }

  .print\:text-right {
    text-align: right;
  }

  .print\:text-justify {
    text-align: justify;
  }

  .print\:align-baseline {
    vertical-align: baseline;
  }

  .print\:align-top {
    vertical-align: top;
  }

  .print\:align-middle {
    vertical-align: middle;
  }

  .print\:align-bottom {
    vertical-align: bottom;
  }

  .print\:align-text-top {
    vertical-align: text-top;
  }

  .print\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .print\:font-display {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .print\:font-nw-display {
    font-family: "Canela Deck Bold", "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .print\:font-body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Arial", "Helvetica", sans-serif;
  }

  .print\:text-xs {
    font-size: 0.75rem;
  }

  .print\:text-sm {
    font-size: 0.875rem;
  }

  .print\:text-base {
    font-size: 1rem;
  }

  .print\:text-lg {
    font-size: 1.125rem;
  }

  .print\:text-xl {
    font-size: 1.25rem;
  }

  .print\:text-2xl {
    font-size: 1.5rem;
  }

  .print\:text-3xl {
    font-size: 1.875rem;
  }

  .print\:text-4xl {
    font-size: 2.25rem;
  }

  .print\:text-5xl {
    font-size: 3rem;
  }

  .print\:text-6xl {
    font-size: 4rem;
  }

  .print\:text-tiny {
    font-size: 0.625rem;
  }

  .print\:text-micro {
    font-size: .5rem;
  }

  .print\:font-thin {
    font-weight: 100;
  }

  .print\:font-extralight {
    font-weight: 200;
  }

  .print\:font-light {
    font-weight: 300;
  }

  .print\:font-normal {
    font-weight: 400;
  }

  .print\:font-medium {
    font-weight: 500;
  }

  .print\:font-semibold {
    font-weight: 600;
  }

  .print\:font-bold {
    font-weight: 700;
  }

  .print\:font-extrabold {
    font-weight: 800;
  }

  .print\:font-black {
    font-weight: 900;
  }

  .print\:uppercase {
    text-transform: uppercase;
  }

  .print\:lowercase {
    text-transform: lowercase;
  }

  .print\:capitalize {
    text-transform: capitalize;
  }

  .print\:normal-case {
    text-transform: none;
  }

  .print\:italic {
    font-style: italic;
  }

  .print\:not-italic {
    font-style: normal;
  }

  .print\:ordinal, .print\:slashed-zero, .print\:lining-nums, .print\:oldstyle-nums, .print\:proportional-nums, .print\:tabular-nums, .print\:diagonal-fractions, .print\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .print\:normal-nums {
    font-variant-numeric: normal;
  }

  .print\:ordinal {
    --tw-ordinal: ordinal;
  }

  .print\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .print\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .print\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .print\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .print\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .print\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .print\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .print\:leading-3 {
    line-height: .75rem;
  }

  .print\:leading-4 {
    line-height: 1rem;
  }

  .print\:leading-5 {
    line-height: 1.25rem;
  }

  .print\:leading-6 {
    line-height: 1.5rem;
  }

  .print\:leading-7 {
    line-height: 1.75rem;
  }

  .print\:leading-8 {
    line-height: 2rem;
  }

  .print\:leading-9 {
    line-height: 2.25rem;
  }

  .print\:leading-10 {
    line-height: 2.5rem;
  }

  .print\:leading-none {
    line-height: 1;
  }

  .print\:leading-tight {
    line-height: 1.25;
  }

  .print\:leading-snug {
    line-height: 1.375;
  }

  .print\:leading-normal {
    line-height: 1.5;
  }

  .print\:leading-relaxed {
    line-height: 1.625;
  }

  .print\:leading-loose {
    line-height: 2;
  }

  .print\:leading-xs {
    line-height: 18px;
  }

  .print\:leading-sm {
    line-height: 20px;
  }

  .print\:leading-md {
    line-height: 24px;
  }

  .print\:leading-lg {
    line-height: 28px;
  }

  .print\:leading-xl {
    line-height: 32px;
  }

  .print\:leading-2xl {
    line-height: 36px;
  }

  .print\:leading-3xl {
    line-height: 38px;
  }

  .print\:leading-4xl {
    line-height: 44px;
  }

  .print\:leading-5xl {
    line-height: 60px;
  }

  .print\:leading-6xl {
    line-height: 72px;
  }

  .print\:leading-7xl {
    line-height: 90px;
  }

  .print\:leading-8xl {
    line-height: 96px;
  }

  .print\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .print\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .print\:tracking-normal {
    letter-spacing: 0em;
  }

  .print\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .print\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .print\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .print\:text-transparent {
    color: transparent;
  }

  .print\:text-current {
    color: currentColor;
  }

  .print\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .print\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .print\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .print\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .print\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .print\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .print\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .print\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .print\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .print\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .print\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .print\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .print\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .print\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .print\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .print\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .print\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .print\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .print\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .print\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .print\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .print\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .print\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .print\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .print\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .print\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .print\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .print\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .print\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .print\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .print\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .print\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .print\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .print\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .print\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .print\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .print\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .print\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .print\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .print\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .print\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .print\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .print\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .print\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .print\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .print\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .print\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .print\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .print\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .print\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .print\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .print\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .print\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .print\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .print\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .print\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .print\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .print\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .print\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .print\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .print\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .print\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .print\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .print\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .print\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .print\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .print\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .print\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .print\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .print\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .print\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .print\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .print\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .print\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .print\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .print\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .print\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .print\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .print\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .print\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .print\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .print\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .print\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .print\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .print\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .print\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .print\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .print\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .print\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .print\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .print\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .print\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .print\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .print\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .print\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .print\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .print\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .print\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .print\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .print\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .print\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .print\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .print\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .print\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .print\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .print\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .print\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .print\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .print\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .print\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .print\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .print\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .print\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .print\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .print\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .print\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .print\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .print\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .print\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .print\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .print\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .print\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .print\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .print\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .print\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .print\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .print\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .print\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .print\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .print\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .print\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .print\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .group:hover .print\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .print\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .print\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-brand-primary {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-brand-secondary {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-brand-tertiary {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-success {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-error {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-error-light {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-info {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-status-info-light {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-background-primary {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-background-secondary {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-background-tertiary {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-dark {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-text {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-light {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-border {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-divider {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-lighter {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-light {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-base {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-medium {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-dark {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-purple-base {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-purple-dark {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-blue-light {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-blue-base {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-blue-facebook {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-blue-darker {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-cerulean-base {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-turquoise-base {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-green-light {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-green-base {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-green-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-yellow-base {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-orange-base {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-red-lighter {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-red-light {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-red-base {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-red-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-light {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-base {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-cyan {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-blue {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-lavender {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-white-almond {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-w-off-black-base {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .group:hover .print\:group-hover\:text-nw-black {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .group:hover .print\:group-hover\:text-nw-transparent {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-10 {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-20 {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-30 {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-40 {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-50 {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-60 {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-70 {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-80 {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-90 {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-white-100 {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-10 {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-20 {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-30 {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-40 {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-50 {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-60 {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-70 {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-80 {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-90 {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .group:hover .print\:group-hover\:text-nw-alpha-black-100 {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-bg {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-contrast-border {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .group:hover .print\:group-hover\:text-nw-avatar-contrast-border-brand {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .group:hover .print\:group-hover\:text-nw-avatar-focus-border {
    color: hsl(0 0% 63.9% / 14%);
  }

  .group:hover .print\:group-hover\:text-nw-avatar-placeholder-text {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-profile-photo-border {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-berry {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-evergreen {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-herb {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-honey {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-lavender {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-mist {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-peach {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-plum {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-sage {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-sandalwood {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-bg-wildflower {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .group:hover .print\:group-hover\:text-nw-avatar-recipient-border {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-date-default {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-date-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-default {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-aqua {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-disabled {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-multi-day {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .group:hover .print\:group-hover\:text-nw-calendar-blue {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-primary {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-primary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-primary-hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-quarternary {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-quinary {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-secondary {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-secondary-alt {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-senary-alt {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .group:hover .print\:group-hover\:text-nw-fg-brand-tertiary {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-disabled {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .group:hover .print\:group-hover\:text-nw-fg-disabled-subtle {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .group:hover .print\:group-hover\:text-nw-fg-error-primary {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-error-secondary {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-quaternary-hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-fg-quinary {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-quinary-hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-fg-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-fg-senary {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-success-primary {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-success-secondary {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-fg-warning-primary {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-warning-secondary {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-fg-white {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .group:hover .print\:group-hover\:text-nw-sent-message-bg {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .group:hover .print\:group-hover\:text-nw-sent-message-text-link {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .group:hover .print\:group-hover\:text-nw-sent-message-text-link-visited {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .group:hover .print\:group-hover\:text-nw-partner-rover-green {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .group:hover .print\:group-hover\:text-nw-brand-primary {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .group:hover .print\:group-hover\:text-nw-brand-secondary {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-brand-tertiary {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .group:hover .print\:group-hover\:text-nw-brand-tertiary-alt {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .group:hover .print\:group-hover\:text-nw-disabled {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .group:hover .print\:group-hover\:text-nw-error-primary {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .group:hover .print\:group-hover\:text-nw-icon-fill-primary {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .group:hover .print\:group-hover\:text-nw-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .group:hover .print\:group-hover\:text-nw-primary {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .group:hover .print\:group-hover\:text-nw-primary-on-brand {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .group:hover .print\:group-hover\:text-nw-quaternary {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .group:hover .print\:group-hover\:text-nw-secondary {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .group:hover .print\:group-hover\:text-nw-secondary-hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-secondary-on-brand {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .group:hover .print\:group-hover\:text-nw-success-primary {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .group:hover .print\:group-hover\:text-nw-tertiary {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .group:hover .print\:group-hover\:text-nw-tertiary-hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .group:hover .print\:group-hover\:text-nw-tertiary-on-brand {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .group:hover .print\:group-hover\:text-nw-warning-primary {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .print\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .print\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .print\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-brand-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-brand-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-brand-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-status-info-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-background-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-background-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-background-tertiary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-divider:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-gray-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-purple-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-purple-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-blue-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-blue-facebook:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-blue-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-cerulean-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-turquoise-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-green-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-yellow-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-orange-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-red-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-red-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-red-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-red-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-cyan:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-lavender:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-white-almond:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-w-off-black-base:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:focus-within\:text-nw-black:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:focus-within\:text-nw-transparent:focus-within {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:focus-within\:text-nw-alpha-white-10:focus-within {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:focus-within\:text-nw-alpha-white-20:focus-within {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:focus-within\:text-nw-alpha-white-30:focus-within {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:focus-within\:text-nw-alpha-white-40:focus-within {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:focus-within\:text-nw-alpha-white-50:focus-within {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:focus-within\:text-nw-alpha-white-60:focus-within {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:focus-within\:text-nw-alpha-white-70:focus-within {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:focus-within\:text-nw-alpha-white-80:focus-within {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:focus-within\:text-nw-alpha-white-90:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:text-nw-alpha-white-100:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:focus-within\:text-nw-alpha-black-10:focus-within {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:focus-within\:text-nw-alpha-black-20:focus-within {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:focus-within\:text-nw-alpha-black-30:focus-within {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:focus-within\:text-nw-alpha-black-40:focus-within {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:focus-within\:text-nw-alpha-black-50:focus-within {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:focus-within\:text-nw-alpha-black-60:focus-within {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:focus-within\:text-nw-alpha-black-70:focus-within {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:focus-within\:text-nw-alpha-black-80:focus-within {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:focus-within\:text-nw-alpha-black-90:focus-within {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:focus-within\:text-nw-alpha-black-100:focus-within {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:focus-within\:text-nw-avatar-bg:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:focus-within\:text-nw-avatar-contrast-border:focus-within {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus-within\:text-nw-avatar-contrast-border-brand:focus-within {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus-within\:text-nw-avatar-focus-border:focus-within {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus-within\:text-nw-avatar-placeholder-text:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:focus-within\:text-nw-avatar-profile-photo-border:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-berry:focus-within {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-evergreen:focus-within {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-herb:focus-within {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-honey:focus-within {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-lavender:focus-within {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-mist:focus-within {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-peach:focus-within {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-plum:focus-within {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-sage:focus-within {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-sandalwood:focus-within {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-bg-wildflower:focus-within {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:focus-within\:text-nw-avatar-recipient-border:focus-within {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:text-nw-calendar-date-default:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:focus-within\:text-nw-calendar-date-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus-within\:text-nw-calendar-default:focus-within {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:focus-within\:text-nw-calendar-aqua:focus-within {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:focus-within\:text-nw-calendar-disabled:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:focus-within\:text-nw-calendar-multi-day:focus-within {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:focus-within\:text-nw-calendar-blue:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:focus-within\:text-nw-fg-brand-primary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:focus-within\:text-nw-fg-brand-primary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus-within\:text-nw-fg-brand-primary-hover:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus-within\:text-nw-fg-brand-quarternary:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus-within\:text-nw-fg-brand-quinary:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus-within\:text-nw-fg-brand-secondary:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus-within\:text-nw-fg-brand-secondary-alt:focus-within {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus-within\:text-nw-fg-brand-senary-alt:focus-within {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus-within\:text-nw-fg-brand-tertiary:focus-within {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus-within\:text-nw-fg-disabled:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:focus-within\:text-nw-fg-disabled-subtle:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus-within\:text-nw-fg-error-primary:focus-within {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:focus-within\:text-nw-fg-error-secondary:focus-within {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:focus-within\:text-nw-fg-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:focus-within\:text-nw-fg-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:focus-within\:text-nw-fg-quaternary-hover:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus-within\:text-nw-fg-quinary:focus-within {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:focus-within\:text-nw-fg-quinary-hover:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus-within\:text-nw-fg-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:focus-within\:text-nw-fg-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus-within\:text-nw-fg-senary:focus-within {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:focus-within\:text-nw-fg-success-primary:focus-within {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:focus-within\:text-nw-fg-success-secondary:focus-within {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:focus-within\:text-nw-fg-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:focus-within\:text-nw-fg-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus-within\:text-nw-fg-warning-primary:focus-within {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:focus-within\:text-nw-fg-warning-secondary:focus-within {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus-within\:text-nw-fg-white:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:focus-within\:text-nw-sent-message-bg:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:focus-within\:text-nw-sent-message-text-link:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:focus-within\:text-nw-sent-message-text-link-visited:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus-within\:text-nw-partner-rover-green:focus-within {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:focus-within\:text-nw-brand-primary:focus-within {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .print\:focus-within\:text-nw-brand-secondary:focus-within {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .print\:focus-within\:text-nw-brand-tertiary:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .print\:focus-within\:text-nw-brand-tertiary-alt:focus-within {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .print\:focus-within\:text-nw-disabled:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .print\:focus-within\:text-nw-error-primary:focus-within {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .print\:focus-within\:text-nw-icon-fill-primary:focus-within {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .print\:focus-within\:text-nw-placeholder:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .print\:focus-within\:text-nw-primary:focus-within {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .print\:focus-within\:text-nw-primary-on-brand:focus-within {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .print\:focus-within\:text-nw-quaternary:focus-within {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .print\:focus-within\:text-nw-secondary:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .print\:focus-within\:text-nw-secondary-hover:focus-within {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .print\:focus-within\:text-nw-secondary-on-brand:focus-within {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .print\:focus-within\:text-nw-success-primary:focus-within {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .print\:focus-within\:text-nw-tertiary:focus-within {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .print\:focus-within\:text-nw-tertiary-hover:focus-within {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .print\:focus-within\:text-nw-tertiary-on-brand:focus-within {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .print\:focus-within\:text-nw-warning-primary:focus-within {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .print\:hover\:text-transparent:hover {
    color: transparent;
  }

  .print\:hover\:text-current:hover {
    color: currentColor;
  }

  .print\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .print\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .print\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .print\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .print\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .print\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .print\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .print\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .print\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .print\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-brand-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-brand-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-brand-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-success:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-error:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-info:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-status-info-light:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-background-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-background-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-background-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-text:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-border:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-divider:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-base:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-gray-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-purple-base:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-blue-base:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-blue-facebook:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-cerulean-base:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-turquoise-base:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-green-base:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-yellow-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-orange-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-red-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-red-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-red-base:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-red-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-light:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-base:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-lavender:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-white-almond:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .print\:hover\:text-w-off-black-base:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:hover\:text-nw-black:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:hover\:text-nw-transparent:hover {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:hover\:text-nw-alpha-white-10:hover {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:hover\:text-nw-alpha-white-20:hover {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:hover\:text-nw-alpha-white-30:hover {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:hover\:text-nw-alpha-white-40:hover {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:hover\:text-nw-alpha-white-50:hover {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:hover\:text-nw-alpha-white-60:hover {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:hover\:text-nw-alpha-white-70:hover {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:hover\:text-nw-alpha-white-80:hover {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:hover\:text-nw-alpha-white-90:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:text-nw-alpha-white-100:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:hover\:text-nw-alpha-black-10:hover {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:hover\:text-nw-alpha-black-20:hover {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:hover\:text-nw-alpha-black-30:hover {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:hover\:text-nw-alpha-black-40:hover {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:hover\:text-nw-alpha-black-50:hover {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:hover\:text-nw-alpha-black-60:hover {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:hover\:text-nw-alpha-black-70:hover {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:hover\:text-nw-alpha-black-80:hover {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:hover\:text-nw-alpha-black-90:hover {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:hover\:text-nw-alpha-black-100:hover {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:hover\:text-nw-avatar-bg:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:hover\:text-nw-avatar-contrast-border:hover {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:hover\:text-nw-avatar-contrast-border-brand:hover {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:hover\:text-nw-avatar-focus-border:hover {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:hover\:text-nw-avatar-placeholder-text:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:hover\:text-nw-avatar-profile-photo-border:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-berry:hover {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-evergreen:hover {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-herb:hover {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-honey:hover {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-lavender:hover {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-mist:hover {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-peach:hover {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-plum:hover {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-sage:hover {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-sandalwood:hover {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:hover\:text-nw-avatar-recipient-bg-wildflower:hover {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:hover\:text-nw-avatar-recipient-border:hover {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:hover\:text-nw-calendar-date-default:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:hover\:text-nw-calendar-date-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:hover\:text-nw-calendar-default:hover {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:hover\:text-nw-calendar-aqua:hover {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:hover\:text-nw-calendar-disabled:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:hover\:text-nw-calendar-multi-day:hover {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:hover\:text-nw-calendar-blue:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:hover\:text-nw-fg-brand-primary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:hover\:text-nw-fg-brand-primary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:hover\:text-nw-fg-brand-primary-hover:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:hover\:text-nw-fg-brand-quarternary:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:hover\:text-nw-fg-brand-quinary:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:hover\:text-nw-fg-brand-secondary:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:hover\:text-nw-fg-brand-secondary-alt:hover {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:hover\:text-nw-fg-brand-senary-alt:hover {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:hover\:text-nw-fg-brand-tertiary:hover {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:hover\:text-nw-fg-disabled:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:hover\:text-nw-fg-disabled-subtle:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:hover\:text-nw-fg-error-primary:hover {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:hover\:text-nw-fg-error-secondary:hover {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:hover\:text-nw-fg-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:hover\:text-nw-fg-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:hover\:text-nw-fg-quaternary-hover:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:hover\:text-nw-fg-quinary:hover {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:hover\:text-nw-fg-quinary-hover:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:hover\:text-nw-fg-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:hover\:text-nw-fg-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:hover\:text-nw-fg-senary:hover {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:hover\:text-nw-fg-success-primary:hover {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:hover\:text-nw-fg-success-secondary:hover {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:hover\:text-nw-fg-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:hover\:text-nw-fg-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:hover\:text-nw-fg-warning-primary:hover {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:hover\:text-nw-fg-warning-secondary:hover {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:hover\:text-nw-fg-white:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:hover\:text-nw-sent-message-bg:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:hover\:text-nw-sent-message-text-link:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:hover\:text-nw-sent-message-text-link-visited:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:hover\:text-nw-partner-rover-green:hover {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:hover\:text-nw-brand-primary:hover {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .print\:hover\:text-nw-brand-secondary:hover {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .print\:hover\:text-nw-brand-tertiary:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .print\:hover\:text-nw-brand-tertiary-alt:hover {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .print\:hover\:text-nw-disabled:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .print\:hover\:text-nw-error-primary:hover {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .print\:hover\:text-nw-icon-fill-primary:hover {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .print\:hover\:text-nw-placeholder:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .print\:hover\:text-nw-primary:hover {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .print\:hover\:text-nw-primary-on-brand:hover {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .print\:hover\:text-nw-quaternary:hover {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .print\:hover\:text-nw-secondary:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .print\:hover\:text-nw-secondary-hover:hover {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .print\:hover\:text-nw-secondary-on-brand:hover {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .print\:hover\:text-nw-success-primary:hover {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .print\:hover\:text-nw-tertiary:hover {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .print\:hover\:text-nw-tertiary-hover:hover {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .print\:hover\:text-nw-tertiary-on-brand:hover {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .print\:hover\:text-nw-warning-primary:hover {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .print\:focus\:text-transparent:focus {
    color: transparent;
  }

  .print\:focus\:text-current:focus {
    color: currentColor;
  }

  .print\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .print\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .print\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .print\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .print\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .print\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .print\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .print\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .print\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .print\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-brand-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-brand-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-brand-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-success:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-error:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-info:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-status-info-light:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-background-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-background-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-background-tertiary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-text:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-border:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-divider:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-light:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-base:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-gray-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-purple-base:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-purple-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-blue-base:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-blue-facebook:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-blue-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-cerulean-base:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-turquoise-base:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-green-base:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-yellow-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-orange-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-red-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-red-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-red-base:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-red-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-light:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-base:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-cyan:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-lavender:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-white-almond:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-text-opacity));
  }

  .print\:focus\:text-w-off-black-base:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .print\:focus\:text-nw-black:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:focus\:text-nw-transparent:focus {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:focus\:text-nw-alpha-white-10:focus {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:text-nw-alpha-white-20:focus {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:text-nw-alpha-white-30:focus {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:text-nw-alpha-white-40:focus {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:text-nw-alpha-white-50:focus {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:text-nw-alpha-white-60:focus {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:text-nw-alpha-white-70:focus {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:text-nw-alpha-white-80:focus {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:text-nw-alpha-white-90:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:text-nw-alpha-white-100:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:text-nw-alpha-black-10:focus {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:text-nw-alpha-black-20:focus {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:text-nw-alpha-black-30:focus {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:text-nw-alpha-black-40:focus {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:text-nw-alpha-black-50:focus {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:text-nw-alpha-black-60:focus {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:text-nw-alpha-black-70:focus {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:text-nw-alpha-black-80:focus {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:text-nw-alpha-black-90:focus {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:text-nw-alpha-black-100:focus {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:text-nw-avatar-bg:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:text-nw-avatar-contrast-border:focus {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:text-nw-avatar-contrast-border-brand:focus {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:text-nw-avatar-focus-border:focus {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:text-nw-avatar-placeholder-text:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:text-nw-avatar-profile-photo-border:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-berry:focus {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-evergreen:focus {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-herb:focus {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-honey:focus {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-lavender:focus {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-mist:focus {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-peach:focus {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-plum:focus {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-sage:focus {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-sandalwood:focus {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:text-nw-avatar-recipient-bg-wildflower:focus {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:focus\:text-nw-avatar-recipient-border:focus {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:text-nw-calendar-date-default:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:text-nw-calendar-date-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:text-nw-calendar-default:focus {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:focus\:text-nw-calendar-aqua:focus {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:text-nw-calendar-disabled:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:text-nw-calendar-multi-day:focus {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:text-nw-calendar-blue:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:focus\:text-nw-fg-brand-primary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:text-nw-fg-brand-primary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:text-nw-fg-brand-primary-hover:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:text-nw-fg-brand-quarternary:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:text-nw-fg-brand-quinary:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:text-nw-fg-brand-secondary:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:text-nw-fg-brand-secondary-alt:focus {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:text-nw-fg-brand-senary-alt:focus {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:text-nw-fg-brand-tertiary:focus {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:text-nw-fg-disabled:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:focus\:text-nw-fg-disabled-subtle:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:text-nw-fg-error-primary:focus {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:text-nw-fg-error-secondary:focus {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:text-nw-fg-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:focus\:text-nw-fg-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:text-nw-fg-quaternary-hover:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:text-nw-fg-quinary:focus {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:focus\:text-nw-fg-quinary-hover:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:text-nw-fg-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:focus\:text-nw-fg-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:text-nw-fg-senary:focus {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:focus\:text-nw-fg-success-primary:focus {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:text-nw-fg-success-secondary:focus {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:text-nw-fg-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:text-nw-fg-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:text-nw-fg-warning-primary:focus {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:text-nw-fg-warning-secondary:focus {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:text-nw-fg-white:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:focus\:text-nw-sent-message-bg:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:text-nw-sent-message-text-link:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:text-nw-sent-message-text-link-visited:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:text-nw-partner-rover-green:focus {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:text-nw-brand-primary:focus {
    color: hsl(237 62% 51%);
    color: hsl(var(--text-brand-primary));
  }

  .print\:focus\:text-nw-brand-secondary:focus {
    color: hsl(235 80% 59%);
    color: hsl(var(--text-brand-secondary));
  }

  .print\:focus\:text-nw-brand-tertiary:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary));
  }

  .print\:focus\:text-nw-brand-tertiary-alt:focus {
    color: hsl(230 89% 67%);
    color: hsl(var(--text-brand-tertiary-alt));
  }

  .print\:focus\:text-nw-disabled:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-disabled));
  }

  .print\:focus\:text-nw-error-primary:focus {
    color: hsl(5 77% 51%);
    color: hsl(var(--text-error-primary));
  }

  .print\:focus\:text-nw-icon-fill-primary:focus {
    color: hsl(0 0% 0%);
    color: hsl(var(--icon-fill-primary));
  }

  .print\:focus\:text-nw-placeholder:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-placeholder));
  }

  .print\:focus\:text-nw-primary:focus {
    color: hsl(24 10% 10%);
    color: hsl(var(--text-primary));
  }

  .print\:focus\:text-nw-primary-on-brand:focus {
    color: hsl(0 0% 100%);
    color: hsl(var(--text-primary-on-brand));
  }

  .print\:focus\:text-nw-quaternary:focus {
    color: hsl(26 6% 45%);
    color: hsl(var(--text-quaternary));
  }

  .print\:focus\:text-nw-secondary:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-secondary));
  }

  .print\:focus\:text-nw-secondary-hover:focus {
    color: hsl(12 6% 15%);
    color: hsl(var(--text-secondary-hover));
  }

  .print\:focus\:text-nw-secondary-on-brand:focus {
    color: hsl(219 100% 94%);
    color: hsl(var(--text-secondary-on-brand));
  }

  .print\:focus\:text-nw-success-primary:focus {
    color: hsl(136 42% 36%);
    color: hsl(var(--text-success-primary));
  }

  .print\:focus\:text-nw-tertiary:focus {
    color: hsl(33 5% 32%);
    color: hsl(var(--text-tertiary));
  }

  .print\:focus\:text-nw-tertiary-hover:focus {
    color: hsl(30 6% 25%);
    color: hsl(var(--text-tertiary-hover));
  }

  .print\:focus\:text-nw-tertiary-on-brand:focus {
    color: hsl(219 100% 89%);
    color: hsl(var(--text-tertiary-on-brand));
  }

  .print\:focus\:text-nw-warning-primary:focus {
    color: hsl(39 96% 40%);
    color: hsl(var(--text-warning-primary));
  }

  .print\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .print\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .print\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .print\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .print\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .print\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .print\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .print\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .print\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .print\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .print\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .print\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .print\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .print\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .print\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .print\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .print\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .print\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .print\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .print\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .print\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .print\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .print\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .print\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .print\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .print\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .print\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .print\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .print\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .print\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .print\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .print\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .print\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .print\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .print\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .print\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .print\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .print\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .print\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .print\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .print\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .print\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .print\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .print\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .print\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .print\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .print\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .print\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .print\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .print\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .print\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .print\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .print\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .print\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .print\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .print\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .print\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .print\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .print\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .print\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .print\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .print\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .print\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .print\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .print\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .print\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .print\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .print\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .print\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .print\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .print\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .print\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .print\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .print\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .print\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .print\:underline {
    text-decoration: underline;
  }

  .print\:line-through {
    text-decoration: line-through;
  }

  .print\:no-underline {
    text-decoration: none;
  }

  .group:hover .print\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .print\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .print\:group-hover\:no-underline {
    text-decoration: none;
  }

  .print\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .print\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .print\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .print\:hover\:underline:hover {
    text-decoration: underline;
  }

  .print\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .print\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .print\:focus\:underline:focus {
    text-decoration: underline;
  }

  .print\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .print\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .print\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .print\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .print\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .print\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .print\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .print\:placeholder-current::placeholder {
    color: currentColor;
  }

  .print\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-brand-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-info-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-status-info-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-tertiary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-background-tertiary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-divider::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-divider::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-gray-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-purple-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-purple-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-purple-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-purple-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-facebook::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-facebook::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-blue-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-cerulean-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-cerulean-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-turquoise-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-turquoise-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-yellow-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-yellow-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-orange-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-orange-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-red-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-cyan::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-cyan::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-lavender::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-lavender::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-almond::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-white-almond::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-black-base::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-w-off-black-base::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:placeholder-nw-black::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:placeholder-nw-black::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:placeholder-nw-transparent::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:placeholder-nw-transparent::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:placeholder-nw-alpha-white-10::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:placeholder-nw-alpha-white-10::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:placeholder-nw-alpha-white-20::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:placeholder-nw-alpha-white-20::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:placeholder-nw-alpha-white-30::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:placeholder-nw-alpha-white-30::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:placeholder-nw-alpha-white-40::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:placeholder-nw-alpha-white-40::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:placeholder-nw-alpha-white-50::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:placeholder-nw-alpha-white-50::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:placeholder-nw-alpha-white-60::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:placeholder-nw-alpha-white-60::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:placeholder-nw-alpha-white-70::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:placeholder-nw-alpha-white-70::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:placeholder-nw-alpha-white-80::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:placeholder-nw-alpha-white-80::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:placeholder-nw-alpha-white-90::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:placeholder-nw-alpha-white-90::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:placeholder-nw-alpha-white-100::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:placeholder-nw-alpha-white-100::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:placeholder-nw-alpha-black-10::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:placeholder-nw-alpha-black-10::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:placeholder-nw-alpha-black-20::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:placeholder-nw-alpha-black-20::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:placeholder-nw-alpha-black-30::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:placeholder-nw-alpha-black-30::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:placeholder-nw-alpha-black-40::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:placeholder-nw-alpha-black-40::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:placeholder-nw-alpha-black-50::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:placeholder-nw-alpha-black-50::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:placeholder-nw-alpha-black-60::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:placeholder-nw-alpha-black-60::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:placeholder-nw-alpha-black-70::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:placeholder-nw-alpha-black-70::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:placeholder-nw-alpha-black-80::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:placeholder-nw-alpha-black-80::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:placeholder-nw-alpha-black-90::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:placeholder-nw-alpha-black-90::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:placeholder-nw-alpha-black-100::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:placeholder-nw-alpha-black-100::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:placeholder-nw-avatar-bg::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:placeholder-nw-avatar-bg::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:placeholder-nw-avatar-contrast-border::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:placeholder-nw-avatar-contrast-border::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:placeholder-nw-avatar-contrast-border-brand::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:placeholder-nw-avatar-contrast-border-brand::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:placeholder-nw-avatar-focus-border::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:placeholder-nw-avatar-focus-border::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:placeholder-nw-avatar-placeholder-text::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:placeholder-nw-avatar-placeholder-text::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:placeholder-nw-avatar-profile-photo-border::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:placeholder-nw-avatar-profile-photo-border::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:placeholder-nw-avatar-recipient-bg-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-berry::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-berry::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-evergreen::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-evergreen::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-herb::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-herb::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-honey::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-honey::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-lavender::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-lavender::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-mist::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-mist::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-peach::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-peach::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:placeholder-nw-avatar-recipient-bg-plum::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:placeholder-nw-avatar-recipient-bg-plum::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:placeholder-nw-avatar-recipient-bg-sage::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-sage::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-sandalwood::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-sandalwood::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-wildflower::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:placeholder-nw-avatar-recipient-bg-wildflower::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:placeholder-nw-avatar-recipient-border::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:placeholder-nw-avatar-recipient-border::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:placeholder-nw-calendar-date-default::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:placeholder-nw-calendar-date-default::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:placeholder-nw-calendar-date-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:placeholder-nw-calendar-date-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:placeholder-nw-calendar-default::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:placeholder-nw-calendar-default::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:placeholder-nw-calendar-aqua::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:placeholder-nw-calendar-aqua::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:placeholder-nw-calendar-disabled::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:placeholder-nw-calendar-disabled::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:placeholder-nw-calendar-multi-day::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:placeholder-nw-calendar-multi-day::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:placeholder-nw-calendar-blue::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:placeholder-nw-calendar-blue::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:placeholder-nw-fg-brand-primary::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:placeholder-nw-fg-brand-primary::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:placeholder-nw-fg-brand-primary-alt::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:placeholder-nw-fg-brand-primary-alt::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:placeholder-nw-fg-brand-primary-hover::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:placeholder-nw-fg-brand-primary-hover::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:placeholder-nw-fg-brand-quarternary::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:placeholder-nw-fg-brand-quarternary::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:placeholder-nw-fg-brand-quinary::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:placeholder-nw-fg-brand-quinary::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:placeholder-nw-fg-brand-secondary::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:placeholder-nw-fg-brand-secondary::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:placeholder-nw-fg-brand-secondary-alt::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:placeholder-nw-fg-brand-secondary-alt::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:placeholder-nw-fg-brand-senary-alt::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:placeholder-nw-fg-brand-senary-alt::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:placeholder-nw-fg-brand-tertiary::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:placeholder-nw-fg-brand-tertiary::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:placeholder-nw-fg-disabled::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:placeholder-nw-fg-disabled::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:placeholder-nw-fg-disabled-subtle::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:placeholder-nw-fg-disabled-subtle::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:placeholder-nw-fg-error-primary::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:placeholder-nw-fg-error-primary::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:placeholder-nw-fg-error-secondary::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:placeholder-nw-fg-error-secondary::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:placeholder-nw-fg-primary::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:placeholder-nw-fg-primary::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:placeholder-nw-fg-quaternary::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:placeholder-nw-fg-quaternary::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:placeholder-nw-fg-quaternary-hover::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:placeholder-nw-fg-quaternary-hover::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:placeholder-nw-fg-quinary::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:placeholder-nw-fg-quinary::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:placeholder-nw-fg-quinary-hover::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:placeholder-nw-fg-quinary-hover::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:placeholder-nw-fg-secondary::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:placeholder-nw-fg-secondary::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:placeholder-nw-fg-secondary-hover::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:placeholder-nw-fg-secondary-hover::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:placeholder-nw-fg-senary::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:placeholder-nw-fg-senary::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:placeholder-nw-fg-success-primary::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:placeholder-nw-fg-success-primary::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:placeholder-nw-fg-success-secondary::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:placeholder-nw-fg-success-secondary::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:placeholder-nw-fg-tertiary::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:placeholder-nw-fg-tertiary::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:placeholder-nw-fg-tertiary-hover::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:placeholder-nw-fg-tertiary-hover::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:placeholder-nw-fg-warning-primary::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:placeholder-nw-fg-warning-primary::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:placeholder-nw-fg-warning-secondary::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:placeholder-nw-fg-warning-secondary::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:placeholder-nw-fg-white::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:placeholder-nw-fg-white::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:placeholder-nw-sent-message-bg::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:placeholder-nw-sent-message-bg::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:placeholder-nw-sent-message-text-link::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:placeholder-nw-sent-message-text-link::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:placeholder-nw-sent-message-text-link-visited::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:placeholder-nw-sent-message-text-link-visited::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:placeholder-nw-partner-rover-green::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:placeholder-nw-partner-rover-green::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .print\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .print\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .print\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .print\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(72, 109, 231, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-brand-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 39, 35, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 250, 233, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 107, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 244, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 31, 27, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 54, 164, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-info-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-status-info-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-tertiary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-background-tertiary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 233, 226, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-divider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-divider:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 182, 182, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(114, 115, 117, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-gray-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-purple-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-purple-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 45, 145, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-purple-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-purple-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 26, 139, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 146, 213, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 86, 153, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-facebook:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-facebook:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 89, 152, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 102, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-cerulean-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-cerulean-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 172, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-turquoise-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-turquoise-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 227, 194, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 211, 33, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 200, 101, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-yellow-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-yellow-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-orange-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-orange-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 158, 31, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 155, 149, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 113, 101, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 56, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-red-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 19, 0, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-cyan:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-cyan:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 249, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 252, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-lavender:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-lavender:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 209, 242, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-almond:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-white-almond:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 223, 213, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-black-base:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-w-off-black-base:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .print\:focus\:placeholder-nw-black:focus::-moz-placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:focus\:placeholder-nw-black:focus::placeholder {
    color: hsl(0 0% 0%);
    color: hsl(var(--black));
  }

  .print\:focus\:placeholder-nw-transparent:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:focus\:placeholder-nw-transparent:focus::placeholder {
    color: hsl(0 0% 100% / 0);
    color: hsl(var(--transparent));
  }

  .print\:focus\:placeholder-nw-alpha-white-10:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:placeholder-nw-alpha-white-10:focus::placeholder {
    color: hsl(0 0% 100% / 10%);
    color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:placeholder-nw-alpha-white-20:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:placeholder-nw-alpha-white-20:focus::placeholder {
    color: hsl(0 0% 100% / 20%);
    color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:placeholder-nw-alpha-white-30:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:placeholder-nw-alpha-white-30:focus::placeholder {
    color: hsl(0 0% 100% / 30%);
    color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:placeholder-nw-alpha-white-40:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:placeholder-nw-alpha-white-40:focus::placeholder {
    color: hsl(0 0% 100% / 40%);
    color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:placeholder-nw-alpha-white-50:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:placeholder-nw-alpha-white-50:focus::placeholder {
    color: hsl(0 0% 100% / 50%);
    color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:placeholder-nw-alpha-white-60:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:placeholder-nw-alpha-white-60:focus::placeholder {
    color: hsl(0 0% 100% / 60%);
    color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:placeholder-nw-alpha-white-70:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:placeholder-nw-alpha-white-70:focus::placeholder {
    color: hsl(0 0% 100% / 70%);
    color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:placeholder-nw-alpha-white-80:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:placeholder-nw-alpha-white-80:focus::placeholder {
    color: hsl(0 0% 100% / 80%);
    color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:placeholder-nw-alpha-white-90:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:placeholder-nw-alpha-white-90:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:placeholder-nw-alpha-white-100:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:placeholder-nw-alpha-white-100:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:placeholder-nw-alpha-black-10:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:placeholder-nw-alpha-black-10:focus::placeholder {
    color: hsl(24 12% 8% / 10%);
    color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:placeholder-nw-alpha-black-20:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:placeholder-nw-alpha-black-20:focus::placeholder {
    color: hsl(24 12% 8% / 20%);
    color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:placeholder-nw-alpha-black-30:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:placeholder-nw-alpha-black-30:focus::placeholder {
    color: hsl(24 12% 8% / 30%);
    color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:placeholder-nw-alpha-black-40:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:placeholder-nw-alpha-black-40:focus::placeholder {
    color: hsl(24 12% 8% / 40%);
    color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:placeholder-nw-alpha-black-50:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:placeholder-nw-alpha-black-50:focus::placeholder {
    color: hsl(24 12% 8% / 50%);
    color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:placeholder-nw-alpha-black-60:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:placeholder-nw-alpha-black-60:focus::placeholder {
    color: hsl(24 12% 8% / 60%);
    color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:placeholder-nw-alpha-black-70:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:placeholder-nw-alpha-black-70:focus::placeholder {
    color: hsl(24 12% 8% / 70%);
    color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:placeholder-nw-alpha-black-80:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:placeholder-nw-alpha-black-80:focus::placeholder {
    color: hsl(24 12% 8% / 80%);
    color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:placeholder-nw-alpha-black-90:focus::-moz-placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:placeholder-nw-alpha-black-90:focus::placeholder {
    color: hsl(24 12% 8% / 90%);
    color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:placeholder-nw-alpha-black-100:focus::-moz-placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:placeholder-nw-alpha-black-100:focus::placeholder {
    color: hsl(24 12% 8%);
    color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:placeholder-nw-avatar-bg:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:placeholder-nw-avatar-bg:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:placeholder-nw-avatar-contrast-border:focus::-moz-placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:placeholder-nw-avatar-contrast-border:focus::placeholder {
    color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::-moz-placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:placeholder-nw-avatar-contrast-border-brand:focus::placeholder {
    color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:placeholder-nw-avatar-focus-border:focus::-moz-placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:placeholder-nw-avatar-focus-border:focus::placeholder {
    color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:placeholder-nw-avatar-placeholder-text:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:placeholder-nw-avatar-placeholder-text:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:placeholder-nw-avatar-profile-photo-border:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:focus\:placeholder-nw-avatar-profile-photo-border:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--white));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--aqua-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::-moz-placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-berry:focus::placeholder {
    color: hsl(324 35% 60%);
    color: hsl(var(--berry-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::-moz-placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-evergreen:focus::placeholder {
    color: hsl(144 17% 52%);
    color: hsl(var(--evergreen-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::-moz-placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-herb:focus::placeholder {
    color: hsl(65 21% 54%);
    color: hsl(var(--herb-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::-moz-placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-honey:focus::placeholder {
    color: hsl(35 85% 53%);
    color: hsl(var(--honey-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::-moz-placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-lavender:focus::placeholder {
    color: hsl(240 37% 66%);
    color: hsl(var(--lavender-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::-moz-placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-mist:focus::placeholder {
    color: hsl(205 19% 46%);
    color: hsl(var(--mist-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::-moz-placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-peach:focus::placeholder {
    color: hsl(13 97% 71%);
    color: hsl(var(--peach-400));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::-moz-placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-plum:focus::placeholder {
    color: hsl(302 31% 49%);
    color: hsl(var(--plum-600));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::-moz-placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-sage:focus::placeholder {
    color: hsl(173 20% 40%);
    color: hsl(var(--sage-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::-moz-placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-sandalwood:focus::placeholder {
    color: hsl(8 53% 60%);
    color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::-moz-placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-bg-wildflower:focus::placeholder {
    color: hsl(353 26% 60%);
    color: hsl(var(--wildflower-500));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-border:focus::-moz-placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:placeholder-nw-avatar-recipient-border:focus::placeholder {
    color: hsl(0 0% 100% / 90%);
    color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:placeholder-nw-calendar-date-default:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:placeholder-nw-calendar-date-default:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:placeholder-nw-calendar-date-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:placeholder-nw-calendar-date-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:placeholder-nw-calendar-default:focus::-moz-placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:focus\:placeholder-nw-calendar-default:focus::placeholder {
    color: hsl(270 49% 56%);
    color: hsl(var(--calendar-default));
  }

  .print\:focus\:placeholder-nw-calendar-aqua:focus::-moz-placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:placeholder-nw-calendar-aqua:focus::placeholder {
    color: hsl(186 50% 53%);
    color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:placeholder-nw-calendar-disabled:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:placeholder-nw-calendar-disabled:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:placeholder-nw-calendar-multi-day:focus::-moz-placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:placeholder-nw-calendar-multi-day:focus::placeholder {
    color: hsl(267 61% 85%);
    color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:placeholder-nw-calendar-blue:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:focus\:placeholder-nw-calendar-blue:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--calendar-blue));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary-alt:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary-alt:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary-hover:focus::-moz-placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:placeholder-nw-fg-brand-primary-hover:focus::placeholder {
    color: hsl(235 80% 59%);
    color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:placeholder-nw-fg-brand-quarternary:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:placeholder-nw-fg-brand-quarternary:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:placeholder-nw-fg-brand-quinary:focus::-moz-placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:placeholder-nw-fg-brand-quinary:focus::placeholder {
    color: hsl(219 100% 94%);
    color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:placeholder-nw-fg-brand-secondary:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:placeholder-nw-fg-brand-secondary:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::-moz-placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-secondary-alt:focus::placeholder {
    color: hsl(226 95% 75%);
    color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-senary-alt:focus::-moz-placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-senary-alt:focus::placeholder {
    color: hsl(217 100% 96%);
    color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:placeholder-nw-fg-brand-tertiary:focus::-moz-placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:placeholder-nw-fg-brand-tertiary:focus::placeholder {
    color: hsl(221 100% 82%);
    color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:placeholder-nw-fg-disabled:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:focus\:placeholder-nw-fg-disabled:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-disabled));
  }

  .print\:focus\:placeholder-nw-fg-disabled-subtle:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:placeholder-nw-fg-disabled-subtle:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:placeholder-nw-fg-error-primary:focus::-moz-placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:placeholder-nw-fg-error-primary:focus::placeholder {
    color: hsl(5 90% 60%);
    color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:placeholder-nw-fg-error-secondary:focus::-moz-placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:placeholder-nw-fg-error-secondary:focus::placeholder {
    color: hsl(5 96% 67%);
    color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:placeholder-nw-fg-primary:focus::-moz-placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:focus\:placeholder-nw-fg-primary:focus::placeholder {
    color: hsl(24 10% 10%);
    color: hsl(var(--fg-primary));
  }

  .print\:focus\:placeholder-nw-fg-quaternary:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:placeholder-nw-fg-quaternary:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:placeholder-nw-fg-quaternary-hover:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:placeholder-nw-fg-quaternary-hover:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:placeholder-nw-fg-quinary:focus::-moz-placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:focus\:placeholder-nw-fg-quinary:focus::placeholder {
    color: hsl(25 7% 64%);
    color: hsl(var(--fg-quinary));
  }

  .print\:focus\:placeholder-nw-fg-quinary-hover:focus::-moz-placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:placeholder-nw-fg-quinary-hover:focus::placeholder {
    color: hsl(26 6% 45%);
    color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:placeholder-nw-fg-secondary:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:focus\:placeholder-nw-fg-secondary:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-secondary));
  }

  .print\:focus\:placeholder-nw-fg-secondary-hover:focus::-moz-placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:placeholder-nw-fg-secondary-hover:focus::placeholder {
    color: hsl(12 6% 15%);
    color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:placeholder-nw-fg-senary:focus::-moz-placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:focus\:placeholder-nw-fg-senary:focus::placeholder {
    color: hsl(26 8% 83%);
    color: hsl(var(--fg-senary));
  }

  .print\:focus\:placeholder-nw-fg-success-primary:focus::-moz-placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:placeholder-nw-fg-success-primary:focus::placeholder {
    color: hsl(136 39% 45%);
    color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:placeholder-nw-fg-success-secondary:focus::-moz-placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:placeholder-nw-fg-success-secondary:focus::placeholder {
    color: hsl(136 37% 58%);
    color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:placeholder-nw-fg-tertiary:focus::-moz-placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:placeholder-nw-fg-tertiary:focus::placeholder {
    color: hsl(33 5% 32%);
    color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:placeholder-nw-fg-tertiary-hover:focus::-moz-placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:placeholder-nw-fg-tertiary-hover:focus::placeholder {
    color: hsl(30 6% 25%);
    color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:placeholder-nw-fg-warning-primary:focus::-moz-placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:placeholder-nw-fg-warning-primary:focus::placeholder {
    color: hsl(43 93% 47%);
    color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:placeholder-nw-fg-warning-secondary:focus::-moz-placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:placeholder-nw-fg-warning-secondary:focus::placeholder {
    color: hsl(46 96% 53%);
    color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:placeholder-nw-fg-white:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:focus\:placeholder-nw-fg-white:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--fg-white));
  }

  .print\:focus\:placeholder-nw-sent-message-bg:focus::-moz-placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:placeholder-nw-sent-message-bg:focus::placeholder {
    color: hsl(230 89% 67%);
    color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:placeholder-nw-sent-message-text-link:focus::-moz-placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:placeholder-nw-sent-message-text-link:focus::placeholder {
    color: hsl(0 0% 100%);
    color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:placeholder-nw-sent-message-text-link-visited:focus::-moz-placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:placeholder-nw-sent-message-text-link-visited:focus::placeholder {
    color: hsl(219 100% 89%);
    color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:placeholder-nw-partner-rover-green:focus::-moz-placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:placeholder-nw-partner-rover-green:focus::placeholder {
    color: hsl(156 100% 37%);
    color: hsl(var(--partner-rover-green));
  }

  .print\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .print\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .print\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .print\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .print\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .print\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .print\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .print\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .print\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .print\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .print\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .print\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .print\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .print\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .print\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .print\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .print\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .print\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .print\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .print\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .print\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .print\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .print\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .print\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .print\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .print\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .print\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .print\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .print\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .print\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .print\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .print\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .print\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .print\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .print\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .print\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .print\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .print\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .print\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .print\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .print\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .print\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .print\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .print\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .print\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .print\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .print\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .print\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .print\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .print\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .print\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .print\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .print\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .print\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .print\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .print\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .print\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .print\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .print\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .print\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .print\:opacity-0 {
    opacity: 0;
  }

  .print\:opacity-5 {
    opacity: 0.05;
  }

  .print\:opacity-10 {
    opacity: 0.1;
  }

  .print\:opacity-20 {
    opacity: 0.2;
  }

  .print\:opacity-25 {
    opacity: 0.25;
  }

  .print\:opacity-30 {
    opacity: 0.3;
  }

  .print\:opacity-40 {
    opacity: 0.4;
  }

  .print\:opacity-50 {
    opacity: 0.5;
  }

  .print\:opacity-60 {
    opacity: 0.6;
  }

  .print\:opacity-70 {
    opacity: 0.7;
  }

  .print\:opacity-75 {
    opacity: 0.75;
  }

  .print\:opacity-80 {
    opacity: 0.8;
  }

  .print\:opacity-90 {
    opacity: 0.9;
  }

  .print\:opacity-95 {
    opacity: 0.95;
  }

  .print\:opacity-100 {
    opacity: 1;
  }

  .group:hover .print\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .print\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .print\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .print\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .print\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .print\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .print\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .print\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .print\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .print\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .print\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .print\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .print\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .print\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .print\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .print\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .print\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .print\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .print\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .print\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .print\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .print\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .print\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .print\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .print\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .print\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .print\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .print\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .print\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .print\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .print\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .print\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .print\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .print\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .print\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .print\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .print\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .print\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .print\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .print\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .print\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .print\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .print\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .print\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .print\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .print\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .print\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .print\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .print\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .print\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .print\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .print\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .print\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .print\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .print\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .print\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .print\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .print\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .print\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .print\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .print\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .print\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .print\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .print\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .print\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .print\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .print\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .print\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .print\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .print\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .print\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .print\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .print\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .print\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .print\:bg-blend-color {
    background-blend-mode: color;
  }

  .print\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .print\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .print\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .print\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .print\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .print\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .print\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .print\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .print\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .print\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .print\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .print\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .print\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .print\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .print\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .print\:mix-blend-color {
    mix-blend-mode: color;
  }

  .print\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .print\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-nav-dropdown-light {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-w-focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-w-focus-inset {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-w-focus-light {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-w-focus-inset-light {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-w-hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-nw-brand-xs {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-nw-large {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-nw-sm {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .print\:group-hover\:shadow-nw-xs {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-nav-dropdown-light:focus-within {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-w-focus:focus-within {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-w-focus-inset:focus-within {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-w-focus-light:focus-within {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-w-focus-inset-light:focus-within {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-w-hover:focus-within {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-nw-brand-xs:focus-within {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-nw-large:focus-within {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-nw-sm:focus-within {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus-within\:shadow-nw-xs:focus-within {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-nav-dropdown-light:hover {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-w-focus:hover {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-w-focus-inset:hover {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-w-focus-light:hover {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-w-focus-inset-light:hover {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-w-hover:hover {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-nw-brand-xs:hover {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-nw-large:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-nw-sm:hover {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:shadow-nw-xs:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-nav-dropdown-light:focus {
    --tw-shadow: 0 0.2rem 0.8rem rgba(200,200,200,.3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-w-focus:focus {
    --tw-shadow: 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-w-focus-inset:focus {
    --tw-shadow: inset 0 0 0 3px var(--brand-secondary);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-w-focus-light:focus {
    --tw-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-w-focus-inset-light:focus {
    --tw-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-w-hover:focus {
    --tw-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-nw-brand-xs:focus {
    --tw-shadow: 0px 0px 0px 2px hsl(var(--bg-primary)), 0px 0px 0px 4px hsl(var(--focus-ring));
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-nw-large:focus {
    --tw-shadow: 0px 12px 16px -4px rgba(23, 20, 18, 0.08), 0px 4px 6px -2px rgba(23, 20, 18, 0.03), 0px 2px 2px -1px rgba(23, 20, 18, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-nw-sm:focus {
    --tw-shadow: 0px 1px 3px 0px rgba(23, 20, 18, 0.10), 0px 1px 2px -1px rgba(23, 20, 18, 0.10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:focus\:shadow-nw-xs:focus {
    --tw-shadow: 0px 1px 2px 0px rgba(23, 20, 18, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .print\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .print\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .print\:outline-w-nav-focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .print\:outline-w-brand-secondary {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .print\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .print\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .print\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .print\:focus-within\:outline-w-nav-focus:focus-within {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .print\:focus-within\:outline-w-brand-secondary:focus-within {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .print\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .print\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .print\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .print\:focus\:outline-w-nav-focus:focus {
    outline: #ff4738 dotted .125rem;
    outline-offset: 0;
  }

  .print\:focus\:outline-w-brand-secondary:focus {
    outline: 2px solid #486de7;
    outline: 2px solid var(--brand-secondary);
    outline-offset: 1px;
  }

  .print\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .print\:ring-inset {
    --tw-ring-inset: inset;
  }

  .print\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .print\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .print\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .print\:ring-current {
    --tw-ring-color: currentColor;
  }

  .print\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .print\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .print\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .print\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .print\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .print\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .print\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .print\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .print\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .print\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .print\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .print\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .print\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .print\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .print\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .print\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .print\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .print\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .print\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .print\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .print\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .print\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .print\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .print\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .print\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .print\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .print\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .print\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .print\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .print\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .print\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .print\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .print\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .print\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .print\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .print\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .print\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .print\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .print\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .print\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .print\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .print\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .print\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .print\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .print\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .print\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .print\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .print\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .print\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .print\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .print\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .print\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .print\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .print\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .print\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .print\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .print\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .print\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .print\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .print\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .print\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .print\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .print\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .print\:ring-w-brand-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:ring-w-brand-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .print\:ring-w-brand-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:ring-w-status-info-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:ring-w-background-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .print\:ring-w-background-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:ring-w-background-tertiary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .print\:ring-w-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:ring-w-text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .print\:ring-w-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:ring-w-border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:ring-w-divider {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .print\:ring-w-gray-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .print\:ring-w-purple-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .print\:ring-w-purple-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .print\:ring-w-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .print\:ring-w-blue-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .print\:ring-w-blue-facebook {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .print\:ring-w-blue-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .print\:ring-w-cerulean-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .print\:ring-w-turquoise-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .print\:ring-w-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .print\:ring-w-green-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .print\:ring-w-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:ring-w-yellow-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .print\:ring-w-orange-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .print\:ring-w-red-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .print\:ring-w-red-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .print\:ring-w-red-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .print\:ring-w-red-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-cyan {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-lavender {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-white-almond {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .print\:ring-w-off-black-base {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:ring-nw-black {
    --tw-ring-color: hsl(var(--black));
  }

  .print\:ring-nw-transparent {
    --tw-ring-color: hsl(var(--transparent));
  }

  .print\:ring-nw-alpha-white-10 {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .print\:ring-nw-alpha-white-20 {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .print\:ring-nw-alpha-white-30 {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .print\:ring-nw-alpha-white-40 {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .print\:ring-nw-alpha-white-50 {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .print\:ring-nw-alpha-white-60 {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .print\:ring-nw-alpha-white-70 {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .print\:ring-nw-alpha-white-80 {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .print\:ring-nw-alpha-white-90 {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:ring-nw-alpha-white-100 {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .print\:ring-nw-alpha-black-10 {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .print\:ring-nw-alpha-black-20 {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .print\:ring-nw-alpha-black-30 {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .print\:ring-nw-alpha-black-40 {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .print\:ring-nw-alpha-black-50 {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .print\:ring-nw-alpha-black-60 {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .print\:ring-nw-alpha-black-70 {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .print\:ring-nw-alpha-black-80 {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .print\:ring-nw-alpha-black-90 {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .print\:ring-nw-alpha-black-100 {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .print\:ring-nw-avatar-bg {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .print\:ring-nw-avatar-contrast-border {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:ring-nw-avatar-contrast-border-brand {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:ring-nw-avatar-focus-border {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:ring-nw-avatar-placeholder-text {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .print\:ring-nw-avatar-profile-photo-border {
    --tw-ring-color: hsl(var(--white));
  }

  .print\:ring-nw-avatar-recipient-bg-aqua {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .print\:ring-nw-avatar-recipient-bg-berry {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .print\:ring-nw-avatar-recipient-bg-evergreen {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .print\:ring-nw-avatar-recipient-bg-herb {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .print\:ring-nw-avatar-recipient-bg-honey {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .print\:ring-nw-avatar-recipient-bg-lavender {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .print\:ring-nw-avatar-recipient-bg-mist {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .print\:ring-nw-avatar-recipient-bg-peach {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .print\:ring-nw-avatar-recipient-bg-plum {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .print\:ring-nw-avatar-recipient-bg-sage {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .print\:ring-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .print\:ring-nw-avatar-recipient-bg-wildflower {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .print\:ring-nw-avatar-recipient-border {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:ring-nw-calendar-date-default {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .print\:ring-nw-calendar-date-disabled {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .print\:ring-nw-calendar-default {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .print\:ring-nw-calendar-aqua {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .print\:ring-nw-calendar-disabled {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .print\:ring-nw-calendar-multi-day {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .print\:ring-nw-calendar-blue {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .print\:ring-nw-fg-brand-primary {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .print\:ring-nw-fg-brand-primary-alt {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:ring-nw-fg-brand-primary-hover {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:ring-nw-fg-brand-quarternary {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:ring-nw-fg-brand-quinary {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .print\:ring-nw-fg-brand-secondary {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .print\:ring-nw-fg-brand-secondary-alt {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:ring-nw-fg-brand-senary-alt {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:ring-nw-fg-brand-tertiary {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:ring-nw-fg-disabled {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .print\:ring-nw-fg-disabled-subtle {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:ring-nw-fg-error-primary {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .print\:ring-nw-fg-error-secondary {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .print\:ring-nw-fg-primary {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .print\:ring-nw-fg-quaternary {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .print\:ring-nw-fg-quaternary-hover {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:ring-nw-fg-quinary {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .print\:ring-nw-fg-quinary-hover {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .print\:ring-nw-fg-secondary {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .print\:ring-nw-fg-secondary-hover {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .print\:ring-nw-fg-senary {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .print\:ring-nw-fg-success-primary {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .print\:ring-nw-fg-success-secondary {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .print\:ring-nw-fg-tertiary {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .print\:ring-nw-fg-tertiary-hover {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:ring-nw-fg-warning-primary {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .print\:ring-nw-fg-warning-secondary {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .print\:ring-nw-fg-white {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .print\:ring-nw-sent-message-bg {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .print\:ring-nw-sent-message-text-link {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .print\:ring-nw-sent-message-text-link-visited {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:ring-nw-partner-rover-green {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .print\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .print\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .print\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-brand-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-brand-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-brand-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-status-info-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-background-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-background-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-background-tertiary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-divider:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-gray-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-purple-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-purple-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-blue-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-blue-facebook:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-blue-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-cerulean-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-turquoise-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-green-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-yellow-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-orange-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-red-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-red-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-red-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-red-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-cyan:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-lavender:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-white-almond:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-w-off-black-base:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:focus-within\:ring-nw-black:focus-within {
    --tw-ring-color: hsl(var(--black));
  }

  .print\:focus-within\:ring-nw-transparent:focus-within {
    --tw-ring-color: hsl(var(--transparent));
  }

  .print\:focus-within\:ring-nw-alpha-white-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .print\:focus-within\:ring-nw-alpha-white-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .print\:focus-within\:ring-nw-alpha-white-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .print\:focus-within\:ring-nw-alpha-white-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .print\:focus-within\:ring-nw-alpha-white-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .print\:focus-within\:ring-nw-alpha-white-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .print\:focus-within\:ring-nw-alpha-white-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .print\:focus-within\:ring-nw-alpha-white-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .print\:focus-within\:ring-nw-alpha-white-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:ring-nw-alpha-white-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .print\:focus-within\:ring-nw-alpha-black-10:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .print\:focus-within\:ring-nw-alpha-black-20:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .print\:focus-within\:ring-nw-alpha-black-30:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .print\:focus-within\:ring-nw-alpha-black-40:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .print\:focus-within\:ring-nw-alpha-black-50:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .print\:focus-within\:ring-nw-alpha-black-60:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .print\:focus-within\:ring-nw-alpha-black-70:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .print\:focus-within\:ring-nw-alpha-black-80:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .print\:focus-within\:ring-nw-alpha-black-90:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .print\:focus-within\:ring-nw-alpha-black-100:focus-within {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .print\:focus-within\:ring-nw-avatar-bg:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .print\:focus-within\:ring-nw-avatar-contrast-border:focus-within {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus-within\:ring-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus-within\:ring-nw-avatar-focus-border:focus-within {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus-within\:ring-nw-avatar-placeholder-text:focus-within {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .print\:focus-within\:ring-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-color: hsl(var(--white));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .print\:focus-within\:ring-nw-avatar-recipient-border:focus-within {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:ring-nw-calendar-date-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .print\:focus-within\:ring-nw-calendar-date-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus-within\:ring-nw-calendar-default:focus-within {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .print\:focus-within\:ring-nw-calendar-aqua:focus-within {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .print\:focus-within\:ring-nw-calendar-disabled:focus-within {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .print\:focus-within\:ring-nw-calendar-multi-day:focus-within {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus-within\:ring-nw-calendar-blue:focus-within {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .print\:focus-within\:ring-nw-fg-brand-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus-within\:ring-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus-within\:ring-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus-within\:ring-nw-fg-brand-quarternary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus-within\:ring-nw-fg-brand-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus-within\:ring-nw-fg-brand-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus-within\:ring-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus-within\:ring-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus-within\:ring-nw-fg-brand-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus-within\:ring-nw-fg-disabled:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .print\:focus-within\:ring-nw-fg-disabled-subtle:focus-within {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus-within\:ring-nw-fg-error-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .print\:focus-within\:ring-nw-fg-error-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus-within\:ring-nw-fg-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .print\:focus-within\:ring-nw-fg-quaternary:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .print\:focus-within\:ring-nw-fg-quaternary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus-within\:ring-nw-fg-quinary:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .print\:focus-within\:ring-nw-fg-quinary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus-within\:ring-nw-fg-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .print\:focus-within\:ring-nw-fg-secondary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus-within\:ring-nw-fg-senary:focus-within {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .print\:focus-within\:ring-nw-fg-success-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .print\:focus-within\:ring-nw-fg-success-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus-within\:ring-nw-fg-tertiary:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .print\:focus-within\:ring-nw-fg-tertiary-hover:focus-within {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus-within\:ring-nw-fg-warning-primary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus-within\:ring-nw-fg-warning-secondary:focus-within {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus-within\:ring-nw-fg-white:focus-within {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .print\:focus-within\:ring-nw-sent-message-bg:focus-within {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .print\:focus-within\:ring-nw-sent-message-text-link:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus-within\:ring-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus-within\:ring-nw-partner-rover-green:focus-within {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .print\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .print\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-brand-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-brand-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(72, 109, 231, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-brand-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 39, 35, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 250, 233, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 107, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 244, 226, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 31, 27, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 54, 164, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-status-info-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-background-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-background-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-background-tertiary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 233, 226, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-divider:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 182, 182, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 148, 148, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 115, 117, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-gray-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 85, 85, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-purple-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 45, 145, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-purple-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 26, 139, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 146, 213, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-blue-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 86, 153, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-blue-facebook:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 89, 152, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-blue-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 102, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-cerulean-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 172, 237, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-turquoise-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 227, 194, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 211, 33, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-green-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 200, 101, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 0, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-yellow-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-orange-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 158, 31, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-red-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 155, 149, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-red-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 113, 101, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-red-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 56, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-red-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 19, 0, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-cyan:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 249, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 252, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-lavender:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 209, 242, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-white-almond:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 223, 213, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-w-off-black-base:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .print\:focus\:ring-nw-black:focus {
    --tw-ring-color: hsl(var(--black));
  }

  .print\:focus\:ring-nw-transparent:focus {
    --tw-ring-color: hsl(var(--transparent));
  }

  .print\:focus\:ring-nw-alpha-white-10:focus {
    --tw-ring-color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:ring-nw-alpha-white-20:focus {
    --tw-ring-color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:ring-nw-alpha-white-30:focus {
    --tw-ring-color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:ring-nw-alpha-white-40:focus {
    --tw-ring-color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:ring-nw-alpha-white-50:focus {
    --tw-ring-color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:ring-nw-alpha-white-60:focus {
    --tw-ring-color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:ring-nw-alpha-white-70:focus {
    --tw-ring-color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:ring-nw-alpha-white-80:focus {
    --tw-ring-color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:ring-nw-alpha-white-90:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:ring-nw-alpha-white-100:focus {
    --tw-ring-color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:ring-nw-alpha-black-10:focus {
    --tw-ring-color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:ring-nw-alpha-black-20:focus {
    --tw-ring-color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:ring-nw-alpha-black-30:focus {
    --tw-ring-color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:ring-nw-alpha-black-40:focus {
    --tw-ring-color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:ring-nw-alpha-black-50:focus {
    --tw-ring-color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:ring-nw-alpha-black-60:focus {
    --tw-ring-color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:ring-nw-alpha-black-70:focus {
    --tw-ring-color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:ring-nw-alpha-black-80:focus {
    --tw-ring-color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:ring-nw-alpha-black-90:focus {
    --tw-ring-color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:ring-nw-alpha-black-100:focus {
    --tw-ring-color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:ring-nw-avatar-bg:focus {
    --tw-ring-color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:ring-nw-avatar-contrast-border:focus {
    --tw-ring-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:ring-nw-avatar-contrast-border-brand:focus {
    --tw-ring-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:ring-nw-avatar-focus-border:focus {
    --tw-ring-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:ring-nw-avatar-placeholder-text:focus {
    --tw-ring-color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:ring-nw-avatar-profile-photo-border:focus {
    --tw-ring-color: hsl(var(--white));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-color: hsl(var(--aqua-400));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-color: hsl(var(--berry-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-color: hsl(var(--evergreen-400));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-color: hsl(var(--herb-400));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-color: hsl(var(--honey-400));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-color: hsl(var(--lavender-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-color: hsl(var(--mist-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-color: hsl(var(--peach-400));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-color: hsl(var(--plum-600));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-color: hsl(var(--sage-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-color: hsl(var(--wildflower-500));
  }

  .print\:focus\:ring-nw-avatar-recipient-border:focus {
    --tw-ring-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:ring-nw-calendar-date-default:focus {
    --tw-ring-color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:ring-nw-calendar-date-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:ring-nw-calendar-default:focus {
    --tw-ring-color: hsl(var(--calendar-default));
  }

  .print\:focus\:ring-nw-calendar-aqua:focus {
    --tw-ring-color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:ring-nw-calendar-disabled:focus {
    --tw-ring-color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:ring-nw-calendar-multi-day:focus {
    --tw-ring-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:ring-nw-calendar-blue:focus {
    --tw-ring-color: hsl(var(--calendar-blue));
  }

  .print\:focus\:ring-nw-fg-brand-primary:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:ring-nw-fg-brand-primary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:ring-nw-fg-brand-primary-hover:focus {
    --tw-ring-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:ring-nw-fg-brand-quarternary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:ring-nw-fg-brand-quinary:focus {
    --tw-ring-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:ring-nw-fg-brand-secondary:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:ring-nw-fg-brand-secondary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:ring-nw-fg-brand-senary-alt:focus {
    --tw-ring-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:ring-nw-fg-brand-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:ring-nw-fg-disabled:focus {
    --tw-ring-color: hsl(var(--fg-disabled));
  }

  .print\:focus\:ring-nw-fg-disabled-subtle:focus {
    --tw-ring-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:ring-nw-fg-error-primary:focus {
    --tw-ring-color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:ring-nw-fg-error-secondary:focus {
    --tw-ring-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:ring-nw-fg-primary:focus {
    --tw-ring-color: hsl(var(--fg-primary));
  }

  .print\:focus\:ring-nw-fg-quaternary:focus {
    --tw-ring-color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:ring-nw-fg-quaternary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:ring-nw-fg-quinary:focus {
    --tw-ring-color: hsl(var(--fg-quinary));
  }

  .print\:focus\:ring-nw-fg-quinary-hover:focus {
    --tw-ring-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:ring-nw-fg-secondary:focus {
    --tw-ring-color: hsl(var(--fg-secondary));
  }

  .print\:focus\:ring-nw-fg-secondary-hover:focus {
    --tw-ring-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:ring-nw-fg-senary:focus {
    --tw-ring-color: hsl(var(--fg-senary));
  }

  .print\:focus\:ring-nw-fg-success-primary:focus {
    --tw-ring-color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:ring-nw-fg-success-secondary:focus {
    --tw-ring-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:ring-nw-fg-tertiary:focus {
    --tw-ring-color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:ring-nw-fg-tertiary-hover:focus {
    --tw-ring-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:ring-nw-fg-warning-primary:focus {
    --tw-ring-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:ring-nw-fg-warning-secondary:focus {
    --tw-ring-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:ring-nw-fg-white:focus {
    --tw-ring-color: hsl(var(--fg-white));
  }

  .print\:focus\:ring-nw-sent-message-bg:focus {
    --tw-ring-color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:ring-nw-sent-message-text-link:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:ring-nw-sent-message-text-link-visited:focus {
    --tw-ring-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:ring-nw-partner-rover-green:focus {
    --tw-ring-color: hsl(var(--partner-rover-green));
  }

  .print\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .print\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .print\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .print\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .print\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .print\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .print\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .print\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .print\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .print\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .print\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .print\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .print\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .print\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .print\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .print\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .print\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .print\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .print\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .print\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .print\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .print\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .print\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .print\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .print\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .print\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .print\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .print\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .print\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .print\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .print\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .print\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .print\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .print\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .print\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .print\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .print\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .print\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .print\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .print\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .print\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .print\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .print\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .print\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .print\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .print\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .print\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .print\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .print\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .print\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .print\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .print\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .print\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .print\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .print\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .print\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .print\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .print\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .print\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .print\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .print\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .print\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .print\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .print\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .print\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .print\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .print\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .print\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .print\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .print\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .print\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .print\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .print\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .print\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .print\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .print\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .print\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .print\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .print\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .print\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .print\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .print\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .print\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .print\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .print\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .print\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .print\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .print\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .print\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .print\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .print\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .print\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .print\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .print\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .print\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .print\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .print\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .print\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .print\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .print\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .print\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .print\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .print\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .print\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .print\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .print\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .print\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .print\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .print\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .print\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .print\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .print\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .print\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .print\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .print\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .print\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .print\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .print\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .print\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .print\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .print\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .print\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .print\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .print\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .print\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .print\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .print\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .print\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .print\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .print\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .print\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .print\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .print\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .print\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .print\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .print\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .print\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .print\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .print\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .print\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .print\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .print\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .print\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .print\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .print\:ring-offset-w-brand-primary {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:ring-offset-w-brand-secondary {
    --tw-ring-offset-color: #486DE7;
  }

  .print\:ring-offset-w-brand-tertiary {
    --tw-ring-offset-color: #E12723;
  }

  .print\:ring-offset-w-status-success {
    --tw-ring-offset-color: #008000;
  }

  .print\:ring-offset-w-status-success-light {
    --tw-ring-offset-color: #E9FAE9;
  }

  .print\:ring-offset-w-status-warning {
    --tw-ring-offset-color: #FFCA6B;
  }

  .print\:ring-offset-w-status-warning-light {
    --tw-ring-offset-color: #FFF4E2;
  }

  .print\:ring-offset-w-status-error {
    --tw-ring-offset-color: #D91F1B;
  }

  .print\:ring-offset-w-status-error-light {
    --tw-ring-offset-color: #FFF1F1;
  }

  .print\:ring-offset-w-status-info {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:ring-offset-w-status-info-light {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:ring-offset-w-background-primary {
    --tw-ring-offset-color: #F8F8F8;
  }

  .print\:ring-offset-w-background-secondary {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:ring-offset-w-background-tertiary {
    --tw-ring-offset-color: #FFE9E2;
  }

  .print\:ring-offset-w-dark {
    --tw-ring-offset-color: #222222;
  }

  .print\:ring-offset-w-text {
    --tw-ring-offset-color: #727272;
  }

  .print\:ring-offset-w-light {
    --tw-ring-offset-color: #FFFFFF;
  }

  .print\:ring-offset-w-border {
    --tw-ring-offset-color: #949494;
  }

  .print\:ring-offset-w-divider {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:ring-offset-w-gray-lighter {
    --tw-ring-offset-color: #D6D6D6;
  }

  .print\:ring-offset-w-gray-light {
    --tw-ring-offset-color: #B6B6B6;
  }

  .print\:ring-offset-w-gray-base {
    --tw-ring-offset-color: #999999;
  }

  .print\:ring-offset-w-gray-medium {
    --tw-ring-offset-color: #949494;
  }

  .print\:ring-offset-w-gray-dark {
    --tw-ring-offset-color: #727375;
  }

  .print\:ring-offset-w-gray-darker {
    --tw-ring-offset-color: #555555;
  }

  .print\:ring-offset-w-purple-base {
    --tw-ring-offset-color: #662D91;
  }

  .print\:ring-offset-w-purple-dark {
    --tw-ring-offset-color: #551A8B;
  }

  .print\:ring-offset-w-blue-light {
    --tw-ring-offset-color: #7392D5;
  }

  .print\:ring-offset-w-blue-base {
    --tw-ring-offset-color: #025699;
  }

  .print\:ring-offset-w-blue-facebook {
    --tw-ring-offset-color: #3B5998;
  }

  .print\:ring-offset-w-blue-darker {
    --tw-ring-offset-color: #000066;
  }

  .print\:ring-offset-w-cerulean-base {
    --tw-ring-offset-color: #00ACED;
  }

  .print\:ring-offset-w-turquoise-base {
    --tw-ring-offset-color: #50E3C2;
  }

  .print\:ring-offset-w-green-light {
    --tw-ring-offset-color: #7ED321;
  }

  .print\:ring-offset-w-green-base {
    --tw-ring-offset-color: #6AC865;
  }

  .print\:ring-offset-w-green-dark {
    --tw-ring-offset-color: #008000;
  }

  .print\:ring-offset-w-yellow-base {
    --tw-ring-offset-color: #FFCC00;
  }

  .print\:ring-offset-w-orange-base {
    --tw-ring-offset-color: #FF9E1F;
  }

  .print\:ring-offset-w-red-lighter {
    --tw-ring-offset-color: #F79B95;
  }

  .print\:ring-offset-w-red-light {
    --tw-ring-offset-color: #FF7165;
  }

  .print\:ring-offset-w-red-base {
    --tw-ring-offset-color: #FF4738;
  }

  .print\:ring-offset-w-red-dark {
    --tw-ring-offset-color: #FF1300;
  }

  .print\:ring-offset-w-off-white-light {
    --tw-ring-offset-color: #F7F7F7;
  }

  .print\:ring-offset-w-off-white-base {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:ring-offset-w-off-white-cyan {
    --tw-ring-offset-color: #ECFDF9;
  }

  .print\:ring-offset-w-off-white-blue {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:ring-offset-w-off-white-lavender {
    --tw-ring-offset-color: #DFD1F2;
  }

  .print\:ring-offset-w-off-white-almond {
    --tw-ring-offset-color: #F6DFD5;
  }

  .print\:ring-offset-w-off-black-base {
    --tw-ring-offset-color: #222222;
  }

  .print\:ring-offset-nw-black {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .print\:ring-offset-nw-transparent {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .print\:ring-offset-nw-alpha-white-10 {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .print\:ring-offset-nw-alpha-white-20 {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .print\:ring-offset-nw-alpha-white-30 {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .print\:ring-offset-nw-alpha-white-40 {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .print\:ring-offset-nw-alpha-white-50 {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .print\:ring-offset-nw-alpha-white-60 {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .print\:ring-offset-nw-alpha-white-70 {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .print\:ring-offset-nw-alpha-white-80 {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .print\:ring-offset-nw-alpha-white-90 {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:ring-offset-nw-alpha-white-100 {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .print\:ring-offset-nw-alpha-black-10 {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .print\:ring-offset-nw-alpha-black-20 {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .print\:ring-offset-nw-alpha-black-30 {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .print\:ring-offset-nw-alpha-black-40 {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .print\:ring-offset-nw-alpha-black-50 {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .print\:ring-offset-nw-alpha-black-60 {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .print\:ring-offset-nw-alpha-black-70 {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .print\:ring-offset-nw-alpha-black-80 {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .print\:ring-offset-nw-alpha-black-90 {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .print\:ring-offset-nw-alpha-black-100 {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .print\:ring-offset-nw-avatar-bg {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .print\:ring-offset-nw-avatar-contrast-border {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:ring-offset-nw-avatar-contrast-border-brand {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:ring-offset-nw-avatar-focus-border {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:ring-offset-nw-avatar-placeholder-text {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .print\:ring-offset-nw-avatar-profile-photo-border {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-aqua {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-berry {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-evergreen {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-herb {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-honey {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-lavender {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-mist {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-peach {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-plum {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-sage {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-sandalwood {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .print\:ring-offset-nw-avatar-recipient-bg-wildflower {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .print\:ring-offset-nw-avatar-recipient-border {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:ring-offset-nw-calendar-date-default {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .print\:ring-offset-nw-calendar-date-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .print\:ring-offset-nw-calendar-default {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .print\:ring-offset-nw-calendar-aqua {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .print\:ring-offset-nw-calendar-disabled {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .print\:ring-offset-nw-calendar-multi-day {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .print\:ring-offset-nw-calendar-blue {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .print\:ring-offset-nw-fg-brand-primary {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .print\:ring-offset-nw-fg-brand-primary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:ring-offset-nw-fg-brand-primary-hover {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:ring-offset-nw-fg-brand-quarternary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:ring-offset-nw-fg-brand-quinary {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .print\:ring-offset-nw-fg-brand-secondary {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .print\:ring-offset-nw-fg-brand-secondary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:ring-offset-nw-fg-brand-senary-alt {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:ring-offset-nw-fg-brand-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:ring-offset-nw-fg-disabled {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .print\:ring-offset-nw-fg-disabled-subtle {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:ring-offset-nw-fg-error-primary {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .print\:ring-offset-nw-fg-error-secondary {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .print\:ring-offset-nw-fg-primary {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .print\:ring-offset-nw-fg-quaternary {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .print\:ring-offset-nw-fg-quaternary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:ring-offset-nw-fg-quinary {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .print\:ring-offset-nw-fg-quinary-hover {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .print\:ring-offset-nw-fg-secondary {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .print\:ring-offset-nw-fg-secondary-hover {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .print\:ring-offset-nw-fg-senary {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .print\:ring-offset-nw-fg-success-primary {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .print\:ring-offset-nw-fg-success-secondary {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .print\:ring-offset-nw-fg-tertiary {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .print\:ring-offset-nw-fg-tertiary-hover {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:ring-offset-nw-fg-warning-primary {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .print\:ring-offset-nw-fg-warning-secondary {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .print\:ring-offset-nw-fg-white {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .print\:ring-offset-nw-sent-message-bg {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .print\:ring-offset-nw-sent-message-text-link {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .print\:ring-offset-nw-sent-message-text-link-visited {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:ring-offset-nw-partner-rover-green {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .print\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .print\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .print\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .print\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .print\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .print\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .print\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .print\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .print\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .print\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .print\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .print\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .print\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .print\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .print\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .print\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .print\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .print\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .print\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .print\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .print\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .print\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .print\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .print\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .print\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .print\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .print\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .print\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .print\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .print\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .print\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .print\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .print\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .print\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .print\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .print\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .print\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .print\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .print\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .print\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .print\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .print\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .print\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .print\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .print\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .print\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .print\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .print\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .print\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .print\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .print\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .print\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .print\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .print\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .print\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .print\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .print\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .print\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .print\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .print\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .print\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .print\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .print\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .print\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .print\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .print\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .print\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .print\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .print\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .print\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .print\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .print\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .print\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .print\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .print\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .print\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .print\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .print\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .print\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .print\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .print\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .print\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .print\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .print\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .print\:focus-within\:ring-offset-w-brand-primary:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:focus-within\:ring-offset-w-brand-secondary:focus-within {
    --tw-ring-offset-color: #486DE7;
  }

  .print\:focus-within\:ring-offset-w-brand-tertiary:focus-within {
    --tw-ring-offset-color: #E12723;
  }

  .print\:focus-within\:ring-offset-w-status-success:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .print\:focus-within\:ring-offset-w-status-success-light:focus-within {
    --tw-ring-offset-color: #E9FAE9;
  }

  .print\:focus-within\:ring-offset-w-status-warning:focus-within {
    --tw-ring-offset-color: #FFCA6B;
  }

  .print\:focus-within\:ring-offset-w-status-warning-light:focus-within {
    --tw-ring-offset-color: #FFF4E2;
  }

  .print\:focus-within\:ring-offset-w-status-error:focus-within {
    --tw-ring-offset-color: #D91F1B;
  }

  .print\:focus-within\:ring-offset-w-status-error-light:focus-within {
    --tw-ring-offset-color: #FFF1F1;
  }

  .print\:focus-within\:ring-offset-w-status-info:focus-within {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:focus-within\:ring-offset-w-status-info-light:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus-within\:ring-offset-w-background-primary:focus-within {
    --tw-ring-offset-color: #F8F8F8;
  }

  .print\:focus-within\:ring-offset-w-background-secondary:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus-within\:ring-offset-w-background-tertiary:focus-within {
    --tw-ring-offset-color: #FFE9E2;
  }

  .print\:focus-within\:ring-offset-w-dark:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .print\:focus-within\:ring-offset-w-text:focus-within {
    --tw-ring-offset-color: #727272;
  }

  .print\:focus-within\:ring-offset-w-light:focus-within {
    --tw-ring-offset-color: #FFFFFF;
  }

  .print\:focus-within\:ring-offset-w-border:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .print\:focus-within\:ring-offset-w-divider:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:focus-within\:ring-offset-w-gray-lighter:focus-within {
    --tw-ring-offset-color: #D6D6D6;
  }

  .print\:focus-within\:ring-offset-w-gray-light:focus-within {
    --tw-ring-offset-color: #B6B6B6;
  }

  .print\:focus-within\:ring-offset-w-gray-base:focus-within {
    --tw-ring-offset-color: #999999;
  }

  .print\:focus-within\:ring-offset-w-gray-medium:focus-within {
    --tw-ring-offset-color: #949494;
  }

  .print\:focus-within\:ring-offset-w-gray-dark:focus-within {
    --tw-ring-offset-color: #727375;
  }

  .print\:focus-within\:ring-offset-w-gray-darker:focus-within {
    --tw-ring-offset-color: #555555;
  }

  .print\:focus-within\:ring-offset-w-purple-base:focus-within {
    --tw-ring-offset-color: #662D91;
  }

  .print\:focus-within\:ring-offset-w-purple-dark:focus-within {
    --tw-ring-offset-color: #551A8B;
  }

  .print\:focus-within\:ring-offset-w-blue-light:focus-within {
    --tw-ring-offset-color: #7392D5;
  }

  .print\:focus-within\:ring-offset-w-blue-base:focus-within {
    --tw-ring-offset-color: #025699;
  }

  .print\:focus-within\:ring-offset-w-blue-facebook:focus-within {
    --tw-ring-offset-color: #3B5998;
  }

  .print\:focus-within\:ring-offset-w-blue-darker:focus-within {
    --tw-ring-offset-color: #000066;
  }

  .print\:focus-within\:ring-offset-w-cerulean-base:focus-within {
    --tw-ring-offset-color: #00ACED;
  }

  .print\:focus-within\:ring-offset-w-turquoise-base:focus-within {
    --tw-ring-offset-color: #50E3C2;
  }

  .print\:focus-within\:ring-offset-w-green-light:focus-within {
    --tw-ring-offset-color: #7ED321;
  }

  .print\:focus-within\:ring-offset-w-green-base:focus-within {
    --tw-ring-offset-color: #6AC865;
  }

  .print\:focus-within\:ring-offset-w-green-dark:focus-within {
    --tw-ring-offset-color: #008000;
  }

  .print\:focus-within\:ring-offset-w-yellow-base:focus-within {
    --tw-ring-offset-color: #FFCC00;
  }

  .print\:focus-within\:ring-offset-w-orange-base:focus-within {
    --tw-ring-offset-color: #FF9E1F;
  }

  .print\:focus-within\:ring-offset-w-red-lighter:focus-within {
    --tw-ring-offset-color: #F79B95;
  }

  .print\:focus-within\:ring-offset-w-red-light:focus-within {
    --tw-ring-offset-color: #FF7165;
  }

  .print\:focus-within\:ring-offset-w-red-base:focus-within {
    --tw-ring-offset-color: #FF4738;
  }

  .print\:focus-within\:ring-offset-w-red-dark:focus-within {
    --tw-ring-offset-color: #FF1300;
  }

  .print\:focus-within\:ring-offset-w-off-white-light:focus-within {
    --tw-ring-offset-color: #F7F7F7;
  }

  .print\:focus-within\:ring-offset-w-off-white-base:focus-within {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:focus-within\:ring-offset-w-off-white-cyan:focus-within {
    --tw-ring-offset-color: #ECFDF9;
  }

  .print\:focus-within\:ring-offset-w-off-white-blue:focus-within {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus-within\:ring-offset-w-off-white-lavender:focus-within {
    --tw-ring-offset-color: #DFD1F2;
  }

  .print\:focus-within\:ring-offset-w-off-white-almond:focus-within {
    --tw-ring-offset-color: #F6DFD5;
  }

  .print\:focus-within\:ring-offset-w-off-black-base:focus-within {
    --tw-ring-offset-color: #222222;
  }

  .print\:focus-within\:ring-offset-nw-black:focus-within {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .print\:focus-within\:ring-offset-nw-transparent:focus-within {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:ring-offset-nw-alpha-white-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-10:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-20:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-30:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-40:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-50:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-60:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-70:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-80:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-90:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .print\:focus-within\:ring-offset-nw-alpha-black-100:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .print\:focus-within\:ring-offset-nw-avatar-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .print\:focus-within\:ring-offset-nw-avatar-contrast-border:focus-within {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus-within\:ring-offset-nw-avatar-contrast-border-brand:focus-within {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus-within\:ring-offset-nw-avatar-focus-border:focus-within {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus-within\:ring-offset-nw-avatar-placeholder-text:focus-within {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-profile-photo-border:focus-within {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-berry:focus-within {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-evergreen:focus-within {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-herb:focus-within {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-honey:focus-within {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-lavender:focus-within {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-mist:focus-within {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-peach:focus-within {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-plum:focus-within {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-sage:focus-within {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus-within {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-bg-wildflower:focus-within {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .print\:focus-within\:ring-offset-nw-avatar-recipient-border:focus-within {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:focus-within\:ring-offset-nw-calendar-date-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .print\:focus-within\:ring-offset-nw-calendar-date-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus-within\:ring-offset-nw-calendar-default:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .print\:focus-within\:ring-offset-nw-calendar-aqua:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .print\:focus-within\:ring-offset-nw-calendar-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .print\:focus-within\:ring-offset-nw-calendar-multi-day:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus-within\:ring-offset-nw-calendar-blue:focus-within {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-primary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-primary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-quarternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-secondary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-senary-alt:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus-within\:ring-offset-nw-fg-brand-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus-within\:ring-offset-nw-fg-disabled:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .print\:focus-within\:ring-offset-nw-fg-disabled-subtle:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus-within\:ring-offset-nw-fg-error-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .print\:focus-within\:ring-offset-nw-fg-error-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus-within\:ring-offset-nw-fg-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .print\:focus-within\:ring-offset-nw-fg-quaternary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .print\:focus-within\:ring-offset-nw-fg-quaternary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus-within\:ring-offset-nw-fg-quinary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .print\:focus-within\:ring-offset-nw-fg-quinary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus-within\:ring-offset-nw-fg-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .print\:focus-within\:ring-offset-nw-fg-secondary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus-within\:ring-offset-nw-fg-senary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .print\:focus-within\:ring-offset-nw-fg-success-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .print\:focus-within\:ring-offset-nw-fg-success-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus-within\:ring-offset-nw-fg-tertiary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .print\:focus-within\:ring-offset-nw-fg-tertiary-hover:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus-within\:ring-offset-nw-fg-warning-primary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus-within\:ring-offset-nw-fg-warning-secondary:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus-within\:ring-offset-nw-fg-white:focus-within {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .print\:focus-within\:ring-offset-nw-sent-message-bg:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .print\:focus-within\:ring-offset-nw-sent-message-text-link:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus-within\:ring-offset-nw-sent-message-text-link-visited:focus-within {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus-within\:ring-offset-nw-partner-rover-green:focus-within {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .print\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .print\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .print\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .print\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .print\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .print\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .print\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .print\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .print\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .print\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .print\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .print\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .print\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .print\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .print\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .print\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .print\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .print\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .print\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .print\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .print\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .print\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .print\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .print\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .print\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .print\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .print\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .print\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .print\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .print\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .print\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .print\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .print\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .print\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .print\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .print\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .print\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .print\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .print\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .print\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .print\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .print\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .print\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .print\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .print\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .print\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .print\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .print\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .print\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .print\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .print\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .print\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .print\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .print\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .print\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .print\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .print\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .print\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .print\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .print\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .print\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .print\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .print\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .print\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .print\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .print\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .print\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .print\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .print\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .print\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .print\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .print\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .print\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .print\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .print\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .print\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .print\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .print\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .print\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .print\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .print\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .print\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .print\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .print\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .print\:focus\:ring-offset-w-brand-primary:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:focus\:ring-offset-w-brand-secondary:focus {
    --tw-ring-offset-color: #486DE7;
  }

  .print\:focus\:ring-offset-w-brand-tertiary:focus {
    --tw-ring-offset-color: #E12723;
  }

  .print\:focus\:ring-offset-w-status-success:focus {
    --tw-ring-offset-color: #008000;
  }

  .print\:focus\:ring-offset-w-status-success-light:focus {
    --tw-ring-offset-color: #E9FAE9;
  }

  .print\:focus\:ring-offset-w-status-warning:focus {
    --tw-ring-offset-color: #FFCA6B;
  }

  .print\:focus\:ring-offset-w-status-warning-light:focus {
    --tw-ring-offset-color: #FFF4E2;
  }

  .print\:focus\:ring-offset-w-status-error:focus {
    --tw-ring-offset-color: #D91F1B;
  }

  .print\:focus\:ring-offset-w-status-error-light:focus {
    --tw-ring-offset-color: #FFF1F1;
  }

  .print\:focus\:ring-offset-w-status-info:focus {
    --tw-ring-offset-color: #1436A4;
  }

  .print\:focus\:ring-offset-w-status-info-light:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus\:ring-offset-w-background-primary:focus {
    --tw-ring-offset-color: #F8F8F8;
  }

  .print\:focus\:ring-offset-w-background-secondary:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus\:ring-offset-w-background-tertiary:focus {
    --tw-ring-offset-color: #FFE9E2;
  }

  .print\:focus\:ring-offset-w-dark:focus {
    --tw-ring-offset-color: #222222;
  }

  .print\:focus\:ring-offset-w-text:focus {
    --tw-ring-offset-color: #727272;
  }

  .print\:focus\:ring-offset-w-light:focus {
    --tw-ring-offset-color: #FFFFFF;
  }

  .print\:focus\:ring-offset-w-border:focus {
    --tw-ring-offset-color: #949494;
  }

  .print\:focus\:ring-offset-w-divider:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:focus\:ring-offset-w-gray-lighter:focus {
    --tw-ring-offset-color: #D6D6D6;
  }

  .print\:focus\:ring-offset-w-gray-light:focus {
    --tw-ring-offset-color: #B6B6B6;
  }

  .print\:focus\:ring-offset-w-gray-base:focus {
    --tw-ring-offset-color: #999999;
  }

  .print\:focus\:ring-offset-w-gray-medium:focus {
    --tw-ring-offset-color: #949494;
  }

  .print\:focus\:ring-offset-w-gray-dark:focus {
    --tw-ring-offset-color: #727375;
  }

  .print\:focus\:ring-offset-w-gray-darker:focus {
    --tw-ring-offset-color: #555555;
  }

  .print\:focus\:ring-offset-w-purple-base:focus {
    --tw-ring-offset-color: #662D91;
  }

  .print\:focus\:ring-offset-w-purple-dark:focus {
    --tw-ring-offset-color: #551A8B;
  }

  .print\:focus\:ring-offset-w-blue-light:focus {
    --tw-ring-offset-color: #7392D5;
  }

  .print\:focus\:ring-offset-w-blue-base:focus {
    --tw-ring-offset-color: #025699;
  }

  .print\:focus\:ring-offset-w-blue-facebook:focus {
    --tw-ring-offset-color: #3B5998;
  }

  .print\:focus\:ring-offset-w-blue-darker:focus {
    --tw-ring-offset-color: #000066;
  }

  .print\:focus\:ring-offset-w-cerulean-base:focus {
    --tw-ring-offset-color: #00ACED;
  }

  .print\:focus\:ring-offset-w-turquoise-base:focus {
    --tw-ring-offset-color: #50E3C2;
  }

  .print\:focus\:ring-offset-w-green-light:focus {
    --tw-ring-offset-color: #7ED321;
  }

  .print\:focus\:ring-offset-w-green-base:focus {
    --tw-ring-offset-color: #6AC865;
  }

  .print\:focus\:ring-offset-w-green-dark:focus {
    --tw-ring-offset-color: #008000;
  }

  .print\:focus\:ring-offset-w-yellow-base:focus {
    --tw-ring-offset-color: #FFCC00;
  }

  .print\:focus\:ring-offset-w-orange-base:focus {
    --tw-ring-offset-color: #FF9E1F;
  }

  .print\:focus\:ring-offset-w-red-lighter:focus {
    --tw-ring-offset-color: #F79B95;
  }

  .print\:focus\:ring-offset-w-red-light:focus {
    --tw-ring-offset-color: #FF7165;
  }

  .print\:focus\:ring-offset-w-red-base:focus {
    --tw-ring-offset-color: #FF4738;
  }

  .print\:focus\:ring-offset-w-red-dark:focus {
    --tw-ring-offset-color: #FF1300;
  }

  .print\:focus\:ring-offset-w-off-white-light:focus {
    --tw-ring-offset-color: #F7F7F7;
  }

  .print\:focus\:ring-offset-w-off-white-base:focus {
    --tw-ring-offset-color: #EDEDED;
  }

  .print\:focus\:ring-offset-w-off-white-cyan:focus {
    --tw-ring-offset-color: #ECFDF9;
  }

  .print\:focus\:ring-offset-w-off-white-blue:focus {
    --tw-ring-offset-color: #F1F4FC;
  }

  .print\:focus\:ring-offset-w-off-white-lavender:focus {
    --tw-ring-offset-color: #DFD1F2;
  }

  .print\:focus\:ring-offset-w-off-white-almond:focus {
    --tw-ring-offset-color: #F6DFD5;
  }

  .print\:focus\:ring-offset-w-off-black-base:focus {
    --tw-ring-offset-color: #222222;
  }

  .print\:focus\:ring-offset-nw-black:focus {
    --tw-ring-offset-color: hsl(var(--black));
  }

  .print\:focus\:ring-offset-nw-transparent:focus {
    --tw-ring-offset-color: hsl(var(--transparent));
  }

  .print\:focus\:ring-offset-nw-alpha-white-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-10));
  }

  .print\:focus\:ring-offset-nw-alpha-white-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-20));
  }

  .print\:focus\:ring-offset-nw-alpha-white-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-30));
  }

  .print\:focus\:ring-offset-nw-alpha-white-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-40));
  }

  .print\:focus\:ring-offset-nw-alpha-white-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-50));
  }

  .print\:focus\:ring-offset-nw-alpha-white-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-60));
  }

  .print\:focus\:ring-offset-nw-alpha-white-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-70));
  }

  .print\:focus\:ring-offset-nw-alpha-white-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-80));
  }

  .print\:focus\:ring-offset-nw-alpha-white-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:ring-offset-nw-alpha-white-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-100));
  }

  .print\:focus\:ring-offset-nw-alpha-black-10:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-10));
  }

  .print\:focus\:ring-offset-nw-alpha-black-20:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-20));
  }

  .print\:focus\:ring-offset-nw-alpha-black-30:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-30));
  }

  .print\:focus\:ring-offset-nw-alpha-black-40:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-40));
  }

  .print\:focus\:ring-offset-nw-alpha-black-50:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-50));
  }

  .print\:focus\:ring-offset-nw-alpha-black-60:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-60));
  }

  .print\:focus\:ring-offset-nw-alpha-black-70:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-70));
  }

  .print\:focus\:ring-offset-nw-alpha-black-80:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-80));
  }

  .print\:focus\:ring-offset-nw-alpha-black-90:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-90));
  }

  .print\:focus\:ring-offset-nw-alpha-black-100:focus {
    --tw-ring-offset-color: hsl(var(--alpha-black-100));
  }

  .print\:focus\:ring-offset-nw-avatar-bg:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-100));
  }

  .print\:focus\:ring-offset-nw-avatar-contrast-border:focus {
    --tw-ring-offset-color: hsl(24 12.2% 8.04% / 8%);
  }

  .print\:focus\:ring-offset-nw-avatar-contrast-border-brand:focus {
    --tw-ring-offset-color: hsl(235 80.1% 58.6% / 16%);
  }

  .print\:focus\:ring-offset-nw-avatar-focus-border:focus {
    --tw-ring-offset-color: hsl(0 0% 63.9% / 14%);
  }

  .print\:focus\:ring-offset-nw-avatar-placeholder-text:focus {
    --tw-ring-offset-color: hsl(var(--periwinkle-500));
  }

  .print\:focus\:ring-offset-nw-avatar-profile-photo-border:focus {
    --tw-ring-offset-color: hsl(var(--white));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-aqua:focus {
    --tw-ring-offset-color: hsl(var(--aqua-400));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-berry:focus {
    --tw-ring-offset-color: hsl(var(--berry-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-evergreen:focus {
    --tw-ring-offset-color: hsl(var(--evergreen-400));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-herb:focus {
    --tw-ring-offset-color: hsl(var(--herb-400));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-honey:focus {
    --tw-ring-offset-color: hsl(var(--honey-400));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-lavender:focus {
    --tw-ring-offset-color: hsl(var(--lavender-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-mist:focus {
    --tw-ring-offset-color: hsl(var(--mist-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-peach:focus {
    --tw-ring-offset-color: hsl(var(--peach-400));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-plum:focus {
    --tw-ring-offset-color: hsl(var(--plum-600));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-sage:focus {
    --tw-ring-offset-color: hsl(var(--sage-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-sandalwood:focus {
    --tw-ring-offset-color: hsl(var(--sandalwood-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-bg-wildflower:focus {
    --tw-ring-offset-color: hsl(var(--wildflower-500));
  }

  .print\:focus\:ring-offset-nw-avatar-recipient-border:focus {
    --tw-ring-offset-color: hsl(var(--alpha-white-90));
  }

  .print\:focus\:ring-offset-nw-calendar-date-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-default));
  }

  .print\:focus\:ring-offset-nw-calendar-date-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-date-disabled));
  }

  .print\:focus\:ring-offset-nw-calendar-default:focus {
    --tw-ring-offset-color: hsl(var(--calendar-default));
  }

  .print\:focus\:ring-offset-nw-calendar-aqua:focus {
    --tw-ring-offset-color: hsl(var(--calendar-aqua));
  }

  .print\:focus\:ring-offset-nw-calendar-disabled:focus {
    --tw-ring-offset-color: hsl(var(--calendar-disabled));
  }

  .print\:focus\:ring-offset-nw-calendar-multi-day:focus {
    --tw-ring-offset-color: hsl(var(--calendar-multi-day));
  }

  .print\:focus\:ring-offset-nw-calendar-blue:focus {
    --tw-ring-offset-color: hsl(var(--calendar-blue));
  }

  .print\:focus\:ring-offset-nw-fg-brand-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary));
  }

  .print\:focus\:ring-offset-nw-fg-brand-primary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-alt));
  }

  .print\:focus\:ring-offset-nw-fg-brand-primary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-primary-hover));
  }

  .print\:focus\:ring-offset-nw-fg-brand-quarternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quarternary));
  }

  .print\:focus\:ring-offset-nw-fg-brand-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-quinary));
  }

  .print\:focus\:ring-offset-nw-fg-brand-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary));
  }

  .print\:focus\:ring-offset-nw-fg-brand-secondary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-secondary-alt));
  }

  .print\:focus\:ring-offset-nw-fg-brand-senary-alt:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-senary-alt));
  }

  .print\:focus\:ring-offset-nw-fg-brand-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-brand-tertiary));
  }

  .print\:focus\:ring-offset-nw-fg-disabled:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled));
  }

  .print\:focus\:ring-offset-nw-fg-disabled-subtle:focus {
    --tw-ring-offset-color: hsl(var(--fg-disabled-subtle));
  }

  .print\:focus\:ring-offset-nw-fg-error-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-primary));
  }

  .print\:focus\:ring-offset-nw-fg-error-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-error-secondary));
  }

  .print\:focus\:ring-offset-nw-fg-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-primary));
  }

  .print\:focus\:ring-offset-nw-fg-quaternary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary));
  }

  .print\:focus\:ring-offset-nw-fg-quaternary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quaternary-hover));
  }

  .print\:focus\:ring-offset-nw-fg-quinary:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary));
  }

  .print\:focus\:ring-offset-nw-fg-quinary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-quinary-hover));
  }

  .print\:focus\:ring-offset-nw-fg-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary));
  }

  .print\:focus\:ring-offset-nw-fg-secondary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-secondary-hover));
  }

  .print\:focus\:ring-offset-nw-fg-senary:focus {
    --tw-ring-offset-color: hsl(var(--fg-senary));
  }

  .print\:focus\:ring-offset-nw-fg-success-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-primary));
  }

  .print\:focus\:ring-offset-nw-fg-success-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-success-secondary));
  }

  .print\:focus\:ring-offset-nw-fg-tertiary:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary));
  }

  .print\:focus\:ring-offset-nw-fg-tertiary-hover:focus {
    --tw-ring-offset-color: hsl(var(--fg-tertiary-hover));
  }

  .print\:focus\:ring-offset-nw-fg-warning-primary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-primary));
  }

  .print\:focus\:ring-offset-nw-fg-warning-secondary:focus {
    --tw-ring-offset-color: hsl(var(--fg-warning-secondary));
  }

  .print\:focus\:ring-offset-nw-fg-white:focus {
    --tw-ring-offset-color: hsl(var(--fg-white));
  }

  .print\:focus\:ring-offset-nw-sent-message-bg:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-bg));
  }

  .print\:focus\:ring-offset-nw-sent-message-text-link:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link));
  }

  .print\:focus\:ring-offset-nw-sent-message-text-link-visited:focus {
    --tw-ring-offset-color: hsl(var(--sent-message-text-link-visited));
  }

  .print\:focus\:ring-offset-nw-partner-rover-green:focus {
    --tw-ring-offset-color: hsl(var(--partner-rover-green));
  }

  .print\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .print\:filter-none {
    filter: none;
  }

  .print\:blur-0 {
    --tw-blur: blur(0);
  }

  .print\:blur-none {
    --tw-blur: blur(0);
  }

  .print\:blur-sm {
    --tw-blur: blur(4px);
  }

  .print\:blur {
    --tw-blur: blur(8px);
  }

  .print\:blur-md {
    --tw-blur: blur(12px);
  }

  .print\:blur-lg {
    --tw-blur: blur(16px);
  }

  .print\:blur-xl {
    --tw-blur: blur(24px);
  }

  .print\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .print\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .print\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .print\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .print\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .print\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .print\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .print\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .print\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .print\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .print\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .print\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .print\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .print\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .print\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .print\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .print\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .print\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .print\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .print\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .print\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .print\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .print\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .print\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .print\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .print\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .print\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .print\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .print\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .print\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .print\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .print\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .print\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .print\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .print\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .print\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .print\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .print\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .print\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .print\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .print\:invert-0 {
    --tw-invert: invert(0);
  }

  .print\:invert {
    --tw-invert: invert(100%);
  }

  .print\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .print\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .print\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .print\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .print\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .print\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .print\:sepia {
    --tw-sepia: sepia(100%);
  }

  .print\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .print\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .print\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .print\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .print\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .print\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .print\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .print\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .print\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .print\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .print\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .print\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .print\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .print\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .print\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .print\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .print\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .print\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .print\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .print\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .print\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .print\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .print\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .print\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .print\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .print\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .print\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .print\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .print\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .print\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .print\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .print\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .print\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .print\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .print\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .print\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .print\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .print\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .print\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .print\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .print\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .print\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .print\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .print\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .print\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .print\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .print\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .print\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .print\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .print\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .print\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .print\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .print\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .print\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .print\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .print\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .print\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .print\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .print\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .print\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .print\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .print\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .print\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .print\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .print\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .print\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .print\:transition-none {
    transition-property: none;
  }

  .print\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .print\:delay-75 {
    transition-delay: 75ms;
  }

  .print\:delay-100 {
    transition-delay: 100ms;
  }

  .print\:delay-150 {
    transition-delay: 150ms;
  }

  .print\:delay-200 {
    transition-delay: 200ms;
  }

  .print\:delay-300 {
    transition-delay: 300ms;
  }

  .print\:delay-500 {
    transition-delay: 500ms;
  }

  .print\:delay-700 {
    transition-delay: 700ms;
  }

  .print\:delay-1000 {
    transition-delay: 1000ms;
  }

  .print\:duration-75 {
    transition-duration: 75ms;
  }

  .print\:duration-100 {
    transition-duration: 100ms;
  }

  .print\:duration-150 {
    transition-duration: 150ms;
  }

  .print\:duration-200 {
    transition-duration: 200ms;
  }

  .print\:duration-300 {
    transition-duration: 300ms;
  }

  .print\:duration-500 {
    transition-duration: 500ms;
  }

  .print\:duration-700 {
    transition-duration: 700ms;
  }

  .print\:duration-1000 {
    transition-duration: 1000ms;
  }

  .print\:ease-linear {
    transition-timing-function: linear;
  }

  .print\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .print\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .print\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .print\:line-clamp-none {
    -webkit-line-clamp: unset;
  }
}
